From 10d1c5bc7f045891de4da4727afd5b2e565a6232 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Mon, 24 Feb 2025 15:52:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 14 + __manifest__.py | 47 + controllers/__init__.py | 3 + controllers/portal.py | 499 +++ controllers/post_processing.py | 88 + data/neutralize.sql | 4 + data/onboarding_data.xml | 10 + data/payment_cron.xml | 15 + data/payment_method_data.xml | 3931 +++++++++++++++++++ data/payment_provider_data.xml | 434 ++ i18n/af.po | 2315 +++++++++++ i18n/am.po | 2311 +++++++++++ i18n/ar.po | 2336 +++++++++++ i18n/az.po | 2316 +++++++++++ i18n/bg.po | 2250 +++++++++++ i18n/bs.po | 2316 +++++++++++ i18n/ca.po | 2316 +++++++++++ i18n/cs.po | 2269 +++++++++++ i18n/da.po | 2246 +++++++++++ i18n/de.po | 2387 +++++++++++ i18n/el.po | 2319 +++++++++++ i18n/en_GB.po | 2314 +++++++++++ i18n/es.po | 2368 +++++++++++ i18n/es_419.po | 2369 +++++++++++ i18n/es_BO.po | 2314 +++++++++++ i18n/es_CL.po | 2314 +++++++++++ i18n/es_CO.po | 2314 +++++++++++ i18n/es_CR.po | 2314 +++++++++++ i18n/es_DO.po | 2314 +++++++++++ i18n/es_EC.po | 2314 +++++++++++ i18n/es_PA.po | 2313 +++++++++++ i18n/es_PE.po | 2314 +++++++++++ i18n/es_PY.po | 2314 +++++++++++ i18n/es_VE.po | 2314 +++++++++++ i18n/et.po | 2280 +++++++++++ i18n/eu.po | 2314 +++++++++++ i18n/fa.po | 2255 +++++++++++ i18n/fi.po | 2374 +++++++++++ i18n/fo.po | 2314 +++++++++++ i18n/fr.po | 2387 +++++++++++ i18n/fr_BE.po | 2313 +++++++++++ i18n/fr_CA.po | 2314 +++++++++++ i18n/gl.po | 2314 +++++++++++ i18n/gu.po | 2315 +++++++++++ i18n/he.po | 2257 +++++++++++ i18n/hi.po | 2317 +++++++++++ i18n/hr.po | 2328 +++++++++++ i18n/hu.po | 2246 +++++++++++ i18n/hy.po | 2313 +++++++++++ i18n/id.po | 2368 +++++++++++ i18n/is.po | 2315 +++++++++++ i18n/it.po | 2375 +++++++++++ i18n/ja.po | 2289 +++++++++++ i18n/ka.po | 2314 +++++++++++ i18n/kab.po | 2314 +++++++++++ i18n/kk.po | 2313 +++++++++++ i18n/km.po | 2320 +++++++++++ i18n/ko.po | 2298 +++++++++++ i18n/lb.po | 2315 +++++++++++ i18n/lo.po | 2314 +++++++++++ i18n/lt.po | 2246 +++++++++++ i18n/lv.po | 2249 +++++++++++ i18n/mk.po | 2314 +++++++++++ i18n/mn.po | 2324 +++++++++++ i18n/nb.po | 2321 +++++++++++ i18n/ne.po | 2311 +++++++++++ i18n/nl.po | 2380 +++++++++++ i18n/payment.pot | 2235 +++++++++++ i18n/pl.po | 2326 +++++++++++ i18n/pt.po | 2243 +++++++++++ i18n/pt_BR.po | 2372 +++++++++++ i18n/ro.po | 2326 +++++++++++ i18n/ru.po | 2372 +++++++++++ i18n/sk.po | 2235 +++++++++++ i18n/sl.po | 2252 +++++++++++ i18n/sq.po | 2315 +++++++++++ i18n/sr.po | 2303 +++++++++++ i18n/sr@latin.po | 2317 +++++++++++ i18n/sv.po | 2251 +++++++++++ i18n/ta.po | 2315 +++++++++++ i18n/th.po | 2342 +++++++++++ i18n/tr.po | 2324 +++++++++++ i18n/uk.po | 2309 +++++++++++ i18n/vi.po | 2351 +++++++++++ i18n/zh_CN.po | 2286 +++++++++++ i18n/zh_TW.po | 2284 +++++++++++ models/__init__.py | 10 + models/ir_http.py | 12 + models/onboarding_step.py | 12 + models/payment_method.py | 257 ++ models/payment_provider.py | 703 ++++ models/payment_token.py | 196 + models/payment_transaction.py | 1149 ++++++ models/res_company.py | 50 + models/res_partner.py | 21 + security/ir.model.access.csv | 14 + security/payment_security.xml | 45 + static/description/icon.png | Bin 0 -> 606 bytes static/description/icon.svg | 1 + static/img/ach_direct_debit.png | Bin 0 -> 3194 bytes static/img/affirm.png | Bin 0 -> 3681 bytes static/img/afterpay.png | Bin 0 -> 3517 bytes static/img/afterpay_riverty.png | Bin 0 -> 4933 bytes static/img/akulaku.png | Bin 0 -> 8255 bytes static/img/alipay.png | Bin 0 -> 2733 bytes static/img/alipay_hk.png | Bin 0 -> 3384 bytes static/img/alma.png | Bin 0 -> 3350 bytes static/img/amazon_pay.png | Bin 0 -> 4950 bytes static/img/amex.png | Bin 0 -> 3395 bytes static/img/apple_pay.png | Bin 0 -> 3441 bytes static/img/argencard.png | Bin 0 -> 2058 bytes static/img/atome.png | Bin 0 -> 8547 bytes static/img/axis.png | Bin 0 -> 2411 bytes static/img/bacs_direct_debit.png | Bin 0 -> 11735 bytes static/img/bancnet.png | Bin 0 -> 3328 bytes static/img/banco_de_bogota.png | Bin 0 -> 4262 bytes static/img/bancolombia.png | Bin 0 -> 2556 bytes static/img/bancomat_pay.png | Bin 0 -> 2897 bytes static/img/bancontact.png | Bin 0 -> 7950 bytes static/img/bank.png | Bin 0 -> 1483 bytes static/img/bank_bca.png | Bin 0 -> 8327 bytes static/img/bank_permata.png | Bin 0 -> 5406 bytes static/img/becs_direct_debit.png | Bin 0 -> 3609 bytes static/img/belfius.png | Bin 0 -> 1813 bytes static/img/benefit.png | Bin 0 -> 8738 bytes static/img/bharatqr.png | Bin 0 -> 4535 bytes static/img/billease.png | Bin 0 -> 4866 bytes static/img/billink.png | Bin 0 -> 4282 bytes static/img/bizum.png | Bin 0 -> 3343 bytes static/img/blik.png | Bin 0 -> 5039 bytes static/img/bni.png | Bin 0 -> 3900 bytes static/img/boleto.png | Bin 0 -> 3466 bytes static/img/boost.png | Bin 0 -> 6010 bytes static/img/brankas.png | Bin 0 -> 4252 bytes static/img/bri.png | Bin 0 -> 7299 bytes static/img/bsi.png | Bin 0 -> 2959 bytes static/img/cabal.png | Bin 0 -> 3098 bytes static/img/caixa.png | Bin 0 -> 3540 bytes static/img/card.png | Bin 0 -> 2201 bytes static/img/cash_app_pay.png | Bin 0 -> 6064 bytes static/img/cencosud.png | Bin 0 -> 5055 bytes static/img/cetelem.png | Bin 0 -> 5740 bytes static/img/cimb_niaga.png | Bin 0 -> 3777 bytes static/img/cirrus.png | Bin 0 -> 3371 bytes static/img/clearpay.png | Bin 0 -> 3588 bytes static/img/codensa.png | Bin 0 -> 4940 bytes static/img/cofidis.png | Bin 0 -> 5357 bytes static/img/cordial.png | Bin 0 -> 3120 bytes static/img/cordobesa.png | Bin 0 -> 3960 bytes static/img/dana.png | Bin 0 -> 5924 bytes static/img/dankort.png | Bin 0 -> 7812 bytes static/img/davivienda.png | Bin 0 -> 6845 bytes static/img/diners.png | Bin 0 -> 29537 bytes static/img/discover.png | Bin 0 -> 5038 bytes static/img/dolfin.png | Bin 0 -> 12813 bytes static/img/duitnow.png | Bin 0 -> 10526 bytes static/img/elo.png | Bin 0 -> 7841 bytes static/img/enets.png | Bin 0 -> 3035 bytes static/img/eps.png | Bin 0 -> 4146 bytes static/img/floa_bank.png | Bin 0 -> 4515 bytes static/img/flutterwave.png | Bin 0 -> 5520 bytes static/img/fpx.png | Bin 0 -> 7450 bytes static/img/frafinance.png | Bin 0 -> 734 bytes static/img/gcash.png | Bin 0 -> 10712 bytes static/img/giropay.png | Bin 0 -> 3260 bytes static/img/google_pay.png | Bin 0 -> 4484 bytes static/img/gopay.png | Bin 0 -> 11713 bytes static/img/grabpay.png | Bin 0 -> 6265 bytes static/img/hipercard.png | Bin 0 -> 13027 bytes static/img/hoolah.png | Bin 0 -> 12025 bytes static/img/humm.png | Bin 0 -> 3515 bytes static/img/ideal.png | Bin 0 -> 5041 bytes static/img/in3.png | Bin 0 -> 2890 bytes static/img/jcb.png | Bin 0 -> 13173 bytes static/img/jeniuspay.png | Bin 0 -> 5772 bytes static/img/jkopay.png | Bin 0 -> 3805 bytes static/img/kakaopay.png | Bin 0 -> 6945 bytes static/img/kbc.png | Bin 0 -> 3092 bytes static/img/klarna.png | Bin 0 -> 3141 bytes static/img/knet.png | Bin 0 -> 3210 bytes static/img/kredivo.png | Bin 0 -> 5286 bytes static/img/lider.png | Bin 0 -> 4407 bytes static/img/linepay.png | Bin 0 -> 2561 bytes static/img/link.png | Bin 0 -> 28454 bytes static/img/linkaja.png | Bin 0 -> 4894 bytes static/img/lydia.png | Bin 0 -> 9926 bytes static/img/lyfpay.png | Bin 0 -> 2110 bytes static/img/mada.png | Bin 0 -> 3274 bytes static/img/maestro.png | Bin 0 -> 3335 bytes static/img/magna.png | Bin 0 -> 6474 bytes static/img/mandiri.png | Bin 0 -> 5719 bytes static/img/mastercard.png | Bin 0 -> 3447 bytes static/img/maya.png | Bin 0 -> 3245 bytes static/img/maybank.png | Bin 0 -> 5105 bytes static/img/mbway.png | Bin 0 -> 8682 bytes static/img/meeza.png | Bin 0 -> 14205 bytes static/img/mercado_livre.png | Bin 0 -> 7993 bytes static/img/mobile_pay.png | Bin 0 -> 3604 bytes static/img/momo.png | Bin 0 -> 10230 bytes static/img/mpesa.png | Bin 0 -> 5510 bytes static/img/mtn-mobile-money.png | Bin 0 -> 14358 bytes static/img/multibanco.png | Bin 0 -> 11731 bytes static/img/mybank.png | Bin 0 -> 5184 bytes static/img/napas_card.png | Bin 0 -> 6544 bytes static/img/naps.png | Bin 0 -> 7943 bytes static/img/naranja.png | Bin 0 -> 3534 bytes static/img/nativa.png | Bin 0 -> 6327 bytes static/img/naver_pay.png | Bin 0 -> 2744 bytes static/img/octopus.png | Bin 0 -> 6167 bytes static/img/omannet.png | Bin 0 -> 11703 bytes static/img/ovo.png | Bin 0 -> 4082 bytes static/img/p24.png | Bin 0 -> 3415 bytes static/img/pace.png | Bin 0 -> 3812 bytes static/img/pay_easy.png | Bin 0 -> 13167 bytes static/img/pay_id.png | Bin 0 -> 3591 bytes static/img/paybright.png | Bin 0 -> 10211 bytes static/img/payconiq.png | Bin 0 -> 4744 bytes static/img/paylib.png | Bin 0 -> 3703 bytes static/img/payme.png | Bin 0 -> 4134 bytes static/img/payment-methods.svg | 11 + static/img/paynow.png | Bin 0 -> 14018 bytes static/img/paypal.png | Bin 0 -> 2249 bytes static/img/paypay.png | Bin 0 -> 4021 bytes static/img/paysafecard.png | Bin 0 -> 1922 bytes static/img/paytm.png | Bin 0 -> 2490 bytes static/img/paytrail.png | Bin 0 -> 4848 bytes static/img/payu.png | Bin 0 -> 3652 bytes static/img/pix.png | Bin 0 -> 6491 bytes static/img/poli.png | Bin 0 -> 7573 bytes static/img/poste_pay.png | Bin 0 -> 6071 bytes static/img/presto.png | Bin 0 -> 2731 bytes static/img/promptpay.png | Bin 0 -> 11210 bytes static/img/qris.png | Bin 0 -> 1517 bytes static/img/rabbit_line_pay.png | Bin 0 -> 2961 bytes static/img/ratepay.png | Bin 0 -> 3164 bytes static/img/revolut_pay.png | Bin 0 -> 3921 bytes static/img/rupay.png | Bin 0 -> 3973 bytes static/img/samsung_pay.png | Bin 0 -> 4779 bytes static/img/sepa.png | Bin 0 -> 4036 bytes static/img/shopback.png | Bin 0 -> 3469 bytes static/img/shopeepay.png | Bin 0 -> 3488 bytes static/img/shopping.png | Bin 0 -> 3515 bytes static/img/sofort.png | Bin 0 -> 3229 bytes static/img/swish.png | Bin 0 -> 5776 bytes static/img/tarjeta_mercadopago.png | Bin 0 -> 8066 bytes static/img/techcom.png | Bin 0 -> 8022 bytes static/img/tendopay.png | Bin 0 -> 31794 bytes static/img/tenpay.png | Bin 0 -> 9108 bytes static/img/tinka.png | Bin 0 -> 1901 bytes static/img/tmb.png | Bin 0 -> 2857 bytes static/img/toss_pay.png | Bin 0 -> 7047 bytes static/img/touch_n_go.png | Bin 0 -> 4462 bytes static/img/truemoney.png | Bin 0 -> 4813 bytes static/img/trustly.png | Bin 0 -> 2576 bytes static/img/twint.png | Bin 0 -> 3758 bytes static/img/uatp.png | Bin 0 -> 3942 bytes static/img/unionpay.png | Bin 0 -> 7870 bytes static/img/unknown.png | Bin 0 -> 1684 bytes static/img/upi.png | Bin 0 -> 5065 bytes static/img/venmo.png | Bin 0 -> 3192 bytes static/img/vietcom.png | Bin 0 -> 6483 bytes static/img/vipps.png | Bin 0 -> 9578 bytes static/img/visa.png | Bin 0 -> 3466 bytes static/img/vpay.png | Bin 0 -> 2614 bytes static/img/wallet.png | Bin 0 -> 1245 bytes static/img/walley.png | Bin 0 -> 7298 bytes static/img/wechat_pay.png | Bin 0 -> 2956 bytes static/img/welend.png | Bin 0 -> 8069 bytes static/img/western_union.png | Bin 0 -> 3235 bytes static/img/zalopay.png | Bin 0 -> 3757 bytes static/img/zip.png | Bin 0 -> 2801 bytes static/lib/jquery.payment/jquery.payment.js | 652 +++ static/src/js/express_checkout_form.js | 89 + static/src/js/payment_button.js | 81 + static/src/js/payment_form.js | 614 +++ static/src/js/post_processing.js | 103 + static/src/scss/payment_form.scss | 20 + static/src/scss/payment_provider.scss | 20 + static/src/scss/portal_templates.scss | 9 + static/src/xml/payment_form_templates.xml | 22 + static/src/xml/payment_post_processing.xml | 102 + tests/__init__.py | 10 + tests/common.py | 258 ++ tests/http_common.py | 224 ++ tests/test_flows.py | 403 ++ tests/test_multicompany_flows.py | 129 + tests/test_payment_method.py | 144 + tests/test_payment_provider.py | 228 ++ tests/test_payment_token.py | 64 + tests/test_payment_transaction.py | 191 + utils.py | 190 + views/express_checkout_templates.xml | 56 + views/payment_form_templates.xml | 406 ++ views/payment_method_views.xml | 159 + views/payment_provider_views.xml | 251 ++ views/payment_token_views.xml | 78 + views/payment_transaction_views.xml | 155 + views/portal_templates.xml | 355 ++ views/res_partner_views.xml | 28 + wizards/__init__.py | 5 + wizards/payment_capture_wizard.py | 152 + wizards/payment_capture_wizard_views.xml | 58 + wizards/payment_link_wizard.py | 85 + wizards/payment_link_wizard_views.xml | 49 + wizards/payment_onboarding_views.xml | 45 + wizards/payment_onboarding_wizard.py | 146 + 306 files changed, 188757 insertions(+) create mode 100644 __init__.py create mode 100644 __manifest__.py create mode 100644 controllers/__init__.py create mode 100644 controllers/portal.py create mode 100644 controllers/post_processing.py create mode 100644 data/neutralize.sql create mode 100644 data/onboarding_data.xml create mode 100644 data/payment_cron.xml create mode 100644 data/payment_method_data.xml create mode 100644 data/payment_provider_data.xml create mode 100644 i18n/af.po create mode 100644 i18n/am.po create mode 100644 i18n/ar.po create mode 100644 i18n/az.po create mode 100644 i18n/bg.po create mode 100644 i18n/bs.po create mode 100644 i18n/ca.po create mode 100644 i18n/cs.po create mode 100644 i18n/da.po create mode 100644 i18n/de.po create mode 100644 i18n/el.po create mode 100644 i18n/en_GB.po create mode 100644 i18n/es.po create mode 100644 i18n/es_419.po create mode 100644 i18n/es_BO.po create mode 100644 i18n/es_CL.po create mode 100644 i18n/es_CO.po create mode 100644 i18n/es_CR.po create mode 100644 i18n/es_DO.po create mode 100644 i18n/es_EC.po create mode 100644 i18n/es_PA.po create mode 100644 i18n/es_PE.po create mode 100644 i18n/es_PY.po create mode 100644 i18n/es_VE.po create mode 100644 i18n/et.po create mode 100644 i18n/eu.po create mode 100644 i18n/fa.po create mode 100644 i18n/fi.po create mode 100644 i18n/fo.po create mode 100644 i18n/fr.po create mode 100644 i18n/fr_BE.po create mode 100644 i18n/fr_CA.po create mode 100644 i18n/gl.po create mode 100644 i18n/gu.po create mode 100644 i18n/he.po create mode 100644 i18n/hi.po create mode 100644 i18n/hr.po create mode 100644 i18n/hu.po create mode 100644 i18n/hy.po create mode 100644 i18n/id.po create mode 100644 i18n/is.po create mode 100644 i18n/it.po create mode 100644 i18n/ja.po create mode 100644 i18n/ka.po create mode 100644 i18n/kab.po create mode 100644 i18n/kk.po create mode 100644 i18n/km.po create mode 100644 i18n/ko.po create mode 100644 i18n/lb.po create mode 100644 i18n/lo.po create mode 100644 i18n/lt.po create mode 100644 i18n/lv.po create mode 100644 i18n/mk.po create mode 100644 i18n/mn.po create mode 100644 i18n/nb.po create mode 100644 i18n/ne.po create mode 100644 i18n/nl.po create mode 100644 i18n/payment.pot create mode 100644 i18n/pl.po create mode 100644 i18n/pt.po create mode 100644 i18n/pt_BR.po create mode 100644 i18n/ro.po create mode 100644 i18n/ru.po create mode 100644 i18n/sk.po create mode 100644 i18n/sl.po create mode 100644 i18n/sq.po create mode 100644 i18n/sr.po create mode 100644 i18n/sr@latin.po create mode 100644 i18n/sv.po create mode 100644 i18n/ta.po create mode 100644 i18n/th.po create mode 100644 i18n/tr.po create mode 100644 i18n/uk.po create mode 100644 i18n/vi.po create mode 100644 i18n/zh_CN.po create mode 100644 i18n/zh_TW.po create mode 100644 models/__init__.py create mode 100644 models/ir_http.py create mode 100644 models/onboarding_step.py create mode 100644 models/payment_method.py create mode 100644 models/payment_provider.py create mode 100644 models/payment_token.py create mode 100644 models/payment_transaction.py create mode 100644 models/res_company.py create mode 100644 models/res_partner.py create mode 100644 security/ir.model.access.csv create mode 100644 security/payment_security.xml create mode 100644 static/description/icon.png create mode 100644 static/description/icon.svg create mode 100644 static/img/ach_direct_debit.png create mode 100644 static/img/affirm.png create mode 100644 static/img/afterpay.png create mode 100644 static/img/afterpay_riverty.png create mode 100644 static/img/akulaku.png create mode 100644 static/img/alipay.png create mode 100644 static/img/alipay_hk.png create mode 100644 static/img/alma.png create mode 100644 static/img/amazon_pay.png create mode 100644 static/img/amex.png create mode 100644 static/img/apple_pay.png create mode 100644 static/img/argencard.png create mode 100644 static/img/atome.png create mode 100644 static/img/axis.png create mode 100644 static/img/bacs_direct_debit.png create mode 100644 static/img/bancnet.png create mode 100644 static/img/banco_de_bogota.png create mode 100644 static/img/bancolombia.png create mode 100644 static/img/bancomat_pay.png create mode 100644 static/img/bancontact.png create mode 100644 static/img/bank.png create mode 100644 static/img/bank_bca.png create mode 100644 static/img/bank_permata.png create mode 100644 static/img/becs_direct_debit.png create mode 100644 static/img/belfius.png create mode 100644 static/img/benefit.png create mode 100644 static/img/bharatqr.png create mode 100644 static/img/billease.png create mode 100644 static/img/billink.png create mode 100644 static/img/bizum.png create mode 100644 static/img/blik.png create mode 100644 static/img/bni.png create mode 100644 static/img/boleto.png create mode 100644 static/img/boost.png create mode 100644 static/img/brankas.png create mode 100644 static/img/bri.png create mode 100644 static/img/bsi.png create mode 100644 static/img/cabal.png create mode 100644 static/img/caixa.png create mode 100644 static/img/card.png create mode 100644 static/img/cash_app_pay.png create mode 100644 static/img/cencosud.png create mode 100644 static/img/cetelem.png create mode 100644 static/img/cimb_niaga.png create mode 100644 static/img/cirrus.png create mode 100644 static/img/clearpay.png create mode 100644 static/img/codensa.png create mode 100644 static/img/cofidis.png create mode 100644 static/img/cordial.png create mode 100644 static/img/cordobesa.png create mode 100644 static/img/dana.png create mode 100644 static/img/dankort.png create mode 100644 static/img/davivienda.png create mode 100644 static/img/diners.png create mode 100644 static/img/discover.png create mode 100644 static/img/dolfin.png create mode 100644 static/img/duitnow.png create mode 100644 static/img/elo.png create mode 100644 static/img/enets.png create mode 100644 static/img/eps.png create mode 100644 static/img/floa_bank.png create mode 100644 static/img/flutterwave.png create mode 100644 static/img/fpx.png create mode 100644 static/img/frafinance.png create mode 100644 static/img/gcash.png create mode 100644 static/img/giropay.png create mode 100644 static/img/google_pay.png create mode 100644 static/img/gopay.png create mode 100644 static/img/grabpay.png create mode 100644 static/img/hipercard.png create mode 100644 static/img/hoolah.png create mode 100644 static/img/humm.png create mode 100644 static/img/ideal.png create mode 100644 static/img/in3.png create mode 100644 static/img/jcb.png create mode 100644 static/img/jeniuspay.png create mode 100644 static/img/jkopay.png create mode 100644 static/img/kakaopay.png create mode 100644 static/img/kbc.png create mode 100644 static/img/klarna.png create mode 100644 static/img/knet.png create mode 100644 static/img/kredivo.png create mode 100644 static/img/lider.png create mode 100644 static/img/linepay.png create mode 100644 static/img/link.png create mode 100644 static/img/linkaja.png create mode 100644 static/img/lydia.png create mode 100644 static/img/lyfpay.png create mode 100644 static/img/mada.png create mode 100644 static/img/maestro.png create mode 100644 static/img/magna.png create mode 100644 static/img/mandiri.png create mode 100644 static/img/mastercard.png create mode 100644 static/img/maya.png create mode 100644 static/img/maybank.png create mode 100644 static/img/mbway.png create mode 100644 static/img/meeza.png create mode 100644 static/img/mercado_livre.png create mode 100644 static/img/mobile_pay.png create mode 100644 static/img/momo.png create mode 100644 static/img/mpesa.png create mode 100644 static/img/mtn-mobile-money.png create mode 100644 static/img/multibanco.png create mode 100644 static/img/mybank.png create mode 100644 static/img/napas_card.png create mode 100644 static/img/naps.png create mode 100644 static/img/naranja.png create mode 100644 static/img/nativa.png create mode 100644 static/img/naver_pay.png create mode 100644 static/img/octopus.png create mode 100644 static/img/omannet.png create mode 100644 static/img/ovo.png create mode 100644 static/img/p24.png create mode 100644 static/img/pace.png create mode 100644 static/img/pay_easy.png create mode 100644 static/img/pay_id.png create mode 100644 static/img/paybright.png create mode 100644 static/img/payconiq.png create mode 100644 static/img/paylib.png create mode 100644 static/img/payme.png create mode 100644 static/img/payment-methods.svg create mode 100644 static/img/paynow.png create mode 100644 static/img/paypal.png create mode 100644 static/img/paypay.png create mode 100644 static/img/paysafecard.png create mode 100644 static/img/paytm.png create mode 100644 static/img/paytrail.png create mode 100644 static/img/payu.png create mode 100644 static/img/pix.png create mode 100644 static/img/poli.png create mode 100644 static/img/poste_pay.png create mode 100644 static/img/presto.png create mode 100644 static/img/promptpay.png create mode 100644 static/img/qris.png create mode 100644 static/img/rabbit_line_pay.png create mode 100644 static/img/ratepay.png create mode 100644 static/img/revolut_pay.png create mode 100644 static/img/rupay.png create mode 100644 static/img/samsung_pay.png create mode 100644 static/img/sepa.png create mode 100644 static/img/shopback.png create mode 100644 static/img/shopeepay.png create mode 100644 static/img/shopping.png create mode 100644 static/img/sofort.png create mode 100644 static/img/swish.png create mode 100644 static/img/tarjeta_mercadopago.png create mode 100644 static/img/techcom.png create mode 100644 static/img/tendopay.png create mode 100644 static/img/tenpay.png create mode 100644 static/img/tinka.png create mode 100644 static/img/tmb.png create mode 100644 static/img/toss_pay.png create mode 100644 static/img/touch_n_go.png create mode 100644 static/img/truemoney.png create mode 100644 static/img/trustly.png create mode 100644 static/img/twint.png create mode 100644 static/img/uatp.png create mode 100644 static/img/unionpay.png create mode 100644 static/img/unknown.png create mode 100644 static/img/upi.png create mode 100644 static/img/venmo.png create mode 100644 static/img/vietcom.png create mode 100644 static/img/vipps.png create mode 100644 static/img/visa.png create mode 100644 static/img/vpay.png create mode 100644 static/img/wallet.png create mode 100644 static/img/walley.png create mode 100644 static/img/wechat_pay.png create mode 100644 static/img/welend.png create mode 100644 static/img/western_union.png create mode 100644 static/img/zalopay.png create mode 100644 static/img/zip.png create mode 100644 static/lib/jquery.payment/jquery.payment.js create mode 100644 static/src/js/express_checkout_form.js create mode 100644 static/src/js/payment_button.js create mode 100644 static/src/js/payment_form.js create mode 100644 static/src/js/post_processing.js create mode 100644 static/src/scss/payment_form.scss create mode 100644 static/src/scss/payment_provider.scss create mode 100644 static/src/scss/portal_templates.scss create mode 100644 static/src/xml/payment_form_templates.xml create mode 100644 static/src/xml/payment_post_processing.xml create mode 100644 tests/__init__.py create mode 100644 tests/common.py create mode 100644 tests/http_common.py create mode 100644 tests/test_flows.py create mode 100644 tests/test_multicompany_flows.py create mode 100644 tests/test_payment_method.py create mode 100644 tests/test_payment_provider.py create mode 100644 tests/test_payment_token.py create mode 100644 tests/test_payment_transaction.py create mode 100644 utils.py create mode 100644 views/express_checkout_templates.xml create mode 100644 views/payment_form_templates.xml create mode 100644 views/payment_method_views.xml create mode 100644 views/payment_provider_views.xml create mode 100644 views/payment_token_views.xml create mode 100644 views/payment_transaction_views.xml create mode 100644 views/portal_templates.xml create mode 100644 views/res_partner_views.xml create mode 100644 wizards/__init__.py create mode 100644 wizards/payment_capture_wizard.py create mode 100644 wizards/payment_capture_wizard_views.xml create mode 100644 wizards/payment_link_wizard.py create mode 100644 wizards/payment_link_wizard_views.xml create mode 100644 wizards/payment_onboarding_views.xml create mode 100644 wizards/payment_onboarding_wizard.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..8b85166 --- /dev/null +++ b/__init__.py @@ -0,0 +1,14 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import controllers +from . import models +from . import utils +from . import wizards + + +def setup_provider(env, code): + env['payment.provider']._setup_provider(code) + + +def reset_payment_provider(env, code): + env['payment.provider']._remove_provider(code) diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..2dd1025 --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,47 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': "Payment Engine", + 'version': '2.0', + 'category': 'Hidden', + 'summary': "The payment engine used by payment provider modules.", + 'depends': ['onboarding', 'portal'], + 'data': [ + # Record data. + 'data/onboarding_data.xml', + 'data/payment_method_data.xml', + 'data/payment_provider_data.xml', + 'data/payment_cron.xml', + + # QWeb templates. + 'views/express_checkout_templates.xml', + 'views/payment_form_templates.xml', + 'views/portal_templates.xml', + + # Model views. + 'views/payment_provider_views.xml', + 'views/payment_method_views.xml', # Depends on `action_payment_provider`. + 'views/payment_transaction_views.xml', + 'views/payment_token_views.xml', # Depends on `action_payment_transaction_linked_to_token`. + 'views/res_partner_views.xml', + + # Security. + 'security/ir.model.access.csv', + 'security/payment_security.xml', + + # Wizard views. + 'wizards/payment_capture_wizard_views.xml', + 'wizards/payment_link_wizard_views.xml', + 'wizards/payment_onboarding_views.xml', + ], + 'assets': { + 'web.assets_frontend': [ + 'payment/static/lib/jquery.payment/jquery.payment.js', + 'payment/static/src/**/*', + ], + 'web.assets_backend': [ + 'payment/static/src/scss/payment_provider.scss', + ], + }, + 'license': 'LGPL-3', +} diff --git a/controllers/__init__.py b/controllers/__init__.py new file mode 100644 index 0000000..10ef4ca --- /dev/null +++ b/controllers/__init__.py @@ -0,0 +1,3 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import portal diff --git a/controllers/portal.py b/controllers/portal.py new file mode 100644 index 0000000..7af7c39 --- /dev/null +++ b/controllers/portal.py @@ -0,0 +1,499 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import urllib.parse + +import werkzeug + +from odoo import _, http +from odoo.exceptions import AccessError, ValidationError +from odoo.http import request + +from odoo.addons.payment import utils as payment_utils +from odoo.addons.payment.controllers.post_processing import PaymentPostProcessing +from odoo.addons.portal.controllers import portal + + +class PaymentPortal(portal.CustomerPortal): + + """ This controller contains the foundations for online payments through the portal. + + It allows to complete a full payment flow without the need of going through a document-based + flow made available by another module's controller. + + Such controllers should extend this one to gain access to the _create_transaction static method + that implements the creation of a transaction before its processing, or to override specific + routes and change their behavior globally (e.g. make the /pay route handle sale orders). + + The following routes are exposed: + - `/payment/pay` allows for arbitrary payments. + - `/my/payment_method` allows the user to create and delete tokens. It's its own `landing_route` + - `/payment/transaction` is the `transaction_route` for the standard payment flow. It creates a + draft transaction, and return the processing values necessary for the completion of the + transaction. + - `/payment/confirmation` is the `landing_route` for the standard payment flow. It displays the + payment confirmation page to the user when the transaction is validated. + """ + + @http.route( + '/payment/pay', type='http', methods=['GET'], auth='public', website=True, sitemap=False, + ) + def payment_pay( + self, reference=None, amount=None, currency_id=None, partner_id=None, company_id=None, + access_token=None, **kwargs + ): + """ Display the payment form with optional filtering of payment options. + + The filtering takes place on the basis of provided parameters, if any. If a parameter is + incorrect or malformed, it is skipped to avoid preventing the user from making the payment. + + In addition to the desired filtering, a second one ensures that none of the following + rules is broken: + + - Public users are not allowed to save their payment method as a token. + - Payments made by public users should either *not* be made on behalf of a specific partner + or have an access token validating the partner, amount and currency. + + We let access rights and security rules do their job for logged users. + + :param str reference: The custom prefix to compute the full reference. + :param str amount: The amount to pay. + :param str currency_id: The desired currency, as a `res.currency` id. + :param str partner_id: The partner making the payment, as a `res.partner` id. + :param str company_id: The related company, as a `res.company` id. + :param str access_token: The access token used to authenticate the partner. + :param dict kwargs: Optional data passed to helper methods. + :return: The rendered payment form. + :rtype: str + :raise werkzeug.exceptions.NotFound: If the access token is invalid. + """ + # Cast numeric parameters as int or float and void them if their str value is malformed + currency_id, partner_id, company_id = tuple(map( + self._cast_as_int, (currency_id, partner_id, company_id) + )) + amount = self._cast_as_float(amount) + + # Raise an HTTP 404 if a partner is provided with an invalid access token + if partner_id: + if not payment_utils.check_access_token(access_token, partner_id, amount, currency_id): + raise werkzeug.exceptions.NotFound() # Don't leak information about ids. + + user_sudo = request.env.user + logged_in = not user_sudo._is_public() + # If the user is logged in, take their partner rather than the partner set in the params. + # This is something that we want, since security rules are based on the partner, and created + # tokens should not be assigned to the public user. This should have no impact on the + # transaction itself besides making reconciliation possibly more difficult (e.g. The + # transaction and invoice partners are different). + partner_is_different = False + if logged_in: + partner_is_different = partner_id and partner_id != user_sudo.partner_id.id + partner_sudo = user_sudo.partner_id + else: + partner_sudo = request.env['res.partner'].sudo().browse(partner_id).exists() + if not partner_sudo: + return request.redirect( + # Escape special characters to avoid loosing original params when redirected + f'/web/login?redirect={urllib.parse.quote(request.httprequest.full_path)}' + ) + + # Instantiate transaction values to their default if not set in parameters + reference = reference or payment_utils.singularize_reference_prefix(prefix='tx') + amount = amount or 0.0 # If the amount is invalid, set it to 0 to stop the payment flow + company_id = company_id or partner_sudo.company_id.id or user_sudo.company_id.id + company = request.env['res.company'].sudo().browse(company_id) + currency_id = currency_id or company.currency_id.id + + # Make sure that the currency exists and is active + currency = request.env['res.currency'].browse(currency_id).exists() + if not currency or not currency.active: + raise werkzeug.exceptions.NotFound() # The currency must exist and be active. + + # Select all the payment methods and tokens that match the payment context. + providers_sudo = request.env['payment.provider'].sudo()._get_compatible_providers( + company_id, partner_sudo.id, amount, currency_id=currency.id, **kwargs + ) # In sudo mode to read the fields of providers and partner (if logged out). + payment_methods_sudo = request.env['payment.method'].sudo()._get_compatible_payment_methods( + providers_sudo.ids, + partner_sudo.id, + currency_id=currency.id, + ) # In sudo mode to read the fields of providers. + tokens_sudo = request.env['payment.token'].sudo()._get_available_tokens( + providers_sudo.ids, partner_sudo.id + ) # In sudo mode to be able to read tokens of other partners and the fields of providers. + + # Make sure that the partner's company matches the company passed as parameter. + company_mismatch = not PaymentPortal._can_partner_pay_in_company(partner_sudo, company) + + # Generate a new access token in case the partner id or the currency id was updated + access_token = payment_utils.generate_access_token(partner_sudo.id, amount, currency.id) + + portal_page_values = { + 'res_company': company, # Display the correct logo in a multi-company environment. + 'company_mismatch': company_mismatch, + 'expected_company': company, + 'partner_is_different': partner_is_different, + } + payment_form_values = { + 'show_tokenize_input_mapping': PaymentPortal._compute_show_tokenize_input_mapping( + providers_sudo, **kwargs + ), + } + payment_context = { + 'reference_prefix': reference, + 'amount': amount, + 'currency': currency, + 'partner_id': partner_sudo.id, + 'providers_sudo': providers_sudo, + 'payment_methods_sudo': payment_methods_sudo, + 'tokens_sudo': tokens_sudo, + 'transaction_route': '/payment/transaction', + 'landing_route': '/payment/confirmation', + 'access_token': access_token, + } + rendering_context = { + **portal_page_values, + **payment_form_values, + **payment_context, + **self._get_extra_payment_form_values( + **payment_context, currency_id=currency.id, **kwargs + ), # Pass the payment context to allow overriding modules to check document access. + } + return request.render(self._get_payment_page_template_xmlid(**kwargs), rendering_context) + + @staticmethod + def _compute_show_tokenize_input_mapping(providers_sudo, **kwargs): + """ Determine for each provider whether the tokenization input should be shown or not. + + :param recordset providers_sudo: The providers for which to determine whether the + tokenization input should be shown or not, as a sudoed + `payment.provider` recordset. + :param dict kwargs: The optional data passed to the helper methods. + :return: The mapping of the computed value for each provider id. + :rtype: dict + """ + show_tokenize_input_mapping = {} + for provider_sudo in providers_sudo: + show_tokenize_input = provider_sudo.allow_tokenization \ + and not provider_sudo._is_tokenization_required(**kwargs) + show_tokenize_input_mapping[provider_sudo.id] = show_tokenize_input + return show_tokenize_input_mapping + + def _get_payment_page_template_xmlid(self, **kwargs): + return 'payment.pay' + + @http.route('/my/payment_method', type='http', methods=['GET'], auth='user', website=True) + def payment_method(self, **kwargs): + """ Display the form to manage payment methods. + + :param dict kwargs: Optional data. This parameter is not used here + :return: The rendered manage form + :rtype: str + """ + partner_sudo = request.env.user.partner_id # env.user is always sudoed + + # Select all the payment methods and tokens that match the payment context. + providers_sudo = request.env['payment.provider'].sudo()._get_compatible_providers( + request.env.company.id, + partner_sudo.id, + 0., # There is no amount to pay with validation transactions. + force_tokenization=True, + is_validation=True, + **kwargs, + ) # In sudo mode to read the fields of providers and partner (if logged out). + payment_methods_sudo = request.env['payment.method'].sudo()._get_compatible_payment_methods( + providers_sudo.ids, + partner_sudo.id, + force_tokenization=True, + ) # In sudo mode to read the fields of providers. + tokens_sudo = request.env['payment.token'].sudo()._get_available_tokens( + None, partner_sudo.id, is_validation=True + ) # In sudo mode to read the commercial partner's and providers' fields. + + access_token = payment_utils.generate_access_token(partner_sudo.id, None, None) + + payment_form_values = { + 'mode': 'validation', + 'allow_token_selection': False, + 'allow_token_deletion': True, + } + payment_context = { + 'reference_prefix': payment_utils.singularize_reference_prefix(prefix='V'), + 'partner_id': partner_sudo.id, + 'providers_sudo': providers_sudo, + 'payment_methods_sudo': payment_methods_sudo, + 'tokens_sudo': tokens_sudo, + 'transaction_route': '/payment/transaction', + 'landing_route': '/my/payment_method', + 'access_token': access_token, + } + rendering_context = { + **payment_form_values, + **payment_context, + **self._get_extra_payment_form_values(**kwargs), + } + return request.render('payment.payment_methods', rendering_context) + + def _get_extra_payment_form_values(self, **kwargs): + """ Return a dict of extra payment form values to include in the rendering context. + + :param dict kwargs: Optional data. This parameter is not used here. + :return: The dict of extra payment form values. + :rtype: dict + """ + return {} + + @http.route('/payment/transaction', type='json', auth='public') + def payment_transaction(self, amount, currency_id, partner_id, access_token, **kwargs): + """ Create a draft transaction and return its processing values. + + :param float|None amount: The amount to pay in the given currency. + None if in a payment method validation operation + :param int|None currency_id: The currency of the transaction, as a `res.currency` id. + None if in a payment method validation operation + :param int partner_id: The partner making the payment, as a `res.partner` id + :param str access_token: The access token used to authenticate the partner + :param dict kwargs: Locally unused data passed to `_create_transaction` + :return: The mandatory values for the processing of the transaction + :rtype: dict + :raise: ValidationError if the access token is invalid + """ + # Check the access token against the transaction values + amount = amount and float(amount) # Cast as float in case the JS stripped the '.0' + if not payment_utils.check_access_token(access_token, partner_id, amount, currency_id): + raise ValidationError(_("The access token is invalid.")) + + self._validate_transaction_kwargs(kwargs, additional_allowed_keys=('reference_prefix',)) + tx_sudo = self._create_transaction( + amount=amount, currency_id=currency_id, partner_id=partner_id, **kwargs + ) + self._update_landing_route(tx_sudo, access_token) # Add the required params to the route. + return tx_sudo._get_processing_values() + + def _create_transaction( + self, provider_id, payment_method_id, token_id, amount, currency_id, partner_id, flow, + tokenization_requested, landing_route, reference_prefix=None, is_validation=False, + custom_create_values=None, **kwargs + ): + """ Create a draft transaction based on the payment context and return it. + + :param int provider_id: The provider of the provider payment method or token, as a + `payment.provider` id. + :param int|None payment_method_id: The payment method, if any, as a `payment.method` id. + :param int|None token_id: The token, if any, as a `payment.token` id. + :param float|None amount: The amount to pay, or `None` if in a validation operation. + :param int|None currency_id: The currency of the amount, as a `res.currency` id, or `None` + if in a validation operation. + :param int partner_id: The partner making the payment, as a `res.partner` id. + :param str flow: The online payment flow of the transaction: 'redirect', 'direct' or 'token'. + :param bool tokenization_requested: Whether the user requested that a token is created. + :param str landing_route: The route the user is redirected to after the transaction. + :param str reference_prefix: The custom prefix to compute the full reference. + :param bool is_validation: Whether the operation is a validation. + :param dict custom_create_values: Additional create values overwriting the default ones. + :param dict kwargs: Locally unused data passed to `_is_tokenization_required` and + `_compute_reference`. + :return: The sudoed transaction that was created. + :rtype: payment.transaction + :raise UserError: If the flow is invalid. + """ + # Prepare create values + if flow in ['redirect', 'direct']: # Direct payment or payment with redirection + provider_sudo = request.env['payment.provider'].sudo().browse(provider_id) + token_id = None + tokenize = bool( + # Don't tokenize if the user tried to force it through the browser's developer tools + provider_sudo.allow_tokenization + # Token is only created if required by the flow or requested by the user + and (provider_sudo._is_tokenization_required(**kwargs) or tokenization_requested) + ) + elif flow == 'token': # Payment by token + token_sudo = request.env['payment.token'].sudo().browse(token_id) + + # Prevent from paying with a token that doesn't belong to the current partner (either + # the current user's partner if logged in, or the partner on behalf of whom the payment + # is being made). + partner_sudo = request.env['res.partner'].sudo().browse(partner_id) + if partner_sudo.commercial_partner_id != token_sudo.partner_id.commercial_partner_id: + raise AccessError(_("You do not have access to this payment token.")) + + provider_sudo = token_sudo.provider_id + payment_method_id = token_sudo.payment_method_id.id + tokenize = False + else: + raise ValidationError( + _("The payment should either be direct, with redirection, or made by a token.") + ) + + reference = request.env['payment.transaction']._compute_reference( + provider_sudo.code, + prefix=reference_prefix, + **(custom_create_values or {}), + **kwargs + ) + if is_validation: # Providers determine the amount and currency in validation operations + amount = provider_sudo._get_validation_amount() + currency_id = provider_sudo._get_validation_currency().id + + # Create the transaction + tx_sudo = request.env['payment.transaction'].sudo().create({ + 'provider_id': provider_sudo.id, + 'payment_method_id': payment_method_id, + 'reference': reference, + 'amount': amount, + 'currency_id': currency_id, + 'partner_id': partner_id, + 'token_id': token_id, + 'operation': f'online_{flow}' if not is_validation else 'validation', + 'tokenize': tokenize, + 'landing_route': landing_route, + **(custom_create_values or {}), + }) # In sudo mode to allow writing on callback fields + + if flow == 'token': + tx_sudo._send_payment_request() # Payments by token process transactions immediately + else: + tx_sudo._log_sent_message() + + # Monitor the transaction to make it available in the portal. + PaymentPostProcessing.monitor_transaction(tx_sudo) + + return tx_sudo + + @staticmethod + def _update_landing_route(tx_sudo, access_token): + """ Add the mandatory parameters to the route and recompute the access token if needed. + + The generic landing route requires the tx id and access token to be provided since there is + no document to rely on. The access token is recomputed in case we are dealing with a + validation transaction (provider-specific amount and currency). + + :param recordset tx_sudo: The transaction whose landing routes to update, as a + `payment.transaction` record. + :param str access_token: The access token used to authenticate the partner + :return: None + """ + if tx_sudo.operation == 'validation': + access_token = payment_utils.generate_access_token( + tx_sudo.partner_id.id, tx_sudo.amount, tx_sudo.currency_id.id + ) + tx_sudo.landing_route = f'{tx_sudo.landing_route}' \ + f'?tx_id={tx_sudo.id}&access_token={access_token}' + + @http.route('/payment/confirmation', type='http', methods=['GET'], auth='public', website=True) + def payment_confirm(self, tx_id, access_token, **kwargs): + """ Display the payment confirmation page to the user. + + :param str tx_id: The transaction to confirm, as a `payment.transaction` id + :param str access_token: The access token used to verify the user + :param dict kwargs: Optional data. This parameter is not used here + :raise: werkzeug.exceptions.NotFound if the access token is invalid + """ + tx_id = self._cast_as_int(tx_id) + if tx_id: + tx_sudo = request.env['payment.transaction'].sudo().browse(tx_id) + + # Raise an HTTP 404 if the access token is invalid + if not payment_utils.check_access_token( + access_token, tx_sudo.partner_id.id, tx_sudo.amount, tx_sudo.currency_id.id + ): + raise werkzeug.exceptions.NotFound() # Don't leak information about ids. + + # Display the payment confirmation page to the user + return request.render('payment.confirm', qcontext={'tx': tx_sudo}) + else: + # Display the portal homepage to the user + return request.redirect('/my/home') + + @http.route('/payment/archive_token', type='json', auth='user') + def archive_token(self, token_id): + """ Check that a user has write access on a token and archive the token if so. + + :param int token_id: The token to archive, as a `payment.token` id + :return: None + """ + partner_sudo = request.env.user.partner_id + token_sudo = request.env['payment.token'].sudo().search([ + ('id', '=', token_id), + # Check that the user owns the token before letting them archive anything + ('partner_id', 'in', [partner_sudo.id, partner_sudo.commercial_partner_id.id]) + ]) + if token_sudo: + token_sudo.active = False + + @staticmethod + def _cast_as_int(str_value): + """ Cast a string as an `int` and return it. + + If the conversion fails, `None` is returned instead. + + :param str str_value: The value to cast as an `int` + :return: The casted value, possibly replaced by None if incompatible + :rtype: int|None + """ + try: + return int(str_value) + except (TypeError, ValueError, OverflowError): + return None + + @staticmethod + def _cast_as_float(str_value): + """ Cast a string as a `float` and return it. + + If the conversion fails, `None` is returned instead. + + :param str str_value: The value to cast as a `float` + :return: The casted value, possibly replaced by None if incompatible + :rtype: float|None + """ + try: + return float(str_value) + except (TypeError, ValueError, OverflowError): + return None + + @staticmethod + def _can_partner_pay_in_company(partner, document_company): + """ Return whether the provided partner can pay in the provided company. + + The payment is allowed either if the partner's company is not set or if the companies match. + + :param recordset partner: The partner on behalf on which the payment is made, as a + `res.partner` record. + :param recordset document_company: The company of the document being paid, as a + `res.company` record. + :return: Whether the payment is allowed. + :rtype: str + """ + return not partner.company_id or partner.company_id == document_company + + @staticmethod + def _validate_transaction_kwargs(kwargs, additional_allowed_keys=()): + """ Verify that the keys of a transaction route's kwargs are all whitelisted. + + The whitelist consists of all the keys that are expected to be passed to a transaction + route, plus optional contextually allowed keys. + + This method must be called in all transaction routes to ensure that no undesired kwarg can + be passed as param and then injected in the create values of the transaction. + + :param dict kwargs: The transaction route's kwargs to verify. + :param tuple additional_allowed_keys: The keys of kwargs that are contextually allowed. + :return: None + :raise ValidationError: If some kwargs keys are rejected. + """ + whitelist = { + 'provider_id', + 'payment_method_id', + 'token_id', + 'amount', + 'flow', + 'tokenization_requested', + 'landing_route', + 'is_validation', + 'csrf_token', + } + whitelist.update(additional_allowed_keys) + rejected_keys = set(kwargs.keys()) - whitelist + if rejected_keys: + raise ValidationError( + _("The following kwargs are not whitelisted: %s", ', '.join(rejected_keys)) + ) diff --git a/controllers/post_processing.py b/controllers/post_processing.py new file mode 100644 index 0000000..5025ef2 --- /dev/null +++ b/controllers/post_processing.py @@ -0,0 +1,88 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging + +import psycopg2 + +from odoo import http +from odoo.http import request + +_logger = logging.getLogger(__name__) + + +class PaymentPostProcessing(http.Controller): + + """ + This controller is responsible for the monitoring and finalization of the post-processing of + transactions. + + It exposes the route `/payment/status`: All payment flows must go through this route at some + point to allow the user checking on the transactions' status, and to trigger the finalization of + their post-processing. + """ + + MONITORED_TX_ID_KEY = '__payment_monitored_tx_id__' + + @http.route('/payment/status', type='http', auth='public', website=True, sitemap=False) + def display_status(self, **kwargs): + """ Display the payment status page. + + :param dict kwargs: Optional data. This parameter is not used here + :return: The rendered status page + :rtype: str + """ + return request.render('payment.payment_status') + + @http.route('/payment/status/poll', type='json', auth='public') + def poll_status(self, **_kwargs): + """ Fetch the transaction to display on the status page and finalize its post-processing. + + :return: The post-processing values of the transaction. + :rtype: dict + """ + # Retrieve the last user's transaction from the session. + monitored_tx = request.env['payment.transaction'].sudo().browse( + self.get_monitored_transaction_id() + ).exists() + if not monitored_tx: # The session might have expired, or the tx has never existed. + raise Exception('tx_not_found') + + # Finalize the post-processing of the transaction before redirecting the user to the landing + # route and its document. + if monitored_tx.state == 'done' and not monitored_tx.is_post_processed: + try: + monitored_tx._finalize_post_processing() + except psycopg2.OperationalError: # The database cursor could not be committed. + request.env.cr.rollback() # Rollback and try later. + raise Exception('retry') + except Exception as e: + request.env.cr.rollback() + _logger.exception( + "Encountered an error while post-processing transaction with id %s:\n%s", + monitored_tx.id, e + ) + raise + + # Return the post-processing values to display the transaction summary to the customer. + return monitored_tx._get_post_processing_values() + + @classmethod + def monitor_transaction(cls, transaction): + """ Make the provided transaction id monitored. + + :param payment.transaction transaction: The transaction to monitor. + :return: None + """ + request.session[cls.MONITORED_TX_ID_KEY] = transaction.id + + @classmethod + def get_monitored_transaction_id(cls): + """ Return the id of transaction being monitored. + + Only the id and not the recordset itself is returned to allow the caller browsing the + recordset with sudo privileges, and using the id in a custom query. + + :return: The id of transactions being monitored + :rtype: list + """ + return request.session.get(cls.MONITORED_TX_ID_KEY) diff --git a/data/neutralize.sql b/data/neutralize.sql new file mode 100644 index 0000000..98d2c43 --- /dev/null +++ b/data/neutralize.sql @@ -0,0 +1,4 @@ +-- disable generic payment provider +UPDATE payment_provider + SET state = 'disabled' + WHERE state NOT IN ('test', 'disabled'); diff --git a/data/onboarding_data.xml b/data/onboarding_data.xml new file mode 100644 index 0000000..7669fad --- /dev/null +++ b/data/onboarding_data.xml @@ -0,0 +1,10 @@ + + + + + + Online Payments + 99 + + + diff --git a/data/payment_cron.xml b/data/payment_cron.xml new file mode 100644 index 0000000..b782372 --- /dev/null +++ b/data/payment_cron.xml @@ -0,0 +1,15 @@ + + + + + payment: post-process transactions + + code + model._cron_finalize_post_processing() + + 10 + minutes + -1 + + + diff --git a/data/payment_method_data.xml b/data/payment_method_data.xml new file mode 100644 index 0000000..ffc9817 --- /dev/null +++ b/data/payment_method_data.xml @@ -0,0 +1,3931 @@ + + + + + + + 7Eleven + 7eleven + 1000 + False + False + False + partial + + + + + + ACH Direct Debit + ach_direct_debit + 1000 + False + + False + False + partial + + + + + + Pre-authorized debit in Canada + acss_debit + 1000 + False + + False + False + partial + + + + + + Affirm + affirm + 1000 + False + + False + False + partial + + + + + + Afterpay + afterpay + 1000 + False + + False + False + partial + + + + + + AfterPay + afterpay_riverty + 1000 + False + + False + False + + + + + + + Akulaku PayLater + akulaku + 1000 + False + + False + False + + + + + + + Alipay + alipay + 1000 + False + + False + False + partial + + + + AliPayHK + alipay_hk + 1000 + False + + False + False + partial + + + + + + Alma + alma + 1000 + False + + False + False + partial + + + + + + Amazon Pay + amazon_pay + 1000 + False + + False + False + partial + + + + + + Atome + atome + 1000 + False + + False + False + partial + + + + + + Axis + axis + 1000 + False + + False + False + + + + + + + BACS Direct Debit + bacs_direct_debit + 1000 + False + + False + False + partial + + + + + + BancNet + bancnet + 1000 + False + + False + False + + + + + + + BANCOMAT Pay + bancomat_pay + 1000 + False + + False + False + + + + + + + Bancontact + bancontact + 1000 + False + + False + False + partial + + + + + + Bangkok Bank + bangkok_bank + 1000 + False + + False + False + + + + + + + Bank Account + bank_account + 1000 + False + + False + False + + + + + BCA + bank_bca + 1000 + False + + False + False + + + + + + + Bank of Ayudhya + bank_of_ayudhya + 1000 + False + + False + False + + + + + + + Bank Permata + bank_permata + 1000 + False + + False + False + + + + + + + Bank reference + bank_reference + 1000 + False + + False + False + + + + + Bank Transfer + bank_transfer + 1000 + False + + False + False + + + + + + BECS Direct Debit + becs_direct_debit + 1000 + False + + False + False + partial + + + + + + Belfius + belfius + 1000 + False + + False + False + + + + + + + Benefit + benefit + 1000 + False + + False + False + partial + + + + + + BharatQR + bharatqr + 1000 + False + + False + False + + + + + + + BillEase + billease + 1000 + False + + False + False + + + + + + + Billink + billink + 1000 + False + + False + False + + + + + + + Bizum + bizum + 1000 + False + + False + False + partial + + + + + + BLIK + blik + 1000 + False + + False + False + partial + + + + + + Bank Negara Indonesia + bni + 1000 + False + + False + False + + + + + + + Boleto + boleto + 1000 + False + + True + False + + + + + + + Boost + boost + 1000 + False + + False + False + + + + + + + Bank of the Philippine Islands + bpi + 1000 + False + + False + False + + + + + + + BRANKAS + brankas + 1000 + False + + False + False + + + + + + + BRI + bri + 1000 + False + + False + False + + + + + + + Bank Syariah Indonesia + bsi + 1000 + False + + False + False + + + + + + + Card + card + 10 + False + + True + False + + + + + Cash App Pay + cash_app_pay + 1000 + False + + False + False + partial + + + + + + Cashalo + cashalo + 1000 + False + False + False + partial + + + + + + Cebuana + cebuana + 1000 + False + False + False + partial + + + + + + Clearpay + clearpay + 1000 + False + + False + False + partial + + + + + + CIMB Niaga + cimb_niaga + 1000 + False + + False + False + + + + + + + cofidis + cofidis + 1000 + False + + False + False + + + + + + + Dana + dana + 1000 + False + + False + False + partial + + + + + + Dolfin + dolfin + 1000 + False + + False + False + + + + + + + DuitNow + duitnow + 1000 + False + + False + False + partial + + + + + + EMI + emi + 1000 + False + + False + False + partial + + + + + + eNETS + enets + 1000 + False + + False + False + + + + + + + EPS + eps + 1000 + False + + False + False + partial + + + + + + Floa Bank + floa_bank + 1000 + False + + False + False + + + + + + + FPS + fps + 1000 + False + + False + False + + + + + + + FPX + fpx + 1000 + False + + False + False + partial + + + + + + Frafinance + frafinance + 1000 + False + + False + False + + + + + + + GCash + gcash + 1000 + False + + False + False + partial + + + + + + Giropay + giropay + 1000 + False + + False + False + partial + + + + + + GoPay + gopay + 1000 + False + + False + False + partial + + + + + + GrabPay + grabpay + 1000 + False + + False + False + partial + + + + + + Government Savings Bank + gsb + 1000 + False + + False + False + + + + + + + HD Bank + hd + 1000 + False + + False + False + + + + + + + Hoolah + hoolah + 1000 + False + + False + False + + + + + + + Humm + humm + 1000 + False + + False + False + + + + + + + iDEAL + ideal + 1000 + False + + False + False + partial + + + + + + in3 + in3 + 1000 + False + + False + False + + + + + + + JeniusPay + jeniuspay + 1000 + False + + False + False + partial + + + + + + Jkopay + jkopay + 1000 + False + + False + False + + + + + + + KakaoPay + kakaopay + 1000 + False + + False + False + partial + + + + + + Kasikorn Bank + kasikorn_bank + 1000 + False + + False + False + + + + + + + KBC/CBC + kbc_cbc + 1000 + False + + False + False + partial + + + + + + Klarna + klarna + 1000 + False + + False + False + partial + + + + + + Klarna - Pay Now + klarna_paynow + 1000 + False + + False + False + partial + + + + + + Klarna - Pay over time + klarna_pay_over_time + 1000 + False + + False + False + partial + + + + + + KNET + knet + 1000 + False + + False + False + partial + + + + + + Kredivo + kredivo + 1000 + False + + False + False + + + + + + + KrungThai Bank + krungthai_bank + 1000 + False + + False + False + + + + + + + LINE Pay + linepay + 1000 + False + + False + False + + + + + + + LinkAja + linkaja + 1000 + False + + False + False + + + + + + + Lydia + lydia + 1000 + False + + False + False + + + + + + + LyfPay + lyfpay + 1000 + False + + False + False + + + + + + + Mada + mada + 1000 + False + + False + False + + + + + + + Mandiri + mandiri + 1000 + False + + False + False + + + + + + + Maya + maya + 1000 + False + + False + False + + + + + + + Maybank + maybank + 1000 + False + + False + False + + + + + + + MB WAY + mbway + 1000 + False + + False + False + partial + + + + + + Mobile money + mobile_money + 1000 + False + + False + False + + + + + + + MobilePay + mobile_pay + 1000 + False + + False + False + partial + + + + + + MoMo + momo + 1000 + False + + False + False + partial + + + + + + M-Pesa + mpesa + 1000 + False + + False + False + + + + + + + Multibanco + multibanco + 1000 + False + + False + False + + + + + + + MyBank + mybank + 1000 + False + + False + False + + + + + + + Napas Card + napas_card + 1000 + False + + False + False + + full_only + + + + + + Naver Pay + naver_pay + 1000 + False + + False + False + + + + + + + Netbanking + netbanking + 1000 + False + + False + False + partial + + + + + + Octopus + octopus + 1000 + False + + False + False + + + + + + + Online Banking Czech Republic + online_banking_czech_republic + 1000 + False + + False + False + partial + + + + + + Online Banking India + online_banking_india + 1000 + False + + False + False + + full_only + + + + + + Online Banking Slovakia + online_banking_slovakia + 1000 + False + + False + False + partial + + + + + + Online Banking Thailand + online_banking_thailand + 1000 + False + + False + False + + + + + + + Open banking + open_banking + 1000 + False + + False + False + partial + + + + + + OVO + ovo + 1000 + False + + False + False + + + + + + + PayBright + paybright + 1000 + False + + False + False + partial + + + + + + Pace. + pace + 1000 + False + + False + False + + + + + + + Pay-easy + pay_easy + 1000 + False + + False + False + + + + + + + PayID + pay_id + 1000 + False + + False + False + + + + + + + Paylib + paylib + 1000 + False + + False + False + + + + + + + PayMe + payme + 1000 + False + + False + False + + + + + + + PayNow + paynow + 1000 + False + + False + False + partial + + + + + + Paypal + paypal + 20 + False + + False + False + partial + + + + PayPay + paypay + 1000 + False + + False + False + + + + + + + PaySafeCard + paysafecard + 1000 + False + + False + False + + full_only + + + + + + Paytm + paytm + 1000 + False + + False + False + partial + + + + + + Paytrail + paytrail + 1000 + False + + False + False + partial + + + + + + PayU + payu + 1000 + False + + False + False + + + + + + + Pix + pix + 1000 + False + + False + False + partial + + + + + + POLi + poli + 1000 + False + + False + False + + + + + + + PostePay + poste_pay + 1000 + False + + False + False + + + + + + + PPS + pps + 1000 + False + + False + False + + + + + + + Prompt Pay + promptpay + 1000 + False + + False + False + partial + + + + + + PSE + pse + 1000 + False + + False + False + + + + + + + P24 + p24 + 1000 + False + + False + False + partial + + + + + + QRIS + qris + 1000 + False + + False + False + + + + + + + Rabbit LINE Pay + rabbit_line_pay + 1000 + False + + False + False + + + + + + + Ratepay + ratepay + 1000 + False + + False + False + partial + + + + + + Revolut Pay + revolut_pay + 1000 + False + + False + False + partial + + + + + + Samsung Pay + samsung_pay + 1000 + False + + False + False + partial + + + + + Siam Commerical Bank + scb + 1000 + False + + False + False + + + + + + + SEPA Direct Debit + sepa_direct_debit + 1000 + False + + False + False + partial + + + + + + ShopBack + shopback + 1000 + False + + False + False + + + + + + + ShopeePay + shopeepay + 1000 + False + + False + False + partial + + + + + + Sofort + sofort + 1000 + False + + False + False + partial + + + + + + Swish + swish + 1000 + False + + False + False + partial + + + + + + Techcombank + techcom + 1000 + False + + False + False + + + + + + + TendoPay + tendopay + 1000 + False + + False + False + + + + + + + TENPAY + tenpay + 1000 + False + + False + False + + + + + + + Tienphong + tienphong + 1000 + False + + False + False + + + + + + + Tinka + tinka + 1000 + False + + False + False + + + + + + + Tamilnad Mercantile Bank Limited + tmb + 1000 + False + + False + False + + + + + + + Toss Pay + toss_pay + 1000 + False + + False + False + + + + + + + Touch'n Go + touch_n_go + 1000 + False + + False + False + partial + + + + + + TrueMoney + truemoney + 1000 + False + + False + False + + + + + + + Trustly + trustly + 1000 + False + + False + False + partial + + + + + + TTB + ttb + 1000 + False + + False + False + + + + + + + Twint + twint + 1000 + False + + False + False + partial + + + + + + Universal Air Travel Plan + uatp + 1000 + False + + False + False + + + + + Payment method + unknown + 1000 + False + + True + True + partial + + + + United Overseas Bank + uob + 1000 + False + + False + False + + + + + + + UPI + upi + 1000 + False + + True + False + partial + + + + + + USSD + ussd + 1000 + False + + False + False + + + + + Venmo + venmo + 1000 + False + + False + False + partial + + + + + + Vietcombank + vietcom + 1000 + False + + False + False + + + + + + + Vipps + vipps + 1000 + False + + False + False + partial + + + + + + V PAY + vpay + 1000 + False + + False + False + + + + + + Wallets India + wallets_india + 1000 + False + + False + False + + full_only + + + + + + Walley + walley + 1000 + False + + False + False + partial + + + + + + WeChat Pay + wechat_pay + 1000 + False + + False + False + partial + + + + + WeLend + welend + 1000 + False + + False + False + + + + + + + Zalopay + zalopay + 1000 + False + + False + False + + + + + + + Zip + zip + 1000 + False + + False + False + partial + + + + + + + + American Express + amex + + 1000 + False + + + + + Argencard + argencard + + 1000 + False + + + + + Banco de Bogota + banco_de_bogota + + 1000 + False + + + + + Bancolombia + bancolombia + + 1000 + False + + + + + Cabal + cabal + + 1000 + False + + + + + Caixa + caixa + + 1000 + False + + + + + Carnet + carnet + + 1000 + False + + + + + Cartes Bancaires + cartes_bancaires + + 1000 + False + + + + + Cencosud + cencosud + + 1000 + False + + + + + Cirrus + cirrus + + 1000 + False + + + + + CMR + cmr + + 1000 + False + + + + + Codensa + codensa + + 1000 + False + + + + + Cordial + cordial + + 1000 + False + + + + + Cordobesa + cordobesa + + 1000 + False + + + + + Credit Payment + credit + + 1000 + False + + + + + Dankort + dankort + + 1000 + False + + + + + Davivienda + davivienda + + 1000 + False + + + + + Diners Club International + diners + + 1000 + False + + + + + Discover + discover + + 1000 + False + + + + + Elo + elo + + 1000 + False + + + + + Hipercard + hipercard + + 1000 + False + + + + + JCB + jcb + + 1000 + False + + + + + Lider + lider + + 1000 + False + + + + + Mercado Livre + mercado_livre + + 1000 + False + + + + + + Meeza + meeza + + 1000 + False + + + + + Maestro + maestro + + 1000 + False + + + + + Magna + magna + + 1000 + False + + + + + MasterCard + mastercard + + 1000 + False + + + + + NAPS + naps + + 1000 + False + + + + + Naranja + naranja + + 1000 + False + + + + + Nativa + nativa + + 1000 + False + + + + + Oca + oca + + 1000 + False + + + + + OmanNet + omannet + + 1000 + False + + + + + Presto + presto + + 1000 + False + + + + + RuPay + rupay + + 1000 + False + + + + + Shopping Card + shopping + + 1000 + False + + + + + Tarjeta MercadoPago + tarjeta_mercadopago + + 1000 + False + + + + + UnionPay + unionpay + + 1000 + False + + + + + VISA + visa + + 1000 + False + + + + diff --git a/data/payment_provider_data.xml b/data/payment_provider_data.xml new file mode 100644 index 0000000..430daaf --- /dev/null +++ b/data/payment_provider_data.xml @@ -0,0 +1,434 @@ + + + + + Adyen + + + + + + + + Amazon Payment Services + + + + + + + + Asiapay + + + + + + + + Authorize.net + + + + + + + + Buckaroo + + + + + + + + Demo + 40 + + + + + + Flutterwave + + + + + + + + Mercado Pago + + + + + + + + + Mollie + + + + + + + + + PayPal + + + + + + + + Razorpay + + + + + + + + SEPA Direct Debit + 20 + + + + + + + Sips + + + + + + + + Stripe + + + + + + + + Wire Transfer + 30 + + + + + + Xendit + + + + + + + diff --git a/i18n/af.po b/i18n/af.po new file mode 100644 index 0000000..f841ffd --- /dev/null +++ b/i18n/af.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Martin Trigaux, 2022\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktief" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Bedrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Gekanselleer" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Kode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Maatskappye" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Maatskappy" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontak" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Geskep deur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Geskep op" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Geldeenheid" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klient" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Epos" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Groepeer deur" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Laas Opgedateer deur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Laas Opgedateer op" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Boodskap" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Boodskappe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naam" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Ander" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Vennoot" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Volgorde" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Stand" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/am.po b/i18n/am.po new file mode 100644 index 0000000..3f423af --- /dev/null +++ b/i18n/am.po @@ -0,0 +1,2311 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n" +"Language: am\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "መሰረዝ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "ድርጅት" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "ገንዘብ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "ተባባሪ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "በመደብ" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "ተባባሪ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "ቅደም ተከተል" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "ሁኔታው" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..e2a99e5 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,2336 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Mustafa Rawi , 2023 +# Wil Odoo, 2023 +# Malaz Abuidris , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Malaz Abuidris , 2024\n" +"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "البيانات المحضرة " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

يرجى الدفع إلى:

  • البنك: %s
  • رقم الحساب: " +"%s
  • صاحب الحساب: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" تم ضبط هذه الخصائص على\n" +" مطابقة سلوك مقدمي الخدمة وتكاملهم معهم\n" +" Odoo فيما يتعلق بطريقة الدفع هذه. أي تغيير قد يؤدي إلى أخطاء\n" +" ويجب اختباره على قاعدة بيانات اختبارية أولاً. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " قم بتهيئة مزود الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" قم بتمكين طرق الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "احفظ تفاصيل الدفع الخاصة بي" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "غير منشور " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "منشور" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "طرق الدفع المحفوظة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" كافة الدول مدعومة.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" كافة الدول مدعومة.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " محمي بواسطة" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" كيفية تهيئة حسابك على PayPal " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "طرق الدفع الخاصة بك " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"لم يتم العثور على طريقة دفع مناسبة.
\n" +" إذا كنت تظن أنه هناك خطأ ما، يرجى التواصل مع مدير\n" +" الموقع الإلكتروني. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"تحذير! توجد عملية تحصيل دفع جزئي قيد الانتظار. يرجى الانتظار\n" +" قليلاً حتى تتم معالجتها. تحقق من تهيئة مزود الدفع إذا كانت\n" +" عملية تحصيل الدفع لا تزال قيد الانتظار بعد عدة دقائق. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"تحذير! لا يمكنك تحصيل مبلغ بقيمة سالبة لأكثر\n" +" من " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"تحذير إنشاء مزود دفع باستخدام رز إنشاء غير مدعوم.\n" +" يرجى استخدام إجراء استنساخ عوضاً عن ذلك. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"تحذير تأكد من أنك قد قمت بتسجيل دخولك\n" +" كالشريك الصحيح قبل القيام بالدفع. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "تحذير العملة غير موجودة أو غير صحيحة. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "تحذير عليك تسجيل دخولك لإكمال الدفع. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"تم إرسال طلب استرداد أموال لـ %(amount)s. سوف يتم إنشاء الدفع قريباً. مرجع " +"معاملة استرداد الأموال: %(ref)s (%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "لا يمكن إلغاء أرشفة الرمز بعد أن قد تمت أرشفته. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "لقد بدأت معاملة لها المرجع %(ref)s (%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"لقد بدأت معاملة لها المرجع %(ref)s لحفظ طريقة دفع جديدة (%(provider_name)s)." +" " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"لقد بدأت معاملة لها المرجع %(ref)s باستخدام طريقة الدفع %(token)s " +"(%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "الحساب " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "رقم الحساب" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "تفعيل" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "نشط" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "العنوان" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "السماح بالدفع والخروج والسريع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "السماح بحفظ طرق الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "تم تحصيل الدفع بالفعل " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "تم إبطاله بالفعل " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "خدمات دفع Amazon " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "مبلغ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "الحد الأقصى للمبلغ " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "المبلغ لتحصيله " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "حدث خطأ أثناء معالجة عملية الدفع الخاصة بك. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "تطبيق" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "مؤرشف" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "هل أنت متأكد من أنك ترغب في حذف طريقة الدفع هذه؟ " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"هل أنت متأكد أنك تريد إبطال المعاملة المُصرح بها؟ لا يمكن التراجع عن هذا " +"الإجراء. " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "رسالة التصريح " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "مصرح به " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "المبلغ المصرح به " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "التوافر" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "الطرق المتاحة " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "البنك" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "اسم البنك" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "العلامات التجارية " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "نموذج مستند رد الاتصال " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "تم رد الاتصال " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "تشفير رد الاتصال " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "طريقة رد الاتصال" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "معرف سجل رد الاتصال " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "إلغاء" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "تم الإلغاء " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "الرسالة الملغية " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "لا يمكن حذف طريقة الدفع " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "لا يمكن حفظ طريقة الدفع " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "تحصيل " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "تحصيل المبلغ يدوياً " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "تسجيل المعاملة " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"قم بالتقاط المبلغ من أودو، عندما يتم احتساب التوصيل. \n" +"استخدم ذلك إذا كنت ترغب في تغيير بطاقات عملائك، فقط عندما \n" +"تكون متأكداً من قدرتك على شحن البضاعة إليهم. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "المعاملات التابعة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "المعاملات التابعة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "اختر طريقة الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "اختر طريقة أخرى " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "المدينة" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "إغلاق" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "رمز " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "اللون" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "الشركات" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "الشركة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "التهيئة " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "تأكيد الحذف" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "تم التأكيد " + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "جهة الاتصال" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "التطبيق المقابل " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "الدول" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "الدولة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "إنشاء رمز " + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "إنشاء مزود دفع جديد " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "يحظر إنشاء معاملة من رمز قد تمت أرشفته. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "بيانات الاعتماد" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "البطاقة الائتمانية وبطاقة الخصم (عن طريق Stripe) " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "العملات" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "العملة" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "تعليمات الدفع المخصصة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "العميل" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "تحديد ترتيب العرض " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "النسخة التجريبية" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "معطل" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "اسم العرض " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "رسالة الانتهاء " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "مسودة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "البريد الإلكتروني" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "ممكن " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "للمؤسسات " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "خطأ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "خطأ: %s " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "قالب استمارة الدفع والخروج السريع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "يدعم خاصية الدفع والخروج السريع " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"يسمح الدفع السريع للعملاء بالدفع بشكل أسرع باستخدام طريقة دفع توفر جميع " +"معلومات الفوترة والشحن المطلوبة، مما يسمح بتخطي عملية الدفع. " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "كامل فقط " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "إنشاء رابط الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "إنشاء رابط دفع المبيعات " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "إنشاء ونسخ رابط الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "الذهاب إلى حسابي " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "تجميع حسب" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "مسار HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "به توابع بحالة المسودة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "يحتوي على مبلغ متبقي " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "هل تجاوزت عملية الدفع المعالجة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "رسالة المساعدة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "المُعرف" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "إذا لم يتم تأكيد الدفع بعد، بإمكانك التواصل معنا. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "صورة" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"في وضع الاختبار، تتم معالجة دفع مزيف عن طريق واجهة دفع تجريبية. \n" +"يُنصح بهذه الوضعية عند ضبط مزود الدفع. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "قالب استمارة مضمنة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "تثبيت" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "حالة التثبيت" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "تم التثبيت " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "خطأ في الخادم الداخلي " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "المبلغ الذي يجب تحصيله صالح " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "بعد مرحلة المعالجة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "طريقة الدفع الرئيسية " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "مرتبط حالياً بالمستندات التالية: " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "المسار النهائي " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "اللغة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "تاريخ آخر تغيير للحالة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "فلنقم بذلك " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "لا يمكن تقديم طلب للمزود لأن المزود قد تم تعطيله. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "إدارة طرق السداد" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "يدوي" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "يدعم عملية التحصيل اليدوية " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "الحد الأقصى للمبلغ " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "الحد الأقصى المسموح به لتحصيل الأموال " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "الرسالة" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "الرسائل" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "الطريقة " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "الاسم" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "لم يتم تعيين مزود " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"لم يتم العثور على طريقة دفع يدوية لهذه الشركة. يرجى إنشاء واحدة من قائمة " +"مزودالدفع. " + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "لم يتم العثور على طرق دفع لمزودي الدفع لديك. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "لا يمكن تعيين رمز للشريك العام. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "تطبيق أودو للمؤسسات " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "الدفع دون الاتصال بالإنترنت عن طريق الرمز " + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "خطة تمهيدية " + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "صورة خطوة التهيئة " + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "المدفوعات عبر الإنترنت " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "الدفع المباشر عبر الإنترنت " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "الدفع عبر الإنترنت عن طريق الرمز " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "الدفع عبر الإنترنت مع إعادة التوجيه " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "وحدهم المدراء يُسمح لهم بالوصول إلى هذه البيانات. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "وحدها المعاملات المصرح بها يمكن إبطالها. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "وحدها المعاملات المؤكدة يمكن استرداد الأموال فيها. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "العملية" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "العملية غير مدعومة." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "غير ذلك" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "طرق الدفع الأخرى " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "رمز هوية PDT " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "جزئي" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "الشريك" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "اسم الشريك" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "الدفع " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "معالج تحصيل الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "تفاصيل الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "متابعة الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "استمارة الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "تعليمات الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "رابط الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "طريقة الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "كود طريقة الدفع " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "طرق الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "مزود الدفع " + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "مزودي الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "رمز الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "عدد رموز الدفع " + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "رموز الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "معاملة الدفع " + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "معاملات الدفع " + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "معاملات الدفع المرتبطة برمز " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "تفاصيل الدفع المخزنة في %(date)s " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "طرق الدفع " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "فشلت معالجة عملية الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "مزود الدفع " + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "معالج تهيئة مزود الدفع " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "الدفعات" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "قيد الانتظار " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "رسالة مُعلقة" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "رقم الهاتف" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" +"يرجى التأكد من أن طريقة الدفع %(payment_method)s مدعومة من قِبَل " +"%(provider)s. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "يرجى تحديد مبلغ إيجابي. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "يرجى تعيين مبلغ أقل من %s. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "يرجى التبديل إلى شركة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "طريقة الدفع الرئيسية " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "تمت المعالجة بواسطة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "المزود" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "كود المزود " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "مرجع المزود " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "المزودون" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "تم النشر " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "السبب: %s " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "إعادة التوجيه من القالب " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "الرقم المرجعي " + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "يجب أن يكون الرقم المرجعي فريداً! " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "استرداد الأموال " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"استرداد الأموال هي ميزة تتيح استرداد الأموال للعملاء مباشرةً من خلال الدفع " +"في Odoo. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "الاستردادات " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "عدد عمليات استرداد الأموال " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "معرف المستند ذي الصلة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "نموذج المستند ذي الصلة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "العملة المطلوبة " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "خصم SEPA المباشر" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "حفظ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "قم بتحديد الدول، أو اتركه فارغاً للسماح بأي دولة. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "قم بتحديد الدول. اتركه فارغاً لجعله متاحاً في كل مكان. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "قم بتحديد العملات. اتركها فارغة حتى لا تقتصر على أي واحدة. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "قم بتحديد العملات، أو اتركه فارغاً للسماح بأي عملة. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "طريقة تهيئة الدفع المحددة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "تسلسل " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "إظهار السماح بالدفع والخروج والسريع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "إظهار السماح بالترميز الآلي " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "إظهار رسالة المصادقة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "إظهار رسالة الإلغاء " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "إظهار صفحة بيانات الاعتماد " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "إظهار رسالة الانتهاء " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "إظهار الرسالة المعلقة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "إظهار الرسالة السابقة " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "تخطي" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"بعض المعاملات التي تنوى تحصيلها يمكن تحصيلها بشكل كامل فقط. قم بمعالجة " +"المعاملات كل على حدة لتحصيل المبلغ الجزئي. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "المعاملة المصدرية " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "الولاية " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "الحالة" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "تم اكتمال الخطوة!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "دعم التحصيل التلقائي للمدفوعات " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "الدول المدعومة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "العملات المدعومة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "طرق الدفع المدعومة " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "مدعوم من قِبَل " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "وضع الاختبار " + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "رمز الوصول غير صالح. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "يجب أن يكون المبلغ المراد تحصيله موجباً ولا يمكن أن يتخطى %s. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "الصورة الأساسية المستخدمة لطريقة الدفع هذه؛ بتنسيق 64x64 px. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "العلامات التجارية لطرق الدفع التي سيتم عرضها في نموذج الدفع. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "المعاملات التابعة للمعاملة. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "الجزء الواضح من تفاصيل دفع طريقة الدفع. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "لون البطاقة في عرض كانبان " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "رسالة المعلومات التكميلية عن الحالة " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"الدول التي يكون فيها مزود الدفع هذا متاحاً. اتركه فارغاً لجعله متاحاً في " +"كافة الدول. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"العملات المتاحة مع مزود الدفع هذا. اتركه فارغاً حتى لا تقتصر على أي واحدة. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "يجب ملء الحقول التالية: %s " + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "لم يتم إدراج kwargs التالية في القائمة البيضاء: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "مرجع المعاملة الداخلي " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"قائمة البلدان التي يمكن استخدام طريقة الدفع هذه فيها (إذا كان المزود يسمح " +"بذلك). وفي بلدان أخرى، لا تتوفر طريقة الدفع هذه للعملاء. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"قائمة العملات التي تدعمها طريقة الدفع هذه (إذا كان المزود يسمح بذلك). عند " +"الدفع بعملة أخرى، لن تكون طريقة الدفع هذه متاحة للعملاء. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "قائمة مزودي الدفع الذين يدعمون طريقة الدفع هذه. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "عملة الشركة الرئيسية، تُستخدم لعرض الحقول النقدية. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"المبلغ الأقصى للدفع الذي يكون مزود الدفع هذا متاحاً فيه. اتركه فارغاً لجعله " +"متاحاً لأي مبلغ دفع. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "الرسالة المعروضة إذا كان الدفع مصرحاً به " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "الرسالة المعروضة إذا تم إلغاء الطلب أثناء معالجة الدفع " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "الرسالة المعروضة إذا تم إكمال الطلب بنجاح بعد معالجة الدفع " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "الرسالة المعروضة إذا كان الطلب معلقاً بعد معالجة الدفع " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "الرسالة المعروضة لشرح ومساعدة عملية الدفع " + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"يجب أن يكون الدفع إما مباشراً، أو عن طريق إعادة التوجيه أو عن طريق رمز. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"طريقة الدفع الأساسية لطريقة الدفع الحالية، إذا كانت الثاني عبارة عن علامة تجارية.\n" +"على سبيل المثال، \"البطاقة\" هي طريقة الدفع الأساسية للعلامة التجارية للبطاقة \"VISA\". " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "مرجع مزود الدفع لرمز المعاملة. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "مرجع مزود الدفع للمعاملة " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "الصورة التي تم تغيير حجمها والمعروضة على استمارة الدفع. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "المسار الذي تتم إعادة توجيه المستخدم إليه بعد المعاملة " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "المعاملة المصدرية للمعاملات التابعة ذات الصلة " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "الكود التقني لطريقة الدفع هذه. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "الكود التقني لمزود الدفع هذا. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"القالب يقوم بتكوين استمارة يتم إرسالها لإعادة توجيه المستخدم عند الدفع " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "القالب الذي يقوم بتكوين استمارة الدفع والخروج السريع. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "القالب يقوم بتكوين استمارة الدفع الضمني عند إكمال عملية دفع مباشر " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"القالب يقوم بتكوين استمارة الدفع الضمني عند إكمال عملية دفع عن طريق الرمز. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"المعاملة مع المرجع %(ref)s لـ %(amount)s واجهت خطأً (%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"المعاملة مع المرجع %(ref)s لـ %(amount)s تم تفويضها (%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"المعاملات مع المرجع %(ref)s لـ %(amount)s تم تأكيدها (%(provider_name)s). " + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "لا توجد معاملات لعرضها " + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "لم يتم إنشاء رمز بعد. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "لا يوجد شيء لدفعه. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "لا يوجد شيء لدفعه. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"سيقوم هذا الإجراء أيضاً بأرشفة الرموز %s المسجلة مع طريقة الدفع هذه. لا " +"يمكنك التراجع عن أرشفة الرمز. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"سيقوم هذا الإجراء أيضاً بأرشفة الرموز %s المسجلة مع مزود الدفع هذا. لا يمكنك" +" التراجع عن أرشفة الرمز. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"يتحكم ذلك بإمكانية حفظ العملاء لطرق الدفع كرموز دفع. \n" +"رمز الدفع هو رابط مجهول المصدر لتفاصيل طريقة الدفع المحفوظة في \n" +"قاعدة بيانات مزود الدفع، مما يتيح للعميل إعادة استخدامها لعملية الشراء القادمة. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"يتحكم ذلك بإمكانية استخدام العملاء طرق الدفع السريعة. يتيح الدفع والخروج " +"السريع للعملاء الدفع عن طريق Google Pay وApple Pay والتي يتم جمع معلومات " +"العنوان منها عند الدفع. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"ليس لهذا الشريك عنوان بريد إلكتروني، مما قد يسبب المشاكل مع بعض مزودي الدفع.\n" +" ننصح بتعيين بريد إلكتروني لهذا الشريك. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"تتطلب طريقة الدفع هذه شريكاً في الجريمة؛ سيتوجب عليك تمكين مزود الدفع الذي " +"يدعم هذه الطريقة أولاً. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"لقد تم تأكيد هذه المعاملة بعد معالجة عمليات تحصيل الدفع الجزئي والمعاملات " +"الجزية الباطلة (%(provider)s). " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "قالب استمارة مضمنة للرمز " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "الترميز الآلي مدعوم " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"الترميز الآلي هو عملية حفظ تفاصيل الدفع كرمز يمكن إعادة استخدامه لاحقاً دون " +"الحاجة إلى إدخال تفاصيل الدفع مرة أخرى. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "معاملة" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "تفويض المعاملات غير مدعوم من قِبَل مزودي الدفع التالين: %s " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "نوع عمليات الاسترداد المدعومة " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "تعذّر الاتصال بالخادم. يرجى الانتظار. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "غير منشور" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "ترقية" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "تصديق طريقة الدفع " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "المبلغ المتبقي المبطل " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "إبطال المعاملة" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "تحذير" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "رسالة تحذير" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "تحذير!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "لم نتمكن من العثور على عملية الدفع الحاصة بك، لكن لا تقلق. " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "جاري معالجة الدفع. يرجى الانتظار. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "ما إذا كان رمز الدفع يجب إنشاؤه عند معالجة المعاملة أم لا " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "ما إذا كان مزود كل من المعاملات يدعم التحصيل الجزئي للمدفوعات أم لا. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "ما إذا كان قد تم تنفيذ الاستدعاء بالفعل أم لا " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"ما إذا كان مزود الدفع مرئياً على الموقع الإلكتروني أم لا. سيكون بإمكانك " +"استخدام الرموز ولكن ستكون مرئية فقط في إدارة الاستمارات. " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "تحويل بنكي" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "لا يمكنك حذف مزود الدفع %s؛ قم بتعطيله أو إلغاء تثبيته عوضاً عن ذلك. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "لا يمكنك نشر مزود دفع تم تعطيله. " + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "لا تملك صلاحية الوصول إلى رمز الدفع هذا. " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "سوف تتلقى رسالة بريد إلكتروني لتأكيد الدفع خلال بضعة دقائق. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "تم التصريح بالدفع. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "لقد تم إلغاء الدفع. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "لقد تمت معالجة الدفع بنجاح ولكن بانتظار الموافقة. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "لقد تمت معالجة الدفع بنجاح. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "لم تتم معالجة عملية الدفع بعد. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "الرمز البريدي" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "الرمز البريدي" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "خطر " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "معلومات " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "طريقة الدفع " + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "الدفع: معاملات ما بعد العملية " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "مزود " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "نجاح " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"لإتمام عملية\n" +" الدفع. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "تحذير " diff --git a/i18n/az.po b/i18n/az.po new file mode 100644 index 0000000..aa1caad --- /dev/null +++ b/i18n/az.po @@ -0,0 +1,2316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Jumshud Sultanov , 2022 +# erpgo translator , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: erpgo translator , 2022\n" +"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n" +"Language: az\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Hesab" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Hesab Nömrəsi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivləşdir" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Ünvan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Məbləğ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Tətbiq edin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arxivləndi" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Əlçatanlıq" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bank Adı" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Ləğv edin" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Ləğv olundu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Şəhər" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Bağlayın" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Kod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Rəng" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Şirkətlər" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Şirkət" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiqurasiya" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Təsdiq olundu" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Ölkələr" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Ölkə" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Tərəfindən yaradılıb" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Tarixdə yaradıldı" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valyuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Müştəri" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deaktiv edildi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "İşdən çıxarmaq" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Ekran Adı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "Göstərilir" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Hazırdır" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Qaralama" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Elektron poçt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Xəta" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Ödənişlər" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Başlama Tarixi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Aşağıdakılara görə Qrupla" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Marşrutizasiyası" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Şəkil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Quraşdır" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Quraşdırılıb" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Hazırdır" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Dil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Son Yeniləyən" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Son Yenilənmə tarixi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Əl ilə" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mesaj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mesajlar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metod" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Ad" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Hazır deyil" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modulu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "OK" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Əməliyyat " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Digər" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Qismən" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Tərəfdaş" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Tərəfdaşın Adı" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "Ödəyin" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Ödəniş Üsulu" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Ödənişlər" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Gözləmədədir" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Dərc edilib" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Rəy" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Geri Ödəmə" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Geri Ödəmələr" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Əlaqədar Sənəd ID-si" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Əlaqədar Sənəd Modeli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Birbaşa Debeti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Ardıcıllıq" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Dövlət" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Dərc edilməyib" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Təkmilləşdirin" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Xəbərdarlıq" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Xəbərdarlıq!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ZİP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "ZİP" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..a0ab156 --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,2250 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Александра Николова , 2023 +# Георги Пехливанов , 2023 +# Kaloyan Naumov , 2023 +# Albena Mincheva , 2023 +# Iliana Ilieva , 2023 +# aleksandar ivanov, 2023 +# Ивайло Малинов , 2023 +# KeyVillage, 2023 +# Martin Trigaux, 2023 +# Maria Boyadjieva , 2023 +# Rosen Vladimirov , 2023 +# Turhan Aydin , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Turhan Aydin , 2024\n" +"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Сметка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Номер на Сметка" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Активирайте" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Активно" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Адрес" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Количество" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Приложи" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Архивирано" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Упълномощен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Наличност" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Банка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bank Name" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Модел на документ за обръщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Хеш за обръщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Метод за обръщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Отказ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Отменен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Въведете количество ръчно" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Уловете тразакция" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Град" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Затвори" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Код" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Цвят" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Фирми" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Фирма" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Конфигурация " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Потвърдете изтриването" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Потвърдена" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Контакт" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Съответващ модул" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Държави" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Държава" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Акредитиви" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Валути" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Валута" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Клиент" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Демо" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Извършени съобщения" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Чернова " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Имейл" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Грешка" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Групиране по" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Помощно съобщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Изображение" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Инсталирайте" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Състояние на съоръжение" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Инсталиран" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Език" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Последно актуализирано от" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Последно актуализирано на" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Управлявайте методите си за плащане" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Механично" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Съобщение" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Съобщения" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Метод" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Име" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Операция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Друг" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Частичен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Партньор" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Име на партньора" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Плати" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Метод за плащане" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Методи на плащане" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Доставчик на разплащания" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Платежен токен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Платежни токени" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Платежна транзакция" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Платежни транзакции" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Плащания" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Чакащ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Чакащо съобщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Телефон" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Обработено от" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Доставчик" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Доставчици" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Публикуван" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Идентификатор" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Кредитно известие" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Кредитни известия" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ИН на свързан документ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Модел на сродни документи" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Запазете" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Последователност" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Пропуснете" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Област" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Състояние" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Тестов режим" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Транзакция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Непубликуван" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Придвижете към по-нова версия" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Невалидна транзакция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Внимание" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Предупреждение!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Банков превод" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Плащането Ви е упълномощено." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ZIP формат" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Пощенски код" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/bs.po b/i18n/bs.po new file mode 100644 index 0000000..b1b1854 --- /dev/null +++ b/i18n/bs.po @@ -0,0 +1,2316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković , 2018 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr " Obriši" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Broj računa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiviraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Dodaj dodatne provizije" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Primjeni" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizovano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Naziv banke" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Otkazano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Uhvati transakciju" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Grad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zatvori" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Kompanije" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Kompanija" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Potvrdi brisanje" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Odgovarajući modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Zemlje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Akreditivi" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kupac" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Gotovo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Poruka za završeno" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "U pripremi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-Mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Greška" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Nadoknada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Fiksne domaće provizije" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Fiksne internacionalne provizije" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Od" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Poruka za pomoć" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Slika" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalacija" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Status instalacije" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jezik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Ručno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Poruka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Poruke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naziv:" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "U redu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Drugo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Naziv partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metoda plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Metoda plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token plaćanja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tokeni plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcija plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transakcije plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plaćanja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Na čekanju" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Poruka u toku" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provajder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Referenca" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvenca" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Serverska greška" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Slipovi" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Upozorenje!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Žičani prenos" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaša uplata je autorizovana." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Broj pošte" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Broj pošte" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..fe29179 --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,2316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Albert Parera, 2023 +# Pere Martínez, 2023 +# Manel Fernandez Ramirez , 2023 +# jabiri7, 2023 +# Carles Antoli , 2023 +# Harcogourmet, 2023 +# Joan Ignasi Florit , 2023 +# Guspy12, 2023 +# Eric Antones , 2023 +# Jonatan Gk, 2023 +# Arnau Ros, 2023 +# marcescu, 2023 +# Josep Anton Belchi, 2023 +# Óscar Fonseca , 2023 +# RGB Consulting , 2023 +# Quim - eccit , 2023 +# Ivan Espinola, 2023 +# Martin Trigaux, 2023 +# CristianCruzParra, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: CristianCruzParra, 2023\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Dades recuperades" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Si us plau, feu el pagament a:

  • Banc: %s
  • Número de " +"compte: %s
  • Titular del compte: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Mètodes de pagament desats" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"L'avís No és compatible amb la creació d'un proveïdor de pagaments a partir del botó CREATE.\n" +" Utilitzeu l'acció Duplicada en el seu lloc." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Avís Falta la moneda o és incorrecta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Avís Cal que inicieu una sessió per pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"S'ha enviat una sol·licitud de reemborsament de %(amount)s. El pagament es " +"crearà aviat. Referència de transacció de reemborsament: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Un token no es pot desarxivar una vegada s'ha arxivat." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"S'ha iniciat una transacció amb referència %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"S'ha iniciat una transacció amb referència %(ref)s per desar un nou mètode " +"de pagament (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"S'ha iniciat una transacció amb referència %(ref)s utilitzant el mètode de " +"pagament %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Compte" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Número de compte" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Actiu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adreça" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Permet el pagament exprés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permet desar els mètodes de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Serveis de pagament d'Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Import" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Import Max" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "S'ha produït un error durant el processament del pagament." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplica" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arxivat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Esteu segur que voleu suprimir aquesta forma de pagament?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Esteu segur que voleu anul·lar la transacció autoritzada? Aquesta acció no " +"es pot desfer." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Missatge d'autorització" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autoritzat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilitat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banc" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nom del Banc " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Model de document de devolució de trucada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "S'ha fet la crida de retorn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Resum de la crida de retorn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Mètode de devolució de trucada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Identificador de registre de devolució de trucada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Cancel·la" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Cancel·lat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Missatge cancel·lat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Captura la quantitat manualment" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capturar transacció" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Captura l'import des d'Odoo, quan s'hagi completat el lliurament.\n" +"Useu això si voleu carregar les vostres targetes de clients només quan\n" +"Està segur que pot enviar-los els productes." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Operacions filles" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Trieu una forma de pagament" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Ciutat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Tancar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Codi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Color" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Empreses" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuració" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmeu la supressió" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmat" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contacte" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Mòdul corresponent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Països" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Crea un testimoni" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Crea un proveïdor de pagaments nou" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Està prohibit crear una transacció a partir d'un testimoni arxivat." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credencials" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Targeta de crèdit & dèbit (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Monedes" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Divisa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instruccions de pagament personalitzades" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Client/a" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Defineix l'ordre de visualització" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "De prova" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Inhabilitat " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Missatge de realització" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Esborrany" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Correu electrònic" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Habilitat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Error" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Plantilla de formulari per a l'obtenció ràpida" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Compatibilitat amb pagament exprés" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Només complet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generar enllaç de pagament " + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generar enllaç de pagament per a la venda" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar per" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Enrutament HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "S'ha processat posteriorment el pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Missatge d'ajuda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Si el pagament no s'ha confirmat, pots contactar amb nosaltres." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imatge" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"En mode de prova, un pagament fals es processa a través d'una interfície de pagament de prova.\n" +"Es recomana aquest mode quan es configura el proveïdor." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Plantilla de formulari inclosa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instal·lar " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Estat de la instal·lació" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instal·lat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Error del servidor intern" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Està Postprocessat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Actualment està enllaçat amb els següents documents:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Ruta d'aterratge" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Idioma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Data del darrer canvi d'estat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualització per" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualització el" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Fem-ho" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"No és possible fer una sol·licitud al proveïdor perquè el proveïdor està " +"desactivat." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gestioneu formes de pagament" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Captura manual admesa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Import màxim" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Missatge" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Missatges" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Mètode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nom" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Cap conjunt de proveïdors" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"No s'ha trobat cap mètode de pagament manual per a aquesta empresa. Creeu-ne" +" un des del menú del proveïdor de pagaments." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Mòdul Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Si el pagament no s'ha confirmat, pots contactar amb nosaltres." + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Pas d'onboarding" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pagaments en línia" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pagament directe en línia" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pagament en línia amb testimoni" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pagament en línia amb redirecció" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Només els administradors poden accedir a aquestes dades." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Només es poden anul·lar les transaccions autoritzades." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Només es poden reemborsar les transaccions confirmades." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operació" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operació no suportada." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Altres" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token d'identitat PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nom de l'empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Paga" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalls del pagament" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Seguiment del pagament" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulari de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instruccions de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Enllaç de pagament" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Forma de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Formes de pagament" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Proveïdor de pagament" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Proveïdors de pagament" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Comptador del testimoni de pagament" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Taulers de pagament" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacció de pagament" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transaccions de pagament" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transaccions de pagament enllaçades al testimoni" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Detalls del pagament desats el %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Proveïdor de pagaments" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Assistent d'integració del proveïdor de pagaments" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagaments" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Pendent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Missatge pendent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telèfon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Processat per" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Proveïdor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referència del proveïdor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Proveïdors " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicat" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motiu: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Plantilla de formulari de redirecció" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referència" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "La referencia ha d'ésser única." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Abonament" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Devolucions" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Recompte de reemborsaments" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Id. del document relacionat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Model de document relacionat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Càrrec directe SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Desar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Seleccioneu països. Deixeu-ho buit per a fer-ho disponible a tot arreu." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Mètode de pagament d'incorporació seleccionat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Seqüència" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Mostra el pagament permés exprés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Mostra Permet la tokenització" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Mostra el missatge d'autenticació" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Mostra el missatge de cancel·lació" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Mostra la pàgina de credencials" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Mostra el missatge final" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Mostra el missatge pendent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Mostra Pre Msg" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Omet" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Transacció font" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Estat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estat" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Ha finalitzat el pas!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Mode de prova" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "El testimoni d'accés no és vàlid." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "La part clara dels detalls de pagament del mètode de pagament." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "El color de la targeta a la vista kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "El missatge d'informació complementària sobre l'estat" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Els països en què aquest proveïdor de pagaments està disponible. Deixeu-ho " +"en blanc perquè estigui disponible en tots els països." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "S'han d'omplir els camps següents: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Referència interna de la transacció" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "La moneda principal de l'empresa, usada per mostrar camps monetaris." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"L'import màxim de pagament per al qual està disponible aquest proveïdor de " +"pagaments. Deixeu-ho en blanc perquè estigui disponible per a qualsevol " +"import de pagament." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "El missatge que es mostra si el pagament està autoritzat" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"El missatge mostrat si la comanda es cancel·la durant el procés de pagament" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"El missatge que es mostra si la comanda s'ha fet correctament després del " +"procés de pagament" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"El missatge que es mostra si la comanda està pendent després del procés de " +"pagament" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "El missatge mostrat per explicar i ajudar el procés de pagament" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"El pagament hauria de ser directe, amb redirecció, o fet per un token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "La referència del proveïdor de la transacció" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "La ruta a la qual es redirigeix ​​l'usuari després de la transacció" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "El codi tècnic d'aquest proveïdor de pagaments." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"La plantilla que representa un formulari enviat per redirigir l'usuari quan " +"realitza un pagament" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" +"La plantilla que renderitza el formulari dels mètodes de pagament exprés." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"La plantilla que representa el formulari de pagament en línia quan es fa un " +"pagament directe" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"La plantilla que renderitza el formulari de pagament en línia en fer un " +"pagament per token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"La transacció amb referència %(ref)s per a %(amount)s ha trobat un error " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"La transacció amb referència %(ref)s per a %(amount)s ha estat autoritzada " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"La transacció amb referència %(ref)s per a %(amount)s ha estat confirmada " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "No hi ha transaccions per mostrar" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "No hi ha res a pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Aquesta acció també arxivarà %s tokens registrats amb aquest proveïdor. " +"L'arxivament de fitxes és irreversible." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Això controla si els clients poden desar els seus mètodes de pagament com a testimonis de pagament.\n" +"Un testimoni de pagament és un enllaç anònim als detalls del mètode de pagament desats al\n" +"Base de dades del proveïdor, que permet al client reutilitzar-la per a una pròxima compra." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Això controla si els clients poden utilitzar mètodes de pagament exprés. El " +"pagament exprés permet als clients pagar amb Google Pay i Apple Pay des d'on" +" es recull informació d'adreça al pagament." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Aquest soci no té correu electrònic, el que pot causar problemes amb alguns proveïdors de pagaments.\n" +"Es recomana establir un correu electrònic per a aquest soci." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Plantilla de formulari inclòs del testimoni" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Admet la tokenització" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transacció" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"L'autorització de transacció no és compatible amb els proveïdors de pagament" +" següents: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipus de reemborsament acceptat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "No publicat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Actualitzar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validació de la forma de pagament" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Transacció buida" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Avís" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Missatge d'advertència" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Avís. " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "No podem trobar el vostre pagament, però no us preocupeu." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Si s'ha de crear un testimoni de pagament quan es processa posteriorment la " +"transacció" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Si la devolució de trucada ja s'ha executat" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Si el proveïdor és visible al lloc web o no. Els símbols romanen funcionals " +"però només són visibles en els formularis de gestió." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transferència bancaria" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "No podeu publicar un proveïdor desactivat." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "No teniu accés a aquest testimoni de pagament." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Hauríeu de rebre un correu electrònic que confirmi el pagament d'aquí a uns " +"minuts." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "El seu pagament s'ha autoritzat." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "El seu pagament ha estat cancel·lat." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"El vostre pagament s'ha processat correctament, però s'està esperant " +"l'aprovació." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "El pagament encara no s'ha processat." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "C.P." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Codi Postal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "perill" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pagament: transaccions postprocessament" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "proveïdor" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "èxit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "avís" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..b9d5dcf --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,2269 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Ivana Bartonkova, 2023 +# Wil Odoo, 2023 +# Tomáš Píšek, 2023 +# Katerina Horylova, 2024 +# Aleš Fiala , 2024 +# Jakub Smolka, 2024 +# Vojtech Smolka, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Vojtech Smolka, 2024\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Data načtena" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Prosíme o úhradu:

  • Banka: %s
  • Číslo účtu: " +"%s
  • Vlastník účtu: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "Konfigurace poskytovatele plateb" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "Povolit platební metody" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Uložit mé platební údaje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Uložené platební metody" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Vaše platební metody" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Nelze nalézt žádnou vhodnou platební metodu.
\n" +" Pokud jste přesvědčeni, že se jedná o chybu, prosím kontaktujte správce\n" +" webu." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Upozornění Vytvoření poskytovatele platby z tlačítka VYTVOŘIT není podporováno.\n" +"Místo toho použijte akci Duplikovat." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Upozornění Měna chybí nebo je nesprávná." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Upozornění Abyste mohli platit, musíte být přihlášeni." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Účet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Číslo účtu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "aktivovat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivní" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Povolení ukládání platebních metod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Částka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Max částka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Použít" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivováno" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Opravdu chcete tento způsob platby odstranit?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Opravdu chcete zrušit autorizovanou transakci? Tuto akci nelze vrátit zpět." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Autorizovat zprávu" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizováno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Dostupnost" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Název banky" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Model dokumentu zpětného volání" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Zpětné volání Hotovo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash zpětného volání" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Metoda zpětného volání" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Zrušit" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Zrušeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Zrušená zpráva" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Sejmout částku ručně" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Zaznamenat transakci" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Zachytit částku z Odoo, když je dodávka dokončena.\n" +"Tuto funkci použijte, pokud chcete zákazníkům účtovat z karet pouze tehdy, když jste si jisti, že jim můžete zboží odeslat." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Zvolte způsob platby" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Město" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zavřít" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kód" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Barva" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Společnosti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Společnost" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfigurace" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Potvrdit vymazání" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potvrzený" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Odpovídající modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Země" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Země" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Vytvořit Token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Vytvořeno uživatelem" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Vytvořeno dne" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Pověření" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kreditní a debetní karta (přes Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Měny" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Měna" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Uživatelské platební instrukce" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Zákazník" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Vypnuto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Zobrazovací název" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Zpráva o dokončení" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Návrh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Povoleno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Chyba" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Chyba: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Pouze v plné výši" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generovat platební odkaz" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generování odkazu pro platbu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Seskupit podle" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Platba byla dodatečně zpracována" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Zpráva nápovědy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Pokud platba nebyla potvrzena, můžete nás kontaktovat." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Obrázek" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"V testovacím režimu je zpracována falešná platba v rámci testovacího rozhraní platby.\n" +"Tento režim je doporučen při úvodním nastavování poskytovatele plateb." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Šablona inline formuláře" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalovat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Stav instalace" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalováno" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Interní chyba serveru" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Je následně zpracován" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "V současné době je propojen s následujícími dokumenty:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Trasa přistání" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jazyk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Datum poslední změny stavu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Naposledy upraveno uživatelem" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Naposledy upraveno dne" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Pojďme na to" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Spravujte vaše platební metody" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Ruční" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Zpráva" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Zprávy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Název" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Není nastaven žádný poskytovatel" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" +"Pro vašeho poskytovatele plateb nebyly nalezeny žádné platební metody." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Offline platba pomocí tokenu" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Krok tutoriálu" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Obrázek kroku tutoriálu" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online platby" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Přímá platba online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Online platba pomocí tokenu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Online platba s přesměrováním" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "K těmto údajům mohou přistupovat pouze správci." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Anulovat lze pouze autorizované transakce." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Vrátit lze pouze potvrzené transakce." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Úkon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Ostatní" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Ostatní platební metody" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identity Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Částečný" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Název partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Zaplatit" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Průvodce zachycením platby" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Podrobnosti platby" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Sledování plateb" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Platební formulář" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Platební pokyny" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Platební metoda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Platební metody" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Poskytovatel platby" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Poskytovatelé plateb" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Platební token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Platební tokeny" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Platební transakce" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Platební transakce" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Platební metody" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Poskytovatel platby" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Průvodce nastavením platební brány" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Platby" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Čeká" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Čekající zpráva" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Zpracováno od" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Poskytovatel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Poskytovatelé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publikováno" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Reference" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Odkaz musí být jedinečný!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Refundace" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Dopropisy přijaté" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Počet refundací" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Související ID dokumentu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Související model dokumentu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Inkaso SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Uložit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Vybraná integrovaná platební metoda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvence" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Přeskočit" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stát" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Stav" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Krok dokončen!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Podporované platební metody" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testovací režim" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Přístupový token je neplatný." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Barva karty v zobrazení kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Doplňující informační zpráva o stavu" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Interní odkaz na transakci" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Zpráva zobrazená v případě autorizace platby" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Zpráva zobrazená v případě zrušení objednávky během procesu platby" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Zpráva, která se zobrazí, pokud je objednávka úspěšně provedena po " +"zaplacení." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Zpráva zobrazená v případě, že objednávka čeká na vyřízení po provedení " +"platby." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Zobrazená zpráva vysvětlující a usnadňující proces platby" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Platba by měla být buď přímá, s přesměrováním, nebo provedená pomocí tokenu." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Trasa, na kterou je uživatel po transakci přesměrován." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Šablona vykreslující formulář odeslaný k přesměrování uživatele při platbě" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Šablona vykreslující formulář inline platby při provádění přímé platby" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Neexistují žádné transakce, které by bylo možné vykázat" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Není za co platit." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transakce" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Typ podporovaných refundací" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nepublikovaný" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Upgrade" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Ověřování způsobu platby" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Zrušit transakci" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Varování" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Varovná zpráva" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Varování!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Nemůžeme naši platbu najít, ale nebojte se." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Zpracováváme vaši platbu. Prosíme o strpení." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Zda má být při následném zpracování transakce vytvořen platební token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Zda již bylo zpětné volání provedeno" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "bankovní převod" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Poskytovatele plateb %s nelze smazat; deaktivujte jej nebo jej místo toho " +"odinstalujte." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Měli byste obdržet e-mail s potvrzením platby během několika minut." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaše platba byla autorizována" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Vaše platba byla zrušena." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Vaše platba proběhla úspěšně, ale čeká na schválení." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Vaše platba proběhla úspěšně." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "PSČ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "PSČ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "Platební metoda" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "platba: transakce po zpracování" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..51c656a --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,2246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Mads Søndergaard, 2023 +# lhmflexerp , 2023 +# Martin Trigaux, 2023 +# Sanne Kristensen , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Sanne Kristensen , 2024\n" +"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Data Hentet" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Venligst overfør betalingen til:

  • Bank: " +"%s
  • Kontounmmer: %s
  • Reference: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Gemte betalingsmetoder" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivér" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresse" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Beløb" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Mængde maks" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Anvend" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arkiveret" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Er du sikker på du vil annullere and autoriserede transaktion? Denne " +"handling kan ikke omstødes." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Autoriserings besked" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autoriseret" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Til rådighed" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Banknavn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback dokument model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback metode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Annullér" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Annulleret" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Indfang mængde manuelt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Hæv transaktion" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Vælg betalingsmetode" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "By" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Luk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Farve" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Virksomheder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Virksomhed" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguration" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Bekræft sletning" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Bekræftet" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Tilsvarende modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Lande" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Kortoplysninger" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredit & Debetkort (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valutaer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Betalingsinstruktioner til kunden" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kunde" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deaktiveret" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Besked sendt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Udkast" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Aktiveret" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Fejl" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generer betalings link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generer salg betalingslink" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Gå til min konto " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Sortér efter" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Hjælpebesked" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Hvis betalingen ikke er blevet bekræftet, kan du kontakte os." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Billede" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installationsstadie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installeret" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Intern server fejl" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Sprog" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Lad os gøre det" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Administrer dine betalingsmetoder" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Besked" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Beskeder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Navn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Onboarding Trin" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online betalinger" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Kun administratorer kan tilgå dette data." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Handling" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Andet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identitets token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Delvis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partner navn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Betal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Betalingsdetaljer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Betaling opfølgning" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Betaling formular" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Betalingsinstruktioner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Betaling link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Betalingsmetode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Betalingsmetoder" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Betalingsudbyder" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Betalingsudbydere" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Betalingstokens" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransaktion" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Betalingstransaktioner" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Betalingsudbyder" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Betalinger" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Afventer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Afventer besked" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Gennemført af" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Udbyder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Udbydere" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Udgivet" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Reference" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Reference skal være unik!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Kreditnota" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Krediteringer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Relateret dokument ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Relateret dokument model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA direkte debit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Gem" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Valgt onboarding betalingsmetode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Spring over" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Trin gennemført!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stribe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Afprøvnings tilstand" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Adgangs tokenen er ugyldig." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transaktion" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Ikke udgivet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Opgrader" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Ugyldig transaktion" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Advarsel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Advarselsbesked" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Advarsel!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Vi kunne ikke finde din betaling, men frygt ej." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bankoverførsel" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Du skal modtage en e-mail, der bekræfter din betaling om få minutter." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Din betaling er blevet godkendt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Din betaling er blevet annulleret." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Din betaling er behandlet, men venter på godkendelse." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Din betaling er blevet behandlet." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Post nr." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postnummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..274d98c --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,2387 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Abgerufene Daten" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Bitte überweisen Sie an:

  • Bank %s
  • Kontonummer " +"%s
  • Kontoinhaber %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Diese Eigenschaften sind so eingestellt, dass\n" +" sie der Vorgehensweise der Anbieter und der Integration mit\n" +" Odoo in Bezug auf diese Zahlungsmethode entsprechen. jegliche Änderungen können zu Fehlern führen\n" +" und sollten zuerst auf einer Testdatenbank getestet werden." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Einen Zahlungsanbieter " +"konfigurieren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Zahlungsmethoden aktivieren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Meine Zahlungsdetails speichern" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Unveröffentlicht" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Veröffentlicht" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Gespeicherte Zahlungsmethoden" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Alle Länder werden unterstützt.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Alle Währungen werden unterstützt.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Gesichert durch" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Konfiguration Ihres PayPal-" +"Kontos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Ihre Zahlungsmethoden" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Es konnte keine geeignete Zahlungsmethode gefunden werden.
\n" +" Wenn Sie glauben, dass es sich um einen Fehler handelt, wenden Sie sich bitte an den Administrator\n" +" der Website." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Warnung! Es gibt eine ausstehende Teilerfassung. Bitte warten Sie einen\n" +" Moment, bis sie verarbeitet ist. Überprüfen Sie die Konfiguration Ihres Zahlungsanbieters, wenn\n" +" die Erfassung nach einigen Minuten immer noch nicht abgeschlossen ist." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Warnung! Sie können weder einen negativen Betrag noch\n" +" mehr als" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Warnung Das Erstellen eines Zahlungsanbieters über die Schaltfläche ERSTELLEN wird nicht unterstützt.\n" +" Bitte verwenden Sie stattdessen die Aktion Duplizieren." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Warnung Stellen Sie sicher, dass Sie als der\n" +" richtige Partner angemeldet sind, bevor Sie diese Zahlung tätigen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Warnung Währung fehlt oder ist nicht korrekt." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Warnung Sie müssen angemeldet sein, um bezahlen zu können." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Ein Erstattungsantrag über %(amount)s wurde versendet. Die Zahlung wird in " +"Kürze veranlasst. Referenz der Erstattungstransaktion: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" +"Die Archivierung eines Tokens kann nicht mehr aufgehoben werden, wenn es " +"einmal archiviert wurde." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"Die Transaktion mit der Referenz %(ref)s wurde eingeleitet " +"(%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Die Transaktion mit der Referenz %(ref)s wurde eingeleitet, um eine neue " +"Zahlungsmethode (%(provider_name)s) zu speichern." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Die Transaktion mit der Referenz %(ref)s wurde mit der Zahlungsmethode " +"%(token)s (%(provider_name)s) eingeleitet." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivieren" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresse" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Express-Kassiervorgang erlauben" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Speicherung der Zahlungsmethoden zulassen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Bereits erfasst" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Bereits verworfen" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Betrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Max. Betrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Zu erfassender Betrag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Bei der Bearbeitung dieser Zahlung ist ein Fehler aufgetreten." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Anwenden" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archiviert" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Sind Sie sicher, dass Sie diese Zahlungsmethode löschen möchten?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Sind Sie sicher, dass Sie die autorisierte Transaktion stornieren möchten? " +"Diese Aktion kann nicht rückgängig gemacht werden." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Meldung autorisieren" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorisiert" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Autorisierter Betrag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Verfügbarkeit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Verfügbare Methoden" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bankname" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Marken" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Rückruf des Dokumentmodells" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Rückruf erledigt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Rückrufshash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Rückrufmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Datensatz-ID des Rückrufs" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Abbrechen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Abgebrochen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Meldung, wenn abgebrochen" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Zahlungsmethode kann nicht gelöscht werden" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Zahlungsmethode kann nicht gespeichert werden" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Erfassen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Betrag manuell erfassen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Transaktion erfassen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Erfassen Sie den Betrag von Odoo, wenn die Lieferung abgeschlossen ist.\n" +"Verwenden Sie diese Funktion, wenn Sie die Karten Ihrer Kunden nur dann belasten möchten, wenn Sie sicher sind, dass Sie die Lieferung durchführen können." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Untergeordnete Transaktionen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Untergeordnete Transaktionen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Eine Zahlungsmethode auswählen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Eine andere Zahlungsmethode auswählen " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Stadt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Schließen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Code" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Farbe" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Unternehmen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Unternehmen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguration" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Löschung bestätigen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Bestätigt" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Dazugehöriges Modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Länder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Token erstellen" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Einen neuen Zahlungsanbieter anlegen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" +"Das Erstellen einer Transaktion aus einem archivierten Token ist verboten." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Anmeldedaten" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredit- und Debitkarte (über Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Währungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Währung" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Benutzerdefinierte Zahlungsanweisungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kunde" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Anzeigereihenfolge definieren" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deaktiviert" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Meldung, wenn erledigt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Entwurf" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-Mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Aktiviert" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Fehler" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Fehler: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Formularvorlage für Express-Kassiervorgang" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Express-Kassiervorgang unterstützt" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Der Express-Kassiervorgang ermöglicht es Kunden, schneller zu bezahlen, " +"indem sie eine Zahlungsmethode verwenden, die alle erforderlichen Rechnungs-" +" und Versandinformationen bereitstellt, sodass der Kassierprozess " +"übersprungen werden kann." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Nur vollständig" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Zahlungslink erstellen" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Zahlungslink für Aufträge erzeugen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Zahlungslink generieren und kopieren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Zu meinem Konto " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Gruppieren nach" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP-Routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Hat untergeordnete Entwürfe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Hat Restbetrag" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Wurde die Zahlung weiterverarbeitet?" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Meldung, wenn Hilfe benötigt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" +"Sollte die Zahlung nicht bestätigt worden sein, können Sie uns kontaktieren." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Bild" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Im Testmodus wird eine Zahlung über eine Testzahlungsschnittstelle simuliert.\n" +"Dieser Modus wird für die Einrichtung des Anbieters empfohlen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Inline-Formularvorlage" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installieren" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installationsstatus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installiert" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Interner Serverfehler" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Ist zu erfassender Betrag gültig" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Wurde weiterverarbeitet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Ist primäre Zahlungsmethode" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Derzeit mit den folgenden Dokumenten verknüpft:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Abschließende Route" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Sprache" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Datum der letzten Statusänderung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Los geht's!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Es ist nicht möglich, eine Anfrage an den Anbieter zu stellen, da der " +"Anbieter deaktiviert ist." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Ihre Zahlungsmethoden verwalten" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Manuelle Erfassung unterstützt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Höchstbetrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Maximal erlaubte Erfassung" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Meldung" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mitteilungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Methode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Name" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Kein Anbieter bestimmt" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Es konnte keine manuelle Zahlungsmethode für dieses Unternehmen gefunden " +"werden. Bitte erstellen Sie eine aus dem Zahlungsanbietermenü." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Es wurden keine Zahlungsmethoden für Ihren Zahlungsanbieter gefunden." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Dem öffentlichen Partner kann kein Token zugewiesen werden." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo-Enterprise-Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Offline-Zahlung per Token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Einführungsschritt" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Bild des Einführungsschritts" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online-Zahlungen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Direktzahlung online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Online-Zahlung per Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Online-Zahlung mit Umleitung" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Nur Administratoren können auf diese Daten zugreifen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Nur autorisierte Transaktionen können storniert werden." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Nur bestätigte Transaktionen können erstattet werden." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Vorgang" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Vorgang nicht unterstützt." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Andere" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Andere Zahlungsmethoden" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT-Identitätstoken" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Teilweise" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partnername" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Zahlen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Assistent für Zahlungserfassung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Zahlungsdetails" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Zahlungsnachverfolgung" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Zahlungsformular" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Zahlungsanweisungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Zahlungslink" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Zahlungsmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Code der Zahlungsmethode" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Zahlungsmethoden" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Zahlungsanbieter" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Zahlungsanbieter" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Zahlungstoken" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Anzahl Zahlungstoken" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Zahlungstoken" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Zahlungstransaktion" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Zahlungstransaktionen" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Mit Token verknüpfte Zahlungstransaktionen" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Zahlungsinformationen gespeichert am %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Zahlungsmethoden" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Zahlungsverarbeitung fehlgeschlagen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Zahlungsanbieter" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Assistent für Einführung von Zahlungsanbietern" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Zahlungen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Ausstehend" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mitteilung, wenn ausstehend" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" +"Bitte stellen Sie sicher, dass %(payment_method)s von %(provider)s " +"unterstützt wird." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Bitte geben Sie einen positiven Betrag ein." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Bestimmen Sie einen kleineren Betrag als %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Bitte wechseln Sie zum Unternehmen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Primäre Zahlungsmethode" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Verarbeitet von" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Anbieter" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Anbietercode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Anbieterreferenz" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Anbieter" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Veröffentlicht" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Ursache: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Weiterleitungsformularvorlage" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referenz" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referenz muss eindeutig sein!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Rückerstattung" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Rückerstattung ist eine Funktion, die es ermöglicht, Kunden sofort aus der " +"Zahlung in Odoo Geld zu erstatten." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Rückerstattungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Anzahl Rückerstattungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Zugehörige Dokument-ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Zugehöriges Dokumentmodell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Währung erforderlich" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA-Lastschrift" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Speichern" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Wählen Sie Länder aus. Lassen Sie es leer, um all zuzulassen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Ländern auswählen. Leer lassen, um überall zur Verfügung zu stellen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Währungen auswählen. Leer lassen, um nichts einzuschränken." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Wählen Sie Währungen aus. Lassen Sie es leer, um all zuzulassen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Ausgewählte Einführungszahlungsmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequenz" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "„Express-Kassiervorgang erlauben“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "„Tokenisierung erlauben“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "„Meldung autorisieren“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "„Meldung, wenn abgebrochen“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Seite für Anmeldedaten anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "„Meldung, wenn erledigt“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "„Mitteilung, wenn ausstehend“ anzeigen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Vorabmeldung anzeigen" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Überspringen" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Einige der Transaktionen, die Sie erfassen möchten, können nur vollständig " +"erfasst werden. Verarbeiten Sie die Transaktionen einzeln, um einen " +"Teilbetrag zu erfassen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Ursprungstransaktion" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Schritt abgeschlossen!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Teilerfassung unterstützen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Unterstützte Länder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Unterstützte Währungen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Unterstützte Zahlungsmethoden" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Unterstützt von" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testmodus" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Das Zugriffstoken ist ungültig." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Der zu erfassende Betrag muss positiv sein und darf nicht höher sein als %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"Das für diese Zahlungsmethode verwendete Base-Image, im Format 64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Die Marken der Zahlungsmethoden, die auf dem Zahlungsformular angezeigt " +"werden sollen." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Die untergeordneten Transaktionen der Transaktion." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Der eindeutige Teil der Zahlungsdetails der Zahlungsmethode." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Die Farbe der Karte in der Kanban-Ansicht" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Die ergänzende Informationsmeldung über den Status." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Die Länder, in denen dieser Zahlungsanbieter verfügbar ist. Lassen Sie es " +"leer, damit er in allen Ländern verfügbar ist." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Die für diesen Zahlungsanbieter verfügbare Währung. Lassen Sie es leer, um " +"keine einzuschränken." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Das folgende Feld muss ausgefüllt werden: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Die folgenden kwargs sind nicht auf der weißen Liste: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Die interne Referenz der Transaktion" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Die Liste der Länder, in denen diese Zahlungsmethode verwendet werden kann " +"(wenn der Anbieter dies erlaubt). In anderen Ländern ist diese " +"Zahlungsmethode nicht für Kunden verfügbar." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"Die Liste der Währungen, dir von dieser Zahlungsmethode unterstützt werden " +"(wenn der Anbieter dies erlaubt). Wenn Sie in einer anderen Währung " +"bezahlen, ist diese Zahlungsmethode nicht für Kunden verfügbar." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Die Liste der Anbieter, die diese Zahlungsmethode unterstützen." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Die Hauptwährung des Unternehmens, die für die Anzeige von Währungsfeldern " +"verwendet wird." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Der maximale Zahlungsbetrag, für den dieser Zahlungsanbieter verfügbar ist. " +"Lassen Sie das Feld leer, damit er für jeden Zahlungsbetrag verfügbar ist." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Die Meldung, die angezeigt wird, wenn die Zahlung autorisiert wird" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Die Meldung, die angezeigt wird, wenn der Auftrag während des Zahlvorgangs " +"abgebrochen wird" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Die Meldung, die angezeigt wird, wenn die Bestellung nach dem Zahlvorgang " +"erfolgreich abgeschlossen wurde" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Die Meldung, die angezeigt wird, wenn die Bestellung nach dem Zahlvorgang " +"noch aussteht" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Die Meldung, die angezeigt wird, um den Zahlvorgang zu erklären und zu " +"unterstützen" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Die Zahlung sollte entweder direkt, mit Weiterleitung oder mittels eines " +"Tokens erfolgen." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Die primäre Zahlungsmethode der aktuellen Zahlungsmethode, wenn letztere eine Marke ist.\n" +"Zum Beispiel ist „Karte“ die primäre Zahlungsmethode der Kartenmarke „VISA“." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Die Referenz des Anbieters für das Transaktionstoken" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Die Anbieterreferenz der Transaktion" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Das auf dem Zahlungsformular angezeigte Bild in veränderter Größe." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" +"Die Seite, zu der der Benutzer nach der Transaktion weitergeleitet wird" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Die Quelltransaktion der entsprechenden untergeordneten Transaktionen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Der technische Code dieser Zahlungsmethode." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Der technische Code dieses Zahlungsanbieters." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Die Vorlage, die ein Formular wiedergibt, mit dem der Benutzer bei einer " +"Zahlung umgeleitet wird" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Die Vorlage, die as Formular der Express-Zahlungsmethode wiedergibt" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Die Vorlage, die das Inline-Zahlungsformular bei einer Direktzahlung " +"wiedergibt" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Die Vorlage, die das Inline-Zahlungsformular wiedergibt, wenn eine Zahlung " +"mit einem Token getätigt wird." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Bei der Transaktion mit der Referenz %(ref)s über %(amount)s ist ein Fehler " +"aufgetreten (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Die Transaktion mit der Referenz %(ref)s über %(amount)s wurde autorisiert " +"(%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Die Transaktion mit der Referenz %(ref)s über %(amount)s wurde bestätigt " +"(%(provider_name)s). " + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Es sind keine Transaktionen vorhanden" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Es wurde noch kein Token erstellt." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Es gibt keine ausstehenden Zahlungen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Es gibt keine offenen Zahlungen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Diese Aktion archiviert auch %s-Token, die mit dieser Zahlungsmethode " +"registriert sind. Die Archivierung von Token kann nicht rückgängig gemacht " +"werden." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Diese Aktion archiviert auch %s-Token, die bei diesem Anbieter registriert " +"sind. Die Archivierung von Token kann nicht rückgängig gemacht werden." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Dies steuert, ob Kunden ihre Zahlungsmethoden als Zahlungstoken speichern können.\n" +"Ein Zahlungstoken ist ein anonymer Link zu den in der Datenbank des Anbieters gespeicherten Zahlungsinformationen, sodass der Kunde sie bei seinem nächsten Einkauf wieder verwenden kann." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Dies steuert, ob Kunden Express-Zahlungsmethoden verwenden können. Der " +"Express-Kassiervorgang ermöglicht es Kunden, mit Google Pay und Apple Pay zu" +" bezahlen, wovon Adressdaten bei der Zahlung erfasst werden." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Dieser Partner hat keine E-Mail, was bei einigen Zahlungsanbietern zu Problemen führen kann.\n" +" Es wird empfohlen, eine E-Mail für diesen Partner einzurichten." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Diese Zahlungsmethode braucht einen Komplizen; Sie sollten zuerst einen " +"Zahlungsanbieter aktivieren, der diese Methode unterstützt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Diese Transaktion wurde nach der Verarbeitung ihrer Teilerfassung und " +"Teilstornierung bestätigt. (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Inline-Formularvorlage für Token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenisierung wird unterstützt" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Bei der Tokenisierung werden die Zahlungsdaten als Token gespeichert, das " +"später wiederverwendet werden kann, ohne dass die Zahlungsdaten erneut " +"eingegeben werden müssen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transaktion" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Die Autorisierung der Transaktion wird von den folgenden Zahlungsanbietern " +"nicht unterstützt: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Art der unterstützten Erstattung" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Es kann keine Verbindung zum Server hergestellt werden. Bitte warten." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Unveröffentlicht" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Upgrade" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validierung der Zahlungsmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Restbetrag stornieren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Transaktion stornieren" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Warnung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Warnmeldung" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Warnung!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Wir können Ihre Zahlung nicht finden, aber keine Sorge." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Wir bearbeiten Ihre Zahlung. Bitte warten." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Ob bei der Nachbearbeitung der Transaktion ein Zahlungstoken erstellt werden" +" soll" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Ob einer der Transaktionsanbieter die Zeilzahlung unterstützt." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Ob der Rückruf bereits ausgeführt wurde" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Ob der Anbieter auf der Website sichtbar ist oder nicht. Token bleiben " +"funktionsfähig, sind aber nur auf Verwaltungsformularen sichtbar." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Banküberweisung" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Sie können den Zahlungsanbieter %s nicht löschen; deaktivieren oder " +"deinstallieren Sie ihn stattdessen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Sie können keinen deaktivierten Anbieter veröffentlichen." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Sie haben keinen Zugriff auf dieses Zahlungstoken." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Sie sollten in wenigen Minuten eine E-Mail zur Bestätigung Ihrer Zahlung " +"erhalten." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Ihre Zahlung wurde autorisiert." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Ihre Zahlung wurde storniert." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Ihre Zahlung wurde erfolgreich verarbeitet, wartet aber noch auf die " +"Freigabe." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Ihre Zahlung wurde erfolgreich verarbeitet." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Diese Zahlung wurde noch nicht verarbeitet." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "PLZ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "PLZ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "Gefahr" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "Info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "Zahlungsmethode" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "Zahlung: Nachbearbeitung von Transaktionen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "Anbieter" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "erfolgreich" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +", um diese Zahlung\n" +" zu tätigen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "Warnung" diff --git a/i18n/el.po b/i18n/el.po new file mode 100644 index 0000000..749ae7c --- /dev/null +++ b/i18n/el.po @@ -0,0 +1,2319 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux, 2018 +# Kostas Goutoudis , 2018 +# Nikos Gkountras , 2018 +# Giota Dandidou , 2018 +# George Tarasidis , 2018 +# Sophia Anastasopoulos , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Sophia Anastasopoulos , 2018\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr " Επιστροφή στον Λογαριασμό μου" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr " Διαγραφή" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Λογαριασμός" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Αριθμός Λογαριασμού" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Ενεργοποίηση" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Σε Ισχύ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Προσθήκη Επιπλέον Χρεώσεων" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Διεύθυνση" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Ποσό" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Εφαρμογή" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Εγκεκριμένη" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Τράπεζα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Όνομα Τράπεζας" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Μοντέλο Εγγράφου Επανάκλησης" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash επανάκλησης" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Μέθοδος επανάκλησης" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Ακύρωση" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Ακυρώθηκε" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Χειροκίνητη Καταγραφή Ποσού" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Καταγραφή Συναλλαγής" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Πόλη" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Κλείσιμο" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Εταιρίες" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Εταιρία" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Διαμόρφωση" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Επιβεβαίωση Διαγραφής" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Επαφή" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Αντίστοιχο αρθρώμα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Χώρες" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Χώρα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Διαπιστευτήρια" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Νόμισμα" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Πελάτης" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Ολοκληρωμένη" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Ολοκληρωμένο Μήνυμα" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Προσχέδιο" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Σφάλμα" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Προμήθεια" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Σταθερή εγχώρια προμήθεια" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Σταθερή διεθνής προμήθεια" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Από" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Ομαδοποίηση κατά" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Μήνυμα Βοήθειας" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "Κωδικός" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Εικόνα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "Εικόνα που εμφανίζεται στη φόρμα πληρωμής" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Εγκατάσταση" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Κατάσταση Εγκατάστασης" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Γλώσσα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Χειροκίνητα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Μήνυμα" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Μηνύματα" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Μέθοδος" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Περιγραφή" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "ΟΚ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Άλλο" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Συναλλασόμενος" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Όνομα Συνεργάτη" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Μέθοδος Πληρωμής" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Μέθοδοι Πληρωμής" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Διακριτικό Πληρωμής" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Διακριτικά Πληρωμής" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Συναλλαγή Πληρωμής" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Συναλλαγές Πληρωμής" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Συναλλαγές" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Εκρεμμής" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Μήνυμα σε Αναμονή" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Τηλέφωνο" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Επεξεργάστηκε από" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Πάροχος" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Αιτία:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Σχετικό" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Ακολουθία" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Σφάλμα Διακομιστή" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Κατάσταση" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "Επαληθευμένο" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Άκυρη συναλλαγή" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Προειδοποίηση" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Έμβασμα" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ΤΚ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Τ.Κ." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/en_GB.po b/i18n/en_GB.po new file mode 100644 index 0000000..28da383 --- /dev/null +++ b/i18n/en_GB.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Company" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Created on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Currency" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Customer" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Group By" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequence" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..c0323c0 --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,2368 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Daniela Cervantes , 2023 +# Patricia Gutiérrez Capetillo , 2023 +# Wil Odoo, 2023 +# Larissa Manderfeld, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2024\n" +"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Datos obtenidos" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Por favor haga su pago a:

  • Banco:%s
  • Número de " +"cuenta:%s
  • Titular de la cuenta:%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Estas propiedades están establecidas para\n" +" que el comportamiento de los proveedores corresponda con su integración con\n" +" Odoo en relación a este método de pago. Cualquier cambio puede provocar errores\n" +" y debe probarse primero en una base de datos de prueba." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Configurar un proveedor de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Activar métodos de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Guardar mis detalles de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "No publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Métodos de pago guardados" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Todos los países son compatibles.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Todas las monedas son compatibles.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Asegurado por" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Cómo configurar su cuenta de " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Sus métodos de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"No se encontró un método de pago adecuado.
\n" +" Si cree que ocurrió un error, contacte al administrador del\n" +" sitio web." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"¡Advertencia! Hay una captura parcial pendiente. Espere\n" +" un momento para que se procese. Revise la configuración del pago de su proveedor si\n" +" la captura aún está pendiente después de unos minutos." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"¡Advertencia! No puede capturar una cantidad negativa mayor\n" +" que" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Advertencia No se puede crear un método de pago con el botón NUEVO.\n" +" Utilice por favor la acción de Duplicar en su lugar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Advertencia Asegúrese de que inició sesión como\n" +" la empresa correcta antes de realizar este pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Advertencia La moneda falta o es incorrecta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Advertencia Debe iniciar sesión para pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Se envió una solicitud de reembolso de %(amount)s. Se creará el pago pronto." +" Referencia de la transacción de reembolso: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "No se puede desarchivar un token una vez que se ha archivado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Se inició una transacción con referencia %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Se inició una transacción con referencia %(ref)s con el fin de guardar un " +"nuevo método de pago (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Se inició una transacción con referencia %(ref)s que utiliza el método de " +"pago %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Cuenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Número de cuenta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Activo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Dirección" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Permitir el pago exprés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permitir guardar métodos de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Ya capturado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Ya anulado" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Importe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Cantidad máxima" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Importe a capturar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Occurió un error al procesar su pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "¿Está seguro de que desea eliminar este método de pago?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"¿Está seguro de que desea anular la transacción autorizada? Esta acción no " +"puede deshacerse." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Autorizar mensaje" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Importe autorizado " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilidad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Métodos disponibles" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nombre del banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Marcas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Modelo de documento para la retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Retrollamada hecha" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash de retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Método para retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Registro del ID de la retrollamada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Cancelada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Mensaje cancelado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "No se puede eliminar el método de pago" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "No se puede guardar el método de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Capturar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capturar el importe manualmente" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capturar transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capture el importe de Odoo cuando la entrega se haya completado.\n" +"Utilícelo si desea hacer el cargo a la tarjeta de sus clientes solo cuando\n" +"esté seguro de que puede enviarles los artículos." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transacciones subordinadas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transacciones subordinadas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Elige un método de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Elija otro método " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Ciudad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Cerrar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Código" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Color" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Compañías" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuración" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmar eliminación" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmado" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Módulo correspondiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Países" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Crear token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Crear un nuevo proveedor de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Está prohibido crear una transacción a partir de un token archivado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credenciales" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Tarjetas de crédito y débito (por Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Monedas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instrucciones de pago personalizadas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Defina el orden de visualización" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demostración" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deshabilitado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Mensaje de terminado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Borrador" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Correo electrónico" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Habilitado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Error" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Plantilla de formulario de pago exprés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Pago rápido compatible" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"El pago rápido permite a los clientes pagar más rápido usando un método de " +"pago que proporciona toda la información necesaria para la facturación y el " +"envío, evitando todo el proceso para finalizar la compra." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Completos solamente" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generar enlace de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generar enlace de pago de ventas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Generar y copiar enlace de pago " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Ir a mi cuenta " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Enrutamiento HTTP " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Contiene un borrador inferior" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Contiene un importe restante " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "¿Se posproceso el pago?" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Mensaje de ayuda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Si el pago no ha sido confirmado, puede contactarnos." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"En el modo de prueba, se procesa un pago falso a través de una interfaz de pago de prueba.\n" +"Este modo se recomienda al configurar el método de pago." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Plantilla de formulario en línea" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Estado de la instalación" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Error de servidor interno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Es un importe a capturar " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Posprocesado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Es un método de pago primario" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Está vinculado actualmente con los siguientes documentos:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Ruta de aterrizaje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Idioma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Última fecha de cambio de estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Vamos a hacerlo" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"No es posible hacer una solicitud al proveedor porque está desactivado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gestiona tus métodos de pago" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Captura manual admitida" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Importe máximo " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Captura máxima admitida" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mensaje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mensajes" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Método" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nombre" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "No hay proveedor establecido" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"No se encontró un método de pago para esta empresa. Cree uno desde el menú " +"de proveedores de pago." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "No se encontraron métodos de pago para sus proveedores de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "No se puede asignar un token a un contacto público." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Módulo de Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Pagos sin conexión con token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Paso de incorporación" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Imagen del paso de integración" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pagos en línea" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pago directo en línea" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pago en línea con token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pago en línea con redirección" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Solo los administradores pueden acceder a estos datos." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Solo se pueden anular las transacciones autorizadas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Solo se pueden reembolsar las transacciones confirmadas." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operación" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operación no admitida." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Otro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Otros métodos de pago " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token de identidad PDT (Payment Data Transfer)" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Socio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nombre de la empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Pagar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Asistente de captura de pagos " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalles de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Seguimiento de pagos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulario de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instrucciones de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Enlace de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Método de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Código del método de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Métodos de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Proveedor de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Proveedores de pagos" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Número de tókenes de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tókenes de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transacciones de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transacciones de pago vinculadas al token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Detalles de pago guardados el %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Métodos de pago" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Error al procesar el pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Proveedor de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Asistente para la integración de proveedores de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagos" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mensaje pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Teléfono" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Asegúrese de que %(payment_method)s es compatible con %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Establezca un importe positivo." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Establezca un importe menor que %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Cambie a la empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Método de pago primario" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Procesado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Código del proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referencia del proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Proveedores" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motivo: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Plantilla de formulario de redirección" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referencia" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "¡La referencia debe ser única!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Reembolso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"El reembolso es una función que le permite hacerle un reembolso al cliente " +"directamente desde el pago en Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Número de reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID del documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modelo de documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Se requiere moneda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Debito directo SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Guardar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Seleccione países. Déjelo en blanco para permitir cualquiera." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Seleccione sus países. Deje vacío para estar disponible en todas partes." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Seleccione las monedas. Déjelo en blanco para no restringir ninguna. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Seleccione las monedas. Déjelo en blanco para permitir cualquiera." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Método de pago de incorporación seleccionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Mostrar el botón \"Permitir el pago rápido\"" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Mostrar permitir tokenización" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Mostrar mensaje de autorización" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Mostrar cancelar mensaje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Mostrar página de credenciales" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Mostrar mensaje hecho" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Mostrar mensaje pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Mostrar mensaje previo" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Saltar" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Algunas de las transacciones que intenta capturar solo pueden capturarse " +"completas. Gestione las transacciones individualmente para capturar un " +"importe parcial." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Origen de la transacción" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "¡Listo!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Admitir captura parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Países admitidos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Monedas admitidas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Métodos de pago admitidos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Admitido por" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Modo de prueba" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "El token de acceso no es válido." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "El importe a capturar debe ser positivo y no debe ser superior a %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"La imagen base que se utiliza para este método; en un formato de 64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Las marcas de los métodos de pago que aparecerán en el formulario de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Las transacciones subordinadas de la transacción." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "La parte clara de los datos de pago del método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "El color de la tarjeta en la vista de kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "El mensaje de información complementaria sobre el estado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Los países donde está disponible este proveedor de pago. Si desea que esté " +"disponible para todos los países, deje este espacio vacío." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Las monedas disponibles con este proveedor de pago. Deje el campo vacío si " +"no quiere restringir ninguna." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Se deben completar los siguientes campos: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Los siguientes kwargs no están en la lista de aprobación: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "La referencia interna de la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"La lista de países en donde puede usar este método de pago (si el proveedor " +"lo permite). En otros países, este método no está disponible para los " +"clientes." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"La lista de monedas que son compatibles con este método de pago (si el " +"proveedor lo permite). Al pagar con otra moneda, el método de pago no estará" +" disponible para los clientes." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "La lista de proveedores que son compatibles con este método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"La moneda principal de la empresa, utilizada para mostrar los campos " +"monetarios." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"El importe máximo de pago para el que está disponible este proveedor de " +"pago. Si desea que esté disponible para cualquier importe, deje este espacio" +" vacío." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "El mensaje que aparece si se autoriza el pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "El mensaje que aparece si se cancela la orden durante el proceso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"El mensaje que aparece si la orden se realiza con éxito después del proceso " +"de pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"El mensaje que aparece si la orden esta pendiente después del proceso de " +"pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "El mensaje que aparece para explicar y ayudar al proceso de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"El mensaje debe ser directo y con redirección o debe ser creado por un token" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"El método de pago primario del método de pago actual, si el último es una marca.\n" +"Por ejemplo, \"Tarjeta\" es el método de pago primario para la marca \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "La referencia del proveedor del token de la transacción." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "La referencia de proveedor de pago de la transacción" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "La imagen con otro tamaño que se muestra en el formulario de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "La ruta del usuario se redirecciona a después de la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "La transacción origen de las transacciones secundarias relacionadas" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "El código técnico para este método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "El código técnico de este proveedor de pagos." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"La plantilla que representa un formulario enviado para redireccionar al " +"usuario al realizar un pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" +"La plantilla que representa el formulario de los métodos de pago rápido." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"La plantilla que muestra el formulario de pago en línea cuando se realiza un" +" pago directo" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"La plantilla que muestra el formulario de pago en línea cuando se realiza un" +" pago con token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Ocurrió un error en la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Se confirmó la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Se confirmó la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "No hay transacciones por mostrar" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Aún no hay un token creado." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "No hay nada que pagar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "No hay nada que pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Esta acción también archivará los tokens %s que estén registrados con este " +"método de pago. Archivar los tokens es una acción irreversible." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Esta acción también archivará los tokens %s que estén registrados con este " +"proveedor. Archivar los tokens es irreversible." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Controla si los clientes pueden guardar sus métodos de pago como tokens de pago.\n" +"Un token de pago es un enlace anónimo a los detalles de pago guardados en la\n" +"base de datos del proveedor de pago, lo que permite al cliente volver a usarlo en una futura compra." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Determina si los clientes pueden utilizar métodos de pago rápido. El pago " +"rápido permite que los clientes paguen con Google Pay y Apple Pay y su " +"información de dirección se obtenga al momento del pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Este contacto no tiene correo electrónico, lo que puede ocasionar problemas con algunos proveedores de pago.\n" +" Se recomienda configurar un correo electrónico para este contacto." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Este método de pago necesita apoyo. Primero, debe activar un proveedor de " +"pago que sea compatible con este método." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Esta transacción ha sido confirmada tras el procesamiento de sus " +"transacciones de captura parcial y anulación parcial (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Plantilla de formulario en línea de token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenización compatible" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"La tokenización es el proceso en el que guarda los detalles de pago como un " +"token que luego puede usar varias veces sin tener que escribir los detalles " +"de pago de nuevo." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transacción" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"La autorización de la transacción no es compatible con los siguientes " +"métodos de pago: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipo de reembolso compatible" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "No fue posible conectar con el servidor. Espere un momento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "No publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Actualizar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validación del método de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Anular el importe restante" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Transacción vacía" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Alerta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Mensaje de advertencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "¡Advertencia!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "No hemos podido localizar tu pago, pero no te preocupes." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Estamos procesando su pago. Espere un momento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Si se debe crear un token de pago al posprocesar la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" +"Si cada uno de los proveedores de las transacciones admite la captura " +"parcial. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Si ya se devolvió la llamada" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Si el proveedor se encuentra visible en el sitio web o no. Los tokens siguen" +" funcionando pero solo son visibles en los formularios." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transferencia bancaria" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"No puede eliminar al proveedor de pago %s. Desactívelo o desinstálelo." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "No puedes publicar un proveedor desactivado." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "No tiene acceso a este token de pago." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Deberías recibir un correo electrónico confirmando tu pago en unos minutos." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Se ha autorizado tu pago." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Tu pago ha sido cancelado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Tu pago ha sido procesado con éxito pero está en espera de tu aprobación." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Su pago ha sido procesado con éxito." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Tu pago aún no ha sido procesado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "C.P." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "C.P." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "peligro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "método de pago" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pago: transacciones posprocesadas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "proveedor" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "éxito" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"para realizar este\n" +" pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "advertencia" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..e10c643 --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,2369 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Iran Villalobos López, 2024 +# Patricia Gutiérrez Capetillo , 2024 +# Fernanda Alvarez, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Fernanda Alvarez, 2024\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Datos obtenidos" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Realice su pago a:

  • Banco:%s
  • Número de " +"cuenta:%s
  • Titular de la cuenta:%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Estas propiedades están establecidas para\n" +" que el comportamiento de los proveedores corresponda con su integración con\n" +" Odoo en relación a este método de pago. Cualquier cambio puede provocar errores\n" +" y debe probarse primero en una base de datos de prueba." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Configurar proveedor de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Permitir métodos de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Guardar mis detalles de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Sin publicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Métodos de pago guardados" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Compatible con todos los paises.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Compatible con todas las divisas.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Asegurado por" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Cómo configurar su cuenta de " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Sus métodos de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"No se encontró un método de pago adecuado.
\n" +" Si cree que esto es un error, contacte al administrador del\n" +" sitio web." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"¡Advertencia! Hay una captura parcial pendiente. Espere\n" +" un momento para que se procese. Revise la configuración del pago de su proveedor si\n" +" la captura aún está pendiente después de unos minutos." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"¡Advertencia! No puede capturar una cantidad negativa mayor\n" +" a" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Advertencia No se puede crear un método de pago con el botón de CREAR.\n" +" CREAR. Utilice la acción de Duplicar en su lugar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Advertencia Asegúrese de que inició sesión como\n" +" el contacto correcto antes de realizar este pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Advertencia Falta la divisa o es incorrecta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Advertencia Debe iniciar sesión para pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Se envió una solicitud de reembolso por %(amount)s. Se creará el pago " +"pronto. Referencia de transacción de reembolso: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "No se puede desarchivar un token una vez que se ha archivado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Se inició una transacción con referencia %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Se inició una transacción con referencia %(ref)s con el fin de guardar un " +"nuevo método de pago (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Se inició una transacción con referencia %(ref)s que utiliza el método de " +"pago %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Cuenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Número de cuenta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Activo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Dirección" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Permitir el pago rápido" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permitir guardar métodos de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Ya está capturado " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Ya está anulado " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Servicios de pago de Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Importe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Cantidad máxima" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Importe a capturar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Se produjo un error al procesar su pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "¿Está seguro de que desea eliminar este método de pago?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"¿Está seguro de que desea anular la transacción autorizada? Esta acción no " +"se puede deshacer." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Mensaje de autorización " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Importe autorizado " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilidad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Métodos disponibles" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nombre del banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Marcas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Modelo de documento para la retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Retrollamada hecha" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash de retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Método para retrollamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Registro del ID de la retrollamada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Cancelada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Mensaje cancelado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "No se puede eliminar el método de pago" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "No se puede guardar el método de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Capturar " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capturar el importe de manera manual" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capturar transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capturar el importe de Odoo cuando se complete la entrega.\n" +"Utilícelo si desea hacer el cargo a la tarjeta de sus clientes solo cuando\n" +"esté seguro de que puede enviarles los artículos." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transacciones subordinadas " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transacciones subordinadas " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Elija un método de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Elija otro método " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Ciudad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Cerrar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Código" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Color" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Empresas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuración" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmar eliminación" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmado" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Módulo correspondiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Países" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Crear token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Crear un nuevo proveedor de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Está prohibido crear una transacción a partir de un token archivado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credenciales" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Tarjetas de crédito y débito (por Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Divisas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Divisa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instrucciones de pago personalizadas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Defina el orden de visualización" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demostración" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deshabilitado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Mensaje de finalización" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Borrador" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Correo electrónico" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Habilitado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Error" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Plantilla de formulario de pago rápido" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Pago rápido compatible" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"El pago exprés le permite a los clientes pagar más rápido usando un método " +"de pago que proporciona toda la información necesaria para la facturación y " +"el envío, evitando todo el proceso para finalizar la compra." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Solo total" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generar enlace de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generar enlace de pago de ventas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Generar y copiar un enlace de pago " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Ir a mi cuenta " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Enrutamiento HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Contiene un borrador hijo " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Contiene un importe restante " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "¿Se posproceso el pago?" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Mensaje de ayuda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Si no se ha confirmado el pago, puede contactarnos." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"En el modo de prueba, se procesa un pago falso a través de una interfaz de pago de prueba.\n" +"Este modo se recomienda al establecer el método de pago." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Plantilla de formulario en línea" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Estado de la instalación" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Error de servidor interno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Es un importe válido a capturar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Posprocesado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Es un método de pago primario" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Actualmente está vinculado a los siguientes documentos:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Ruta de destino" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Idioma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Última fecha de cambio de estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "¡Hagámoslo!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"No es posible hacer una solicitud al proveedor porque está desactivado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gestione sus métodos de pago" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Captura manual permitida" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Monto máximo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Captura máxima permitida" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mensaje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mensajes" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Método" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nombre" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "No hay proveedor establecido" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"No se encontró un método de pago para esta empresa. Cree uno desde el menú " +"de proveedores de pago." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "No se encontraron métodos de pago para sus proveedores de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "No se puede asignar un token a un partner público " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Módulo de Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Pagos sin conexión con token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Paso de integración" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Imagen del paso de la integración" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pagos en línea" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pago directo en línea" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pago en línea con token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pago en línea con redirección" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Solo los administradores pueden acceder a estos datos." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Solo se pueden anular las transacciones autorizadas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Solo se pueden reembolsar las transacciones confirmadas." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operación" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "La operación no es compatible." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Otro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Otros métodos de pago " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token de identidad PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Contacto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nombre del contacto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Pagar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Asistente de captura de pagos " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalles de pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Seguimiento de pagos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulario de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instrucciones de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Enlace de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Método de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Código del método de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Métodos de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Proveedor de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Proveedores de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Número de token de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tokens de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transacciones de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transacciones de pago vinculadas al token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Detalles de pago guardados en %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Métodos de pago" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Fallo al procesar el pago" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Proveedor de pago" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Asistente de proveedor de pago de comprador" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagos" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mensaje pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Teléfono" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Asegúrese de que %(payment_method)s es compatible con %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Establezca una cantidad positiva. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Establezca una cantidad menor que %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Cambie a la empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Método de pago primario" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Procesado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Código del proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referencia del proveedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Proveedores" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motivo: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Plantilla de formulario de redirección" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referencia" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "La referencia debe ser única" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Reembolso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"El reembolso es una función que le permite hacerle un reembolso al cliente " +"directamente desde el pago en Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Número de reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID del documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modelo de documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Se requiere divisa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Domiciliación bancaria SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Guardar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Seleccionar países. Déjelo en blanco para permitir cualquiera." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Seleccione sus países, deje el campo vacío para usarlo desde cualquier " +"parte." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" +"Seleccione las divisas. Deje el campo vacío para no restringir ninguna. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Seleccionar divisas. Déjelo en blanco para permitir cualquiera." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Método de pago seleccionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Mostrar el botón 'Permitir el pago rápido'" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Mostrar permitir tokenización" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Mostrar mensaje de autorización" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Mostrar cancelar mensaje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Mostrar página de credenciales" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Mostrar mensaje hecho" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Mostrar mensaje pendiente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Mostrar mensaje previo" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Omitir" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Algunas de las transacciones que intenta capturar solo pueden capturarse " +"completas. Maneje las transacciones individualmente para capturar una " +"cantidad parcial." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Origen de la transacción" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "¡Listo!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Admitir captura parcial " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Países compatibles" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Divisas compatibles" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Admitir métodos de pago " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Con el apoyo de " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Modo de prueba" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "El token de acceso no es válido." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "La cantidad a capturar debe ser positiva y no debe ser superior a %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"La imagen base que se utiliza para este método; en un formato de 64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Las marcas de los métodos de pago que aparecerán en el formulario de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Las transacciones subordinadas de la transacción." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "La parte clara de los datos de pago del método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "El color de la tarjeta en la vista de kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "El mensaje de información complementaria sobre el estado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Los países donde está disponible este proveedor de pago. Si desea que esté " +"disponible para todos los países, deje este espacio vacío." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Las divisas disponibles con este proveedor de pago. Deje el campo vacío si " +"no quiere restringir ninguna." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Se deben completar los siguientes campos: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Los siguientes kwargs no están en la lista de aprobación: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "La referencia interna de la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"La lista de países en donde puede usar este método de pago (si el proveedor " +"lo permite). En otros países, este método no está disponible para los " +"clientes." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"La lista de divisas que son compatibles con este método de pago (si el " +"proveedor lo permite). Al pagar con otra divisa, el método de pago no estará" +" disponible para los clientes." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "La lista de proveedores que son compatibles con este método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"La divisa principal de la empresa, utilizada para mostrar los campos " +"monetarios." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"El importe máximo de pago para el que está disponible este proveedor de " +"pagos. Si desea que esté disponible para cualquier importe, deje este " +"espacio vacío." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "El mensaje que aparece si se autoriza el pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "El mensaje que aparece si se cancela la orden durante el proceso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"El mensaje que aparece si la orden se realiza con éxito después del proceso " +"de pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"El mensaje que aparece si la orden esta pendiente después del proceso de " +"pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "El mensaje que aparece para explicar y ayudar al proceso de pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "El pago debe ser directo, con redirección o lo debe crear un token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"El método de pago primario del método de pago actual, si el último es una marca.\n" +"Por ejemplo, \"Tarjeta\" es el método de pago primario para la marca \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "La referencia del proveedor del token de la transacción." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "La referencia de proveedor de pago de la transacción" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "La imagen con otro tamaño que se muestra en el formulario de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "La ruta del usuario se redirecciona a después de la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "La transacción fuente de la transacción hija" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "El código técnico para este método de pago." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "El código técnico de este proveedor de pagos." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"La plantilla que representa un formulario enviado para redireccionar al " +"usuario al realizar un pago" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" +"La plantilla que representa el formulario de los métodos de pago rápido." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"La plantilla que muestra el formulario de pago en línea cuando se realiza un" +" pago directo" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"La plantilla que muestra el formulario de pago en línea cuando se realiza un" +" pago con token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Ocurrió un error en la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Se confirmó la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Se confirmó la transacción con referencia %(ref)s por %(amount)s " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "No hay transacciones por mostrar" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Aún no hay un token creado. " + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "No hay nada por pagar. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "No hay nada que pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Esta acción también archivará los %s tokens que estén registrados con este " +"método de pago. Archivar los tokens es una acción irreversible." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Esta acción también archivará los %s tokens que estén registrados con este " +"proveedor. Archivar los tokens es irreversible." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Controla si los clientes pueden guardar sus métodos de pago como tokens de pago.\n" +"Un token de pago es un enlace anónimo a los detalles de pago guardados en la\n" +"base de datos del proveedor de pago, lo que permite al cliente volver a usarlo en una futura compra." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Determina si los clientes pueden utilizar métodos de pago rápido. El pago " +"rápido permite que los clientes paguen con Google Pay y Apple Pay y su " +"información de dirección se obtenga al momento del pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Este partner no tiene correo electrónico, lo que puede ocasionar problemas con algunos proveedores de pago.\n" +" Se recomienda configurar un correo electrónico para este partner." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Este método de pago necesita apoyo. Primero, debe activar un proveedor de " +"pago que sea compatible con este método." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Esta transacción se confirmó siguiendo con el proceso de sus transacciones " +"de captura parcial y de anulación parcial. (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Plantilla de formulario en línea de token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenización compatible" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"La tokenización es el proceso en el que guarda los detalles de pago como un " +"token que luego puede usar varias veces sin tener que escribir los detalles " +"de pago de nuevo." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transacción" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"La autorización de la transacción no es compatible con los siguientes " +"proveedores de pago: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipo de reembolso compatible" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "No fue posible conectar con el servidor. Espere un momento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Sin publicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Actualizar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validación del método de pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Importe restante nulo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Transacción vacía" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Advertencia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Mensaje de advertencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "¡Alerta!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "No se pudo encontrar su pago, pero no se preocupe." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Estamos procesando su pago. Espere un momento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Si se debe crear un token de pago al posprocesar la transacción" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" +"Si cada uno de los proveedores de las transacciones admite la captura " +"parcial. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Si ya se devolvió la llamada" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Si el proveedor se encuentra visible en el sitio web o no. Los tokens siguen" +" funcionando pero solo son visibles en los formularios." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transferencia bancaria" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"No puede eliminar este proveedor de pago %s; desactívelo o desinstálelo. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "No se puede publicar un proveedor deshabilitado." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "No tiene acceso a este token de pago." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"En unos minutos recibirá un correo electrónico con la confirmación de su " +"pago" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Se ha autorizado su pago." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Se ha cancelado su pago." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Su pago se procesó con éxito pero está en espera de aprobación." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Su pago se proceso con éxito." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Aún no se ha procesado su pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "C.P." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Código postal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "peligro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "método de pago" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pago: transacciones posprocesadas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "proveedor" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "éxito" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"para realizar este\n" +" pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "advertencia" diff --git a/i18n/es_BO.po b/i18n/es_BO.po new file mode 100644 index 0000000..ef1c21c --- /dev/null +++ b/i18n/es_BO.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"Language: es_BO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Divisa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_CL.po b/i18n/es_CL.po new file mode 100644 index 0000000..673796c --- /dev/null +++ b/i18n/es_CL.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_CO.po b/i18n/es_CO.po new file mode 100644 index 0000000..f5dad09 --- /dev/null +++ b/i18n/es_CO.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Asociado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_CR.po b/i18n/es_CR.po new file mode 100644 index 0000000..057c60a --- /dev/null +++ b/i18n/es_CR.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_DO.po b/i18n/es_DO.po new file mode 100644 index 0000000..b6a1d65 --- /dev/null +++ b/i18n/es_DO.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_EC.po b/i18n/es_EC.po new file mode 100644 index 0000000..5b9ce20 --- /dev/null +++ b/i18n/es_EC.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultima Actualización por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Actualizado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_PA.po b/i18n/es_PA.po new file mode 100644 index 0000000..82be1e8 --- /dev/null +++ b/i18n/es_PA.po @@ -0,0 +1,2313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2015-09-08 06:27+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/language/es_PA/)\n" +"Language: es_PA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Ciudad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Correo electrónico" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nombre" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Teléfono" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_PE.po b/i18n/es_PE.po new file mode 100644 index 0000000..e01312e --- /dev/null +++ b/i18n/es_PE.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañia" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupado por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Socio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_PY.po b/i18n/es_PY.po new file mode 100644 index 0000000..ddde63a --- /dev/null +++ b/i18n/es_PY.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupado por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/es_VE.po b/i18n/es_VE.po new file mode 100644 index 0000000..8e8a834 --- /dev/null +++ b/i18n/es_VE.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..37903eb --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,2280 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Rivo Zängov , 2023 +# Aveli Kannel , 2023 +# Martin Talts , 2023 +# Algo Kärp , 2023 +# Piia Paurson , 2023 +# Eneli Õigus , 2023 +# Maidu Targama , 2023 +# Marek Pontus, 2023 +# JanaAvalah, 2023 +# Martin Aavastik , 2023 +# Arma Gedonsky , 2023 +# Triine Aavik , 2023 +# Egon Raamat , 2023 +# Martin Trigaux, 2023 +# Patrick-Jordan Kiudorv, 2023 +# Katrin Kampura, 2023 +# Leaanika Randmets, 2023 +# Kärt Villako, 2024 +# Anna, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Anna, 2024\n" +"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Andmed hangitud" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Palun sooritage makse:

  • Pank: %s
  • Kontonumber: " +"%s
  • Konto omanik: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Salvesta minu makseandmed" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Avaldamata" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Avaldatud" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Salvestatud makseviisid" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "Kõik riigid on toetatud." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "Kõik valuutad on toetatud." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Sobivat makseviisi ei leitud.
\n" +" Kui arvate, et tegemist on veaga, võtke palun ühendust veebilehe\n" +" administraatoriga." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Hoiatus Makseteenuse pakkuja loomine nupu LOO kaudu ei ole toetatud.\n" +" Palun kasutage selle asemel toimingut Kopeeri." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Hoiatus Valuuta puudub või on vale." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Hoiatus Maksmiseks peate olema sisse logitud." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Tagasimaksetaotlus %(amount)s on saadetud. Makse luuakse peagi. " +"Tagastamistehingu viide: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Pärast arhiveerimist ei saa märgist enam arhiivist välja võtta." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Algatatud on tehing viitega %(ref)s (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Uue makseviisi (%(provider_name)s) salvestamiseks on algatatud tehing " +"viitega %(ref)s" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Tehing viitega %(ref)s on algatatud, kasutades makseviisi %(token)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Konto number" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiveeri" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiivne" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Aadress" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Lubage makseviiside salvestamine" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazoni makseteenused" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Summa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Summa Max" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Teie makse töötlemisel tekkis viga." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Kinnita" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhiveeritud" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Kas olete kindel, et soovite selle makseviisi kustutada?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Kas olete kindel, et soovite volitatud tehingu tühistada? Seda toimingut ei " +"saa tagasi võtta." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Authorized" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Eeldatav alguskuupäev" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Pank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Panga nimi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback Document Model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback tehtud" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback Method" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Callback kirje ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Tühista" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Tühistatud" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Tühistatud sõnum" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Leia kogusummad käsitsi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capture Transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Valige maksemeetod" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Linn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Sulge" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kood" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Värv" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Ettevõtted" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Ettevõte" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Seaded" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Kinnita kustutamine" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Kinnitatud" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Vastav moodul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Riigid" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Riik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Loo märgis/võti" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Looge uus makseteenuse pakkuja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Loodud (kelle poolt?)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Tehingu loomine arhiveeritud tokenist on keelatud." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Volitused" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Krediit- ja deebetkaart (Stripe'i kaudu)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valuutad" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Kohandatud makse juhised" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klient" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Määrake kuvamise järjekord" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Esitlus" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Mustand" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Kuvatav nimi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "\"Tehtud\" sõnum" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Mustand" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-post" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Lubatud" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Ettevõtte" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Viga" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Viga: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Ainult täielik" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Genereeri makse link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Genereerige müügi makse link" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Rühmitamine" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Abisõnum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Kui makse ei ole kinnitatud, võite meiega ühendust võtta." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Pilt" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Testrežiimis töödeldakse võltsmakseid testmakseliidese kaudu.\n" +"See režiim on soovitatav teenusepakkuja seadistamisel." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Paigalda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installatsiooni staatus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Paigaldatud" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "On peamine makseviis" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "See on praegu seotud järgmiste dokumentidega:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Keel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Viimane seisu muutmise kuupäev" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Teeme Ära" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Taotluse esitamine teenusepakkujale ei ole võimalik, sest teenusepakkuja on " +"välja lülitatud." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Manage your payment methods" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Käsitsi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Maksimaalne summa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Sõnum" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Sõnum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Meetod" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nimi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Sellel ettevõttel ei leitud käsitsi makseviisi. Palun looge see menüüst " +"Makseteenuse pakkuja." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Moodul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Onboarding Samm" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Internetipõhised maksed" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Otsemakse internetis" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Ümbersuunamisega internetimakse" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Nendele andmetele pääsevad ligi ainult administraatorid." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Tagastada saab ainult kinnitatud tehinguid." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operatsioon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Toimingut ei toetata." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Meeldetuletuse lisamine" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identity Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Osaline" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kontakti kaart" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partneri nimi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Maksa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "Paypal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Makse andmed" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Maksevorm" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Maksejuhised" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Makse link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Makseviis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Maksmise meetodid" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Makseteenuse pakkuja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Makseteenuse pakkujad" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Sümboolne makse" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Maksejärgud" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksetehing" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Maksetehingud" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Maksete üksikasjad on salvestatud %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Makseviis" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Makse töötlemine ebaõnnestus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Makseteenuse pakkuja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Maksed" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Töökäsu ootel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Saatmata sõnum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Peamine makseviis" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Töötleja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Hind" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Teenusepakkuja viide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Teenusepakkujad" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Avaldatud" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Põhjus: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Ümbersuunamisvormi mall" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Viide" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Viide peab olema unikaalne!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Tagasimaksmine" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Tagasimaksed" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Tagasimaksete arv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Seotud dokumendi ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Seotud dokumendi mudel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA otsekorraldus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Salvesta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Valige riigid. Jätke tühjaks, et teha kõikjal kättesaadavaks." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Valitud sisseseadmise makseviis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Jada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Näita Luba tokeniseerimist" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Jäta vahele" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Staatus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Olek" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Tehtud!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Toetatud riigid" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Toetatud valuutad" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Juurdepääsutähis on kehtetu." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Antud makseteenuse pakkuja tehniline kood." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Pole midagi maksta." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Tehing" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Toetatud tagasimakse tüüp" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Avaldamata" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Uuenda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Makseviisi valideerimine" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Kehtetu tehing" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Hoiatus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Hoiatussõnum" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Hoiatus!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Meil ei õnnestunud leida teie makset, kuid ärge muretsege." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Pangaülekanne" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Mõne minuti pärast peaksite saama e-kirja, mis kinnitab teie makse " +"sooritamise." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Teie makse on autoriseeritud" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Teie makse on tühistatud." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Teie makse on edukalt töödeldud, kuid ootab kinnitamist." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Teie makse on edukalt töödeldud. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Teie makset ei ole veel töödeldud." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Postiindeks" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postiindeks" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "oht" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "teenusepakkuja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "hoiatus" diff --git a/i18n/eu.po b/i18n/eu.po new file mode 100644 index 0000000..5adf4c5 --- /dev/null +++ b/i18n/eu.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Enpresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Created on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kidea" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Group By" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kidea" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekuentzia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Egoera" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..89f8647 --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,2255 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Mohsen Mohammadi , 2023 +# F Hariri , 2023 +# fardin mardani, 2023 +# Mohammad Tahmasebi , 2023 +# Ali Reza Feizi Derakhshi, 2023 +# odooers ir, 2023 +# Hamid Darabi, 2023 +# M.Hossein S.Farvashani , 2023 +# Yousef Shadmanesh , 2023 +# Hamed Mohammadi , 2023 +# Hanna Kheradroosta, 2023 +# Martin Trigaux, 2023 +# Abbas Ebadian, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Abbas Ebadian, 2024\n" +"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "داده واکشی شد" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

لطفا پرداخت نمایید به:

  • بانک: %s
  • شماره حساب: " +"%s
  • صاحب حساب: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "حساب" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "شماره حساب" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "فعال" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "فعال" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "نشانی" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "آدین" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "مقدار" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "اعمال" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "بایگانی شده" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"آیا مطمئن هستید که می خواهید تراکنش مجاز را از درجه اعتبار ساقط کنید؟ این " +"عملکرد قابل برگشت نیست." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "دسترسی" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "بانک" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "نام بانک" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "لغو" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "لغو شده" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "ضبط تراکنش" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "یک روش پرداخت انتخاب کن" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "شهر" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "بستن" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "کد" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "رنگ" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "شرکت‌ها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "شرکت" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "پیکربندی" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "تایید حذف" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "تایید شده" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "مخاطب" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "کشورها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "کشور" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "ایجاد توکن" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "ایجادشده در" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "کارت اعتباری و نقدی (از طریق Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "ارزها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "ارز" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "دستور العمل پرداخت سفارشی" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "مشتری" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "غیر فعال شده" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "نام نمایش داده شده" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "پیش‌نویس" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "پست الکترونیک" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "فعال شده" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "خطا" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "تولید لینک پرداخت فروش" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "گروه‌بندی برمبنای" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "مسیریابی HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "شناسه" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "تصویر" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "نصب" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "برپاسازی شد" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "خطای داخلی سرور" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "زبان" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "آخرین بروز رسانی توسط" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "آخرین بروز رسانی در" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "بیایید آن را انجام دهیم" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "روش‌های پرداخت خود را مدیریت کن" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "دستی" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "پیام" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "پیام ها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "روش" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "نام" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "ماژول سازمانی اودو" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "پرداخت‌های آنلاین" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "عملیات" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "دیگر" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "رمز شناسایی PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "جزئي" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "همکار" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "نام همکار تجاری" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "پرداخت" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "پی پال" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "جزئیات پرداخت" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "فرم پرداخت" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "دستور العمل های پرداخت" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "لینک پرداخت" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "روش پرداخت" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "روشهای پرداخت" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "سرویس دهنده پرداخت" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "سرویس دهندگان پرداخت" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "توکن پرداخت" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "تعداد توکن پرداخت" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "توکن های پرداخت" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "تراکنش پرداخت" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "تراکنش های پرداخت" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "پرداخت‌ها" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "معلق" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "پیام در انتظار" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "تلفن" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "پرادازش شده توسط" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "فراهم‌کننده" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "منتشر شده" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "مرجع‌" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "شماره پیگیری باید یکتا باشد!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "بازپرداخت" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "برگشت از فروش ها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "تعداد بازپرداخت ها" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "شناسه مدرک مربوطه" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "مدل مدرک مربوطه" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "ذخیره" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "دنباله" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "رد شدن" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "استان" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "وضعیت" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "گام کامل شد!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "استریپ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "حالت آزمایشی" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "توکن دسترسی نامعتبر است." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "تراکنش" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "منتشر نشده" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "ارتقا" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "تراکنش خالی" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "هشدار" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "پیام هشدار" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "هشدار!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "این پرداخت مجاز است." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "پرداخت شما لغو شده است." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "پرداخت شما با موفقیت انجام شد اما در انتظار تایید است." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "کد پستی" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "کدپستی" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..7c6d22a --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,2374 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Joni Winsten, 2023 +# Eino Mäkitalo , 2023 +# Svante Suominen , 2023 +# Jussi Lehto , 2023 +# Atte Isopuro , 2023 +# Mikko Salmela , 2023 +# Kim Asplund , 2023 +# Miika Nissi , 2023 +# Tuomas Lyyra , 2023 +# Marko Happonen , 2023 +# Kari Lindgren , 2023 +# Kari Lindgren , 2023 +# Martin Trigaux, 2023 +# Veikko Väätäjä , 2023 +# Jarmo Kortetjärvi , 2023 +# Tuomo Aura , 2023 +# Ossi Mantylahti , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ossi Mantylahti , 2024\n" +"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Data haettu" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Suorita maksu tilille:

  • Pankki: %s
  • Tilinumero: " +"%s
  • Tilin omistaja: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Nämä ominaisuudet asetetaan\n" +" vastaamaan palveluntarjoajien käyttäytymistä ja niiden integraation ja\n" +" Odoon kanssa tämän maksutavan osalta. Kaikki muutokset voivat aiheuttaa virheitä\n" +" ja ne tulisi testata ensin testitietokannassa." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Määritä maksupalveluntarjoaja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Ota maksutavat käyttöön" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Tallenna maksutiedot" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Julkaisematon" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Julkaistu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Tallennetut maksutavat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Kaikkia maita tuetaan.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Kaikki valuutat ovat tuettuja.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Varmistaja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr " PayPal-tilin määrittäminen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Maksutapasi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Sopivaa maksutapaa ei löytynyt.
\n" +" Jos uskot, että kyseessä on virhe, ota yhteyttä verkkosivun\n" +" ylläpitäjään." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Varoitus! Vireillä on osittainen tallennus. Odota\n" +" hetki, kunnes se on käsitelty. Tarkista maksupalveluntarjoajan asetukset, jos\n" +" tallennus on edelleen vireillä muutaman minuutin kuluttua." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Varoitus! Et voi tallentaa negatiivista summaa etkä enempää\n" +" kuin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Varoitus Maksupalveluntarjoajan luominen LUO-painikkeesta ei ole tuettu.\n" +" Käytä sen sijaan Tee kaksoiskappale -toimintoa." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Varoitus Varmista, että olet kirjautunut sisään nimellä\n" +" oikeana kumppanina ennen tämän maksun suorittamista." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Varoitus Valuutta puuttuu tai on virheellinen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Varoitus Sinun täytyy olla kirjautuneena sisään " +"maksaaksesi." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Palautuspyyntö %(amount)s on lähetetty. Maksu luodaan pian. " +"Palautustapahtuman viite: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Pääsytunnistetta ei voi poistaa, kun se on kerran arkistoitu." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Tapahtuma, jonka viite on %(ref)s, on aloitettu (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Uuden maksutavan tallentamiseksi on käynnistetty maksutapahtuma, jonka viite" +" on %(ref)s (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Maksutapahtuma, jonka viite on %(ref)s, on käynnistetty maksutapaa %(token)s" +" (%(provider_name)s) käyttäen." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Tili" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Tilinumero" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivoi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiivinen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Osoite" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Salli Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Salli säästävät maksutavat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Jo tallennettu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Jo mitätöity" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazonin maksupalvelut" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Arvo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Määrä Max" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Vastaanotettava summa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Maksun käsittelyssä tapahtui virhe." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Vahvista" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arkistoitu" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Haluatko varmasti poistaa tämän maksutavan?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Valtuuttaa viesti" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Valtuutettu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Valtuutettu määrä" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Saatavuus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Käytettävissä olevat menetelmät" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Pankki" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Pankin nimi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Tuotemerkit" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Takaisinkutsu asiakirjamalli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Takaisinsoitto valmis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Takaisinkutsu Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Takaisinkutsumenetelmä" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Takaisinkutsun tietueen ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Peruuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Peruttu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Peruutettu viesti" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Maksutapaa ei voi poistaa" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Maksutapaa ei voi tallentaa" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Kaappaus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Kaappaa määrä manuaalisesti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Vastaanota siirto" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Tallenna summa Odoosta, kun toimitus on valmis.\n" +"Käytä tätä, jos haluat veloittaa asiakkaasi kortit vain silloin, kun\n" +"olet varma, että voit toimittaa tavarat heille." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Lapsitapahtumat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Alemman tason tapahtumat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Valitse maksutapa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Valitse toinen menetelmä " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Kaupunki" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Sulje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Koodi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Väri" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Yritykset" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Yritys" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Asetukset" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Vaihvista poisto" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Vahvistettu" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Vastaava moduuli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Maat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Maa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Luo pääsytunniste" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Luo uusi maksupalveluntarjoaja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Tapahtuman luominen arkistoidusta pääsytunnisteesta on kielletty." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Tunnistetiedot" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Luottokortti (Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valuutat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuutta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Mukautetut maksuohjeet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Asiakas" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Näyttöjärjestyksen määrittäminen" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Pois käytöstä" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Valmis-viesti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Luonnos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Sähköposti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Käytössä" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Virhe" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Virhe: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Express Checkout lomake malli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Express Checkout tuettu" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Pikakassan avulla asiakkaat voivat maksaa nopeammin käyttämällä maksutapaa, " +"joka antaa kaikki tarvittavat laskutus- ja toimitustiedot, jolloin " +"kokonainen kassaprosessi voidaan ohittaa." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Vain täysi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Luo maksulinkki" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Luo myynnin maksulinkki" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Luo ja kopioi maksulinkki" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Siirry omalle tilille " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Ryhmittely" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP-reititys" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Sisältää alemman tason vedoksia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Sisältää jäljellä olevan määrän" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Onko maksu käsitelty jälkikäteen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Apuviesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Jos maksua ei ole vahvistettu, voit ottaa meihin yhteyttä." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Kuva" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Testitilassa väärennetty maksu käsitellään testimaksuliittymän kautta.\n" +"Tätä tilaa suositellaan palveluntarjoajan perustamisen yhteydessä." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Inline lomakkeen malli" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Asenna" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Asennuksen tila" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Asennettu" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Sisäinen palvelinvirhe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Onko tallennettava määrä voimassa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Onko jälkikäsitelty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Onko ensisijainen maksutapa" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "On tällä hetkellä linkitetty seuraaviin asiakirjoihin:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Laskeutumisreitti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Kieli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Viimeisin tilan muutospäivämäärä" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Eiköhän tehdä tämä" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Pyynnön tekeminen palveluntarjoajalle ei ole mahdollista, koska " +"palveluntarjoaja on poistettu käytöstä." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Hallitse maksutapojasi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuaalinen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Tuettu manuaalinen kaappaus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Enimmäismäärä" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Suurin sallittu tallennus" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Viesti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Viestit" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Maksutapa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nimi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Ei palveluntarjoajaa" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Tälle yritykselle ei löytynyt manuaalista maksutapaa. Ole hyvä ja luo " +"sellainen Maksuntarjoajan valikosta." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Maksupalveluntarjoajillesi ei löytynyt maksutapoja." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Julkiselle kumppanille ei voida asettaa valtuutustunnusta." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise -moduuli" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Offline-maksaminen kupongilla" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Perehdytyksen askel" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Perehdytyksen askeleen kuva" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Verkkomaksut" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Suora verkkomaksu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Verkkomaksaminen kupongilla" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Verkkomaksu uudelleenohjauksella" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Vain järjestelmänvalvojat voivat käyttää näitä tietoja." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Vain valtuutetut tapahtumat voidaan mitätöidä." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Vain vahvistetut maksutapahtumat voidaan hyvittää." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Toiminto" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Toiminta ei ole tuettu." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Muu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Muut maksutavat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identity Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Osittainen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kumppani" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Kumppanin nimi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Maksa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Ohjattu maksujen kerääminen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Maksun tiedot" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Maksun seuranta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Maksulomake" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Maksuohjeet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Maksulinkki" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Maksutapa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Maksutavan koodi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Maksutavat" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Maksupalveluntarjoaja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Maksupalvelujen tarjoajat" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Maksutunniste" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Maksutunnisteiden määrä" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Maksutunnisteet" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksutapahtuma" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Maksutapahtumat" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Pääsytunnisteeseen liittyvät maksutapahtumat" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Maksutiedot tallennettu %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Maksutavat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Maksun käsittely epäonnistui" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Maksupalveluntarjoaja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Ohjattu maksupalveluntarjoajan käyttöönotto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Maksut" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Odottaa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Odottaa-viesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Puhelin" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Varmista, että %(payment_method)s tukee %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Aseta positiivinen summa." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Aseta pienempi määrä kuin %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Vaihda yritykseen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Ensisijainen maksutapa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Käsittelytila" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Palveluntarjoaja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Palveluntarjoajan koodi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Palveluntarjoajan viite" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Palveluntarjoajat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Julkaistu" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Syy: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Uudelleenohjauslomake malli" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Numero" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Viitteen on oltava ainutlaatuinen!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Hyvitys" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Palautus on toiminto, jonka avulla voit palauttaa asiakkaalle maksun suoraan" +" Odoon maksusta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Hyvitykset" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Palautusten määrä" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Liittyvä dokumentti ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Liittyvä dokumenttimalli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Vaadi valuutta" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA-suoraveloitus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Tallenna" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Valitse maat. Jätä tyhjäksi, jos haluat sallia minkä tahansa." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Valitse maat. Jätä tyhjäksi, jos haluat olla saatavilla kaikkialla." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Valitse valuutat. Jätä tyhjäksi, jos et halua rajoittaa mitään." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Valitse valuutat. Jätä tyhjäksi, jos haluat sallia minkä tahansa." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Valittu sisäänkirjautumisen maksutapa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Järjestys" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Näytä Salli Express-kassan käyttö" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Näytä Salli tokenisointi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Näytä todennusviesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Näytä peruutusilmoitus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Näytä valtuutusten sivu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Näytä Valmis-viesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Näytä vireillä oleva viesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Näytä esiviesti" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Ohita" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Jotkin tapahtumat, jotka aiot tallentaa, voidaan tallentaa vain " +"kokonaisuudessaan. Käsittele tapahtumat yksitellen, jotta voit tallentaa " +"osittaisen summan." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Lähdetransaktio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Alue" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Tila" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Vaihe valmis!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Tue osittaista tallentamista" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Tuetut maat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Tuetut valuutat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Tuetut maksutavat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Tuetut" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testitila" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Pääsytunniste on virheellinen." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Tallennettavan määrän on oltava positiivinen, eikä se voi olla suurempi kuin" +" %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "Tässä maksutavassa käytettävä pohjakuva; 64x64 px-muodossa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "Maksutapojen tuotemerkit, jotka näytetään maksulomakkeella." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Tapahtuman alemman tason tapahtumat." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Maksutavan maksutietojen selkeä osa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Kortin väri kanban-näkymässä" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Tilaa koskeva täydentävä tietosanoma" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Maat, joissa tämä maksupalveluntarjoaja on saatavilla. Jätä tyhjäksi, jos se" +" on käytettävissä kaikissa maissa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Tämän maksupalveluntarjoajan käytettävissä olevat valuutat. Jätä tyhjäksi, " +"jos et halua rajoittaa mitään." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Seuraavat kentät on täytettävä: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Seuraavia kwargeja ei ole valkoisella listalla: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Tapahtuman sisäinen viite" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Luettelo maista, joissa tätä maksutapaa voidaan käyttää (jos " +"palveluntarjoaja sallii sen). Muissa maissa tämä maksutapa ei ole " +"asiakkaiden käytettävissä." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"Luettelo valuutoista, joita tämä maksutapa tukee (jos palveluntarjoaja " +"sallii sen). Kun maksetaan muulla valuutalla, tämä maksutapa ei ole " +"asiakkaiden käytettävissä." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Luettelo palveluntarjoajista, jotka tukevat tätä maksutapaa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Yrityksen päävaluutta, jota käytetään rahamääräisten kenttien näyttämiseen." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Maksun enimmäismäärä, johon tämä maksupalveluntarjoaja on käytettävissä. " +"Jätä tyhjäksi, jos se on käytettävissä mille tahansa maksusummalle." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Näytettävä viesti, jos maksu on hyväksytty" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Viesti, joka näytetään, jos tilaus peruutetaan maksuprosessin aikana" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Viesti, joka näytetään, jos tilaus on tehty onnistuneesti maksuprosessin " +"jälkeen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Viesti, joka näytetään, jos tilaus on maksun suorittamisen jälkeen vireillä" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Maksuprosessin selittämiseksi ja helpottamiseksi näytettävä viesti" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Maksun olisi oltava joko suora, uudelleenohjautuva tai suoritettava kupongin" +" avulla." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Nykyisen maksutavan ensisijainen maksutapa, jos jälkimmäinen on tuotemerkki.\n" +"Esimerkiksi \"Luottokortti\" on korttimerkin \"VISA\" ensisijainen maksutapa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Palveluntarjoajan pääsytunnisteen viite." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Tapahtuman palveluntarjoajan viite" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Maksulomakkeessa näkyvä muutettu kokoinen kuva." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Reitti, jolle käyttäjä ohjataan tapahtuman jälkeen" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Asiaan liittyvien alemman tason tapahtumien lähdetapahtuma" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Tämän maksutavan tekninen koodi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Tämän maksupalveluntarjoajan tekninen koodi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Malli, joka renderöi lomakkeen, joka lähetetään käyttäjän " +"uudelleenohjaamiseksi maksun suorittamisen yhteydessä" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Malli, joka renderöi pikamaksutapojen lomakkeen." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "Malli, joka renderöi rivimaksulomakkeen suoraa maksua tehtäessä" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Malli, joka renderöi inline-maksulomakkeen, kun maksu suoritetaan " +"tunnisteella." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Viitteellä %(ref)s suoritetussa tapahtumassa %(amount)s tapahtui virhe " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Viitteellä %(ref)s oleva tapahtuma %(amount)s on hyväksytty " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Viitteellä %(ref)s tehty tapahtuma %(amount)s on vahvistettu " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Tapahtumia ei ole esitetty" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Pääsytunnistetta ei ole vielä luotu." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Mitään ei tarvitse maksaa." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Ei ole mitään maksettavaa." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Tämä toiminto arkistoi myös %s-tunnukset, jotka on rekisteröity tähän " +"maksutapaan. Merkkien arkistointi on peruuttamaton." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Tämä toiminto arkistoi myös %s-tunnisteet, jotka on rekisteröity tähän " +"palveluntarjoajaan. Merkkien arkistointi on peruuttamaton." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Tällä säädetään, voivatko asiakkaat tallentaa maksutapojaan maksutunnisteiksi.\n" +"Maksutunniste on anonyymi linkki maksutavan tietoihin, jotka on tallennettu osoitteeseen\n" +"palveluntarjoajan tietokantaan, jolloin asiakas voi käyttää sitä uudelleen seuraavassa ostoksessa." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Määrittää, voivatko asiakkaat käyttää pikamaksutapoja. Pikakassan avulla " +"asiakkaat voivat maksaa Google Paylla ja Apple Paylla, joista kerätään " +"osoitetiedot maksun yhteydessä." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Tällä kumppanilla ei ole sähköpostia, mikä voi aiheuttaa ongelmia joidenkin maksupalvelujen tarjoajien kanssa.\n" +" Tälle kumppanille on suositeltavaa määrittää sähköpostiosoite." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Tämä maksutapa tarvitsee vastaavan osapuolen; sinun on ensin otettava " +"käyttöön tätä menetelmää tukeva maksupalveluntarjoaja." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Tämä tapahtuma on vahvistettu sen osittaisen tallentamisen ja osittaisen " +"mitätöinnin jälkeen (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Pääsytunnisteen Inline lomakkeen malli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenisointi on tuettu" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Pääsykooditunnisteen luonti (tokenisointi) on prosessi, jossa maksutiedot " +"tallennetaan pääsytunnisteeksi (token). Tätä voidaan myöhemmin käyttää " +"uudelleen ilman, että maksutietoja tarvitsee syöttää uudelleen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Tapahtuma" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Seuraavat maksupalveluntarjoajat eivät tue tapahtumien valtuutusta: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tuettu maksupalautustyyppi" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Yhteyttä palvelimeen ei saada. Ole hyvä ja odota." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Julkaisematon" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Päivitä" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Maksutavan vahvistus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Mitätön jäljellä oleva määrä" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Mitätön kauppa" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Varoitus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Varoitusviesti" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Varoitus!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Emme löydä maksuasi, mutta älä huoli." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Käsittelemme maksuasi. Ole hyvä ja odota." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Luodaanko maksutapahtuman jälkikäsittelyn yhteydessä maksutunniste" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Tukeeko kunkin tapahtuman palveluntarjoaja osittaista tallentamista." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Onko takaisinkutsu jo suoritettu" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Onko palveluntarjoaja näkyvissä verkkosivustolla vai ei. Tunnisteet pysyvät " +"toiminnassa, mutta ne näkyvät vain hallintalomakkeissa." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Tilisiirto" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Maksupalveluntarjoajaa %s ei voi poistaa, vaan se on poistettava käytöstä " +"tai asennettava pois." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Et voi julkaista käytöstä poistettua palveluntarjoajaa." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Sinulla ei ole pääsyä tähän maksutunnukseen." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Saat sähköpostiviestin, jossa vahvistetaan maksusi muutaman minuutin " +"kuluessa." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Maksusuorituksesi on hyväksytty." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Maksusi on peruutettu." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Maksusi on käsitelty onnistuneesti, mutta se odottaa hyväksyntää." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Maksusi on onnistuneesti käsitelty." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Maksuasi ei ole vielä käsitelty." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Postinumero" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postinumero" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "vaara" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "lisätietoa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "maksutapa" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "maksu: jälkikäsittelyn jälkeiset maksutapahtumat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "toimittaja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "onnistui" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"jotta tämä maksu\n" +" voidaan tehdä." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "varoitus" diff --git a/i18n/fo.po b/i18n/fo.po new file mode 100644 index 0000000..2ab110d --- /dev/null +++ b/i18n/fo.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"Language: fo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Strika" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Fyritøka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Byrjað av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Byrjað tann" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kundi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Vís navn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Bólka eftir" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Seinast dagført av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Seinast dagført tann" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..69d0cd2 --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,2387 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Jolien De Paepe, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jolien De Paepe, 2024\n" +"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Données récupérées" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Veuillez effectuer un paiement sur le compte suivant :

  • " +"Banque : %s
  • Numéro de compte : %s
  • Titulaire du compte : " +"%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Ces propriétés sont définies pour\n" +" correspondre au comportement des fournisseurs et de leur intégration avec\n" +" Odoo concernant ce mode de paiement. Toute modification peut entraîner des erreurs\n" +" et doit d'abord être testée sur une base de données de test." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Configurer un fournisseur de " +"paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Activer les modes de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Enregistrer mes données de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Non publié" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Publié" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Modes de paiement enregistrés" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Tous les pays sont pris en charge.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Toutes les devises sont prises en charge.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Sécurisé par" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Comment configurer votre compte " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Vos modes de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Aucun mode de paiement approprié n'a pu être trouvé.
\n" +" Si vous pensez qu'il s'agit d'une erreur, veuillez contacter\n" +" l'administrateur du site web." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Avertissement ! Une capture partielle est en attente. Veuillez patienter\n" +" jusqu'à ce qu'elle soit traitée. Vérifiez la configuration de votre fournisseur de paiement si\n" +" la capture est toujours en attente après quelques minutes." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Avertissement ! Vous ne pouvez pas capturer un montant négatif ou un montant supérieur\n" +" à" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Avertissement La création d'un fournisseur de paiement à partir du bouton CRÉER n'est pas prise en charge.\n" +" Veuillez plutôt utiliser l'action Dupliquer." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Avertissement Assurez-vous d'être connecté comme\n" +" le bon partenaire avant d'effectuer ce paiement." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Avertissement La device est manquante ou incorrecte." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Avertissement Vous devez vous connecter pour procéder au " +"paiement." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Une demande de remboursement de %(amount)s a été envoyée. Le paiement sera " +"effectué sous peu. Référence du remboursement : %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Un jeton ne peut pas être désarchivé une fois qu'il a été archivé." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"Une transaction avec la référence %(ref)s a été initiée (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Une transaction avec la référence %(ref)s a été initiée pour enregistrer un " +"nouveau mode de paiement (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Une transaction avec la référence %(ref)s a été initiée en utilisant le mode" +" de paiement %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Compte" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Numéro de compte" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Actif" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresse" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Autoriser le paiement rapide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Autoriser l'enregistrement des modes de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Déjà capturé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Déjà annulé" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Montant" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Montant maximum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Montant à capturer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Une erreur est survenue lors du traitement de votre paiement." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Appliquer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivé" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Êtes-vous sûr de vouloir supprimer ce mode de paiement ?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Êtes-vous sûr de vouloir annuler la transaction autorisée ? Cette action ne " +"peut pas être annulée." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Message autorisé" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorisé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Montant autorisé" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilité" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Modes disponibles" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banque" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nom de la banque" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Marques" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Modèle du document de rappel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Rappel effectué" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hachage de rappel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Méthode de rappel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID de l'enregistrement de rappel" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Annuler" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Annulé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Message annulé" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Impossible de supprimer le mode de paiement" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Impossible d'enregistrer le mode de paiement" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Capturer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capturer le montant manuellement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capturer la transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capturez le montant depuis Odoo quand la livraison est effectuée.\n" +"Utilisez-le si vous voulez débiter les cartes de vos clients uniquement quand\n" +"vous êtes sûr de pouvoir leur livrer la marchandise." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transactions enfants" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transactions enfants" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Choisissez un mode de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Choisir un autre mode " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Ville" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Fermer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Code" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Couleur" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Sociétés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Société" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuration" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmer la suppression" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmé" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Module correspondant" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Pays" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Pays" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Créer un jeton" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Créer un nouveau fournisseur de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" +"La création d'une transaction à partir d'un jeton archivé est interdite." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Identifiants" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Carte de crédit et de débit (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Devises" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Devise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instructions de paiement personnalisées" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Client" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Définissez l'ordre d'affichage" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Démo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Désactivé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nom d'affichage" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Message fait" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Brouillon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Activé" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Entreprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Erreur" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Erreur : %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Modèle de formulaire de paiement rapide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Paiement rapide pris en charge" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Le paiement rapide permet aux clients de payer plus rapidement en utilisant " +"un mode de paiement qui fournit toutes les informations nécessaires à la " +"facturation et à l'expédition, permettant ainsi de sauter le processus de " +"paiement." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Intégral uniquement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Générer un lien de paiement" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Générer le lien de paiement des ventes" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Générer et copier le lien de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Aller à mon compte " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Regrouper par" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Routage HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "A des enfants en brouillon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "A un montant restant" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Le paiement a été post-traité" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Message d'aide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Veuillez nous contacter si le paiement n'a pas été confirmé." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Image" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"En mode test, un faux paiement est traité via une interface de paiement test.\n" +"Ce mode est conseillé lors de la configuration du fournisseur." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Modèle de formulaire inline" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Statut de l'installation" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installé" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Erreur interne du serveur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Le montant à capturer est-il valide ?" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Est post-traitée" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Mode de paiement primaire" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Ceci est actuellement lié aux documents suivants :" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Route d'atterrissage" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Langue" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Date du dernier changement de statut" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Mis à jour par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Mis à jour le" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Allons-y" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Il est impossible de soumettre une demande au fournisseur, parce que le " +"fournisseur est désactivé." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gérer vos modes de paiement" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuelle" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Capture manuelle prise en charge" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Montant maximum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Capture maximale autorisée" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Message" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Messages" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Mode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nom" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Aucun fournisseur n'est défini" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Aucun mode de paiement manuel n'est trouvé pour cette entreprise. Veuillez-" +"en créer un depuis le menu Fournisseur de paiement." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Aucun mode de paiement trouvé pour vos fournisseurs de paiement." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Aucun jeton ne peut être assigné au partenaire public." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Module Enterprise Odoo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Paiement hors ligne par jeton" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Étape du parcours d'intégration" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Image de l'étape du parcours d'intégration" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Paiements en ligne" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Paiement direct en ligne" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Paiement en ligne par jeton" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Paiement en ligne avec redirection" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Seul les administrateurs peuvent accéder à ces données." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Seules les transactions autorisées peuvent être annulées." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Seules les transactions confirmées peuvent être remboursées." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Opération" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Opération non prise en charge." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Autre" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Autres modes de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Jeton d'Identité PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Partiel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partenaire" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nom du partenaire" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Payer" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Assistant de capture de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Détails du paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Suivi du Paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulaire de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instructions de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Lien de paiement" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Mode de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Code du mode de paiement" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Modes de paiements" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Fournisseur de paiement" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Fournisseurs de paiement" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Jeton de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Nombre de jetons de paiement" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Jetons de paiement" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transaction de paiement" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transactions" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transactions de paiement liées au jeton" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Détails de paiement enregistrés le %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Modes de paiement" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Échec du traitement du paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Fournisseur de paiement" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Assistant d'intégration d'un fournisseur de paiement" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Paiements" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "En attente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Message en attente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Téléphone" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" +"Veuillez vous assurer que %(payment_method)s est pris en charge par " +"%(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Veuillez définir un montant positif." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Veuillez définir un montant inférieur à %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Veuillez passer à la société" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Mode de paiement primaire" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Traité par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Fournisseur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Code du fournisseur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Référence du fournisseur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Fournisseurs" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publié" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motif : %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Modèle du formulaire de redirection" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Référence" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "La référence doit être unique !" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Remboursement" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Le remboursement est une fonctionnalité permettant de rembourser les clients" +" directement à partir du paiement dans Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Remboursements" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Nombre de remboursements" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID du document associé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modèle de document associé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Nécessiter une devise" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Prélèvement SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Enregistrer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Sélectionner des pays. Laisser vide pour autoriser tous les pays." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Pays sélectionnés. Laissez cette case vide pour rendre ceci disponible " +"partout." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Sélectionnez les devises. Laissez vide pour ne pas en restreindre." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" +"Sélectionner des devises. Laisser vide pour autoriser toutes les devises." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Mode de paiement d'intégration sélectionné" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Afficher Autoriser le paiement rapide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Afficher Autoriser la tokenisation" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Afficher Msg Auth" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Afficher Msg annulé" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Afficher les identifiants de la page" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Afficher Msg fait" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Afficher Msg en attente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Afficher Pre Msg" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Passer" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Certaines des transactions que vous voulez capturer ne peuvent être " +"capturées que dans leur intégralité. Traitez les transactions " +"individuellement pour capturer un montant partiel." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Transaction d'origine" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Statut" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Statut" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Étape complétée !" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Prendre en charge la capture partielle" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Pays pris en charge" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Devises prises en charge" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Modes de paiement pris en charge" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Pris en charge par" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Mode test" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Le jeton d'accès n'est pas valide." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Le montant à capturer doit être positif et ne peut être supérieur à %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"L'image de base utilisée pour ce mode de paiement ; au format 64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Les marques des modes de paiement qui seront affichées sur le formulaire de " +"paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Les transactions enfants de la transaction." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "La partie claire des détails de paiement du mode de paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "La couleur de la carte dans la vue kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Le message d'informations complémentaires à propos du statut" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Les pays où ce fournisseur de paiement est disponible. Laissez cette case " +"vide pour le rendre disponible dans tous les pays." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Les devises disponibles avec ce fournisseur de paiement. Laissez vide pour " +"ne pas en restreindre." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Les champs suivants doivent être remplis : %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Les kwargs suivants ne se trouvent pas sur liste blanche : %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "La référence interne de la transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"La liste des pays dans lesquels ce mode de paiement peut être utilisé (si le" +" fournisseur le permet). Dans les autres pays, ce mode de paiement n'est pas" +" disponible pour les clients." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"La liste des devises qui sont prises en charge par ce mode de paiement (si " +"le fournisseur le permet). Lorsque le paiement est effectué dans une autre " +"devise, ce mode de paiement n'est disponible pour les clients." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "La liste des fournisseurs qui prennent en charge ce mode de paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"La devise principale de l'entreprise, utilisée pour afficher les champs " +"monétaires." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Le montant maximum que ce fournisseur de paiement autorise par paiement. " +"Laissez cette case vide pour le rendre disponible pour chaque montant." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Le message affiché si le paiement est autorisé" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Le message affiché si la commande est annulée durant le traitement de " +"paiement" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Le message affiché si la commande est livrée avec succès après le traitement" +" du paiement" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Le message affiché si la commande est en attente après le traitement de " +"paiement" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Le message affiché pour expliquer et aider pendant le processus de paiement" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Le paiement doit soit être direct, avec redirection, soit effectué à l'aide " +"d'un jeton." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Le mode de paiement primaire du mode de paiement actuel, si ce dernier est une marque. \n" +"Par exemple, \"Carte\" est le mode de paiement primaire de la carte de marque \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "La référence fournisseur du jeton de la transaction." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "La référence du fournisseur de la transaction" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "L'image redimensionnée affichée sur le formulaire de paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "La route à laquelle l'utilisateur est redirigée après la transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "La transaction d'origine des transactions enfants connexes" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Le code technique de ce mode de paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Le code technique de ce fournisseur de paiement." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Le modèle d'un formulaire afin de rediriger l'utilisateur lorsqu'il fait un " +"paiement" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Le modèle d'un formulaire de paiement rapide." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Le modèle d'un formulaire de paiement inline lors d'un paiement direct" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Le modèle d'un formulaire de paiement inline lors d'un paiement par jeton." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"La transaction avec la référence %(ref)s pour un montant de %(amount)s a " +"rencontrée une erreur (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"La transaction avec la référence %(ref)s pour un montant de %(amount)s a été" +" autorisée (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"La transaction avec la référence %(ref)s pour un montant de %(amount)s a été" +" confirmée (%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Il n'y a aucune transaction à afficher." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Aucun jeton n'a encore été créé." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Il n'y a rien à payer." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Il n'y a rien à payer." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Cette action archivera également %s jetons qui sont enregistrés avec ce mode" +" de paiement. L'archivage de jetons est irréversible." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Cette action archivera également %s jetons qui sont enregistrés pour ce " +"fournisseur. L'archivage de jetons est irréversible." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Ceci permet de contrôler si les clients peuvent enregistrer leurs modes de paiement comme des jetons de paiement.\n" +"Un jeton de paiement est un lien anonyme aux détails du mode de paiement enregistré dans \n" +"la base de donnée du fournisseur, permettant au client de le réutiliser pour un achat suivant." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Ceci permet de contrôler si les clients peuvent utiliser des modes de " +"paiement rapides. Le paiement rapide permet aux clients de payer avec Google" +" Pay et Apple Pay dont les coordonnées sont recueillies au paiement." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Ce partenaire n'a pas d'email, ce qui pourrait poser problème à certains fournisseurs de paiement. \n" +"Il est recommandé de configurer un email pour ce partenaire." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Ce mode de paiement a besoin d'un complice ; vous devez d'abord activer un " +"fournisseur de paiement prenant en charge ce mode de paiement." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Cette transaction a été confirmée à la suite du traitement de ses " +"transactions de capture partielle et d'annulation partielle (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Modèle de formulaire de jeton inline" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenisation prise en charge" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"La tokenisation est le processus d'enregistrement les données de paiement " +"sous la forme d'un jeton qui peut être réutilisé ultérieurement sans qu'il " +"ne soit nécessaire de saisir à nouveau les données de paiement." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transaction" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"L'autorisation de transaction n'est pas proposée par les fournisseurs de " +"paiement suivants : %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Type de remboursements pris en charge" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Impossible de contacter le serveur. Veuillez patienter." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Non publié" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Mettre à niveau" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validation du mode de paiement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Annuler le montant restant" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Annuler la transaction" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Avertissement" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Message d'avertissement" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Avertissement !" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" +"Nous ne sommes pas en mesure de trouver votre paiement, mais ne vous " +"inquiétez pas." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Nous traitons votre paiement. Veuillez patienter." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Si un jeton de paiement devrait être créé lors du post-traitement de la " +"transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" +"Si le fournisseur de chaque transaction prend en charge la capture " +"partielle." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Si le rappel a déjà été exécuté" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Si le fournisseur est visible ou non sur le site web. Les jetons restent " +"fonctionnels, mais sont uniquement visibles sur les formulaires de gestion." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Virement bancaire" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Vous ne pouvez pas supprimer le fournisseur de paiement %s ; désactivez-le " +"ou désinstallez-le plutôt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Vous ne pouvez pas publier un fournisseur désactivé." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Vous n'avez pas accès à ce jeton de paiement." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Vous devriez recevoir un email confirmant votre paiement dans quelques " +"minutes." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Votre paiement a été autorisé." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Votre paiement a été annulé." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Votre paiement a été traité avec succès mais est en attente d'approbation." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Votre paiement a été traité avec succès." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Votre paiement n'a pas encore été traité." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Code postal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Code postal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "danger" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "mode de paiement" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "paiement : post-traitement des transactions" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "fournisseur" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "succès" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"pour effectuer ce\n" +"paiement." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "avertissement" diff --git a/i18n/fr_BE.po b/i18n/fr_BE.po new file mode 100644 index 0000000..da15f78 --- /dev/null +++ b/i18n/fr_BE.po @@ -0,0 +1,2313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2015-11-18 13:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n" +"Language: fr_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Actif" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresse" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Montant" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Société" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grouper par" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Derniere fois mis à jour par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Dernière mis à jour le" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Message" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Messages" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nom" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partenaire" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Statut" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/fr_CA.po b/i18n/fr_CA.po new file mode 100644 index 0000000..9a0b5cc --- /dev/null +++ b/i18n/fr_CA.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Devise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Client" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grouper par" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "Identifiant" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partenaire" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Statut" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/gl.po b/i18n/gl.po new file mode 100644 index 0000000..cd89998 --- /dev/null +++ b/i18n/gl.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Compañía" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creado o" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moeda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/gu.po b/i18n/gu.po new file mode 100644 index 0000000..f36dc80 --- /dev/null +++ b/i18n/gu.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Qaidjohar Barbhaya, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Qaidjohar Barbhaya, 2023\n" +"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n" +"Language: gu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Account" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Account Number" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Active" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "સરનામું" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Amount" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Apply" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archived" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Availability" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Close" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Code" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Companies" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Company" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuration" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "દેશો" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Country" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Created on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Currency" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Customer" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Disabled" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Done" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Draft" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "ભૂલ" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "From" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Group By" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "ચિત્ર" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Just done" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Language" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "સંદેશ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Messages" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Method" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Name" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Not done" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "બરાબર" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Other" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Partial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partner Name" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Payment Method" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Payments" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "અધુરુ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "ફોન" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Reference" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Refund" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Refunds" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Related Document ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Related Document Model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequence" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Warning" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "ચેતવણી!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..651c281 --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,2257 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# MichaelHadar, 2023 +# Netta Waizer, 2023 +# yacov mosbacher , 2023 +# Leandro Noijovich , 2023 +# Jonathan Spier, 2023 +# דודי מלכה , 2023 +# שהאב חוסיין , 2023 +# NoaFarkash, 2023 +# ExcaliberX , 2023 +# Ha Ketem , 2023 +# Amit Spilman , 2023 +# Moshe Flam , 2023 +# Lilach Gilliam , 2023 +# Yihya Hugirat , 2023 +# Martin Trigaux, 2023 +# ZVI BLONDER , 2023 +# yael terner, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: yael terner, 2024\n" +"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "הנתונים נאספו" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

אנא בצע תשלום ל:

  • בנק: %s
  • מספר החשבון: " +"%s
  • בעל החשבון: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " הגדר ספק תשלומים" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "אמצעי תשלום שמורים" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "אזהרה המטבע אינו תקין או חסר." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "אזהרה עליך להכנס למערכת כדי לשלם." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "חשבון" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "מספר חשבון" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "הפעל" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "פעיל" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "כתובת" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "לאפשר שמירת אמצעי תשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "סכום כולל" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "סכום מקסימלי" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "החל" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "בארכיון" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "באמת ברצונך למחוק את אמצעי התשלום הזה?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "האם אתה בטוח שברצונך לבטל את העסקה המורשית? לא ניתן לבטל פעולה זו." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "אשר הודעה" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "מורשה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "זמינות" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "אמצעים זמינים" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "בנק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "שם בנק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "מותגים" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "מודל מסמך שיחה חוזרת" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "שיטת שיחה חוזרת" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "בטל" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "בוטל" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "הודעה מבוטלת" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "לכוד סכום ידנית" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "לכוד עסקה" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "בחר אמצעי תשלום" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "עיר" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "סגור" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "קוד" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "צבע" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "חברות" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "חברה" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "תצורה" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "אשר מחיקה" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "מאושר" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "איש קשר" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "מודול מקביל" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "ארצות" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "ארץ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "צור אסימון" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "צור ספק תשלום חדש" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "נוצר על-ידי" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "אישורים" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "מטבעות" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "מטבע" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "הוראות תשלום מותאמות אישית" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "לקוח" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "הגדרת סדר התצוגה" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "הדגמה" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "מושבת" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "שם לתצוגה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "הודעת ביצוע" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "טיוטה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "דוא\"ל" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "מופעל" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "שגיאה" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "שגיאה:%s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "תבנית טופס תשלום מהיר" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "נתמך בקופה מהירה" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "צור קישור לתשלום" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "צור קישור לתשלום מכירות" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "קבץ לפי" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "ניתוב HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "הודעת עזרה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "מזהה" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "אם התשלום לא אושר תוכל ליצור איתנו קשר." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "תמונה" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "תבנית טופס מוטבע" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "להתקין" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "מצב התקנה" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "מותקן" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "שגיאת שרת פנימית" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "שיטת תשלום ראשית" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "האם זה מקושר למסמכים הבאים:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "מסלול נחיתה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "שפה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "תאריך שינוי המדינה האחרון" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על-ידי" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "עדכון אחרון ב" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "בוא נעשה את זה" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "נהל את אמצעי התשלום שלך" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "ידני" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "כמות מקסימלית" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "הודעה" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "הודעות" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "אמצעי תשלום" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "שם" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "לא נמצאו אמצעי תשלום עבור ספקי התשלום שלך." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo מודול ארגוני" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "תשלומים לא-מקוונים עם אסימון/טוקן" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "תשלומים מקוונים" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "תשלום מקוון וישיר" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "תשלומים מקוונים לפי טוקן/אסימון" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "תשלומים מקוונים עם הפניה" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "רק מנהלי מערכת יכולים לגשת לנתונים אלה." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "פעולה" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "אחר" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "אסימון מזהה PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "חלקי" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "לקוח/ספק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "שם לקוח/ספק" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "שלם" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal " + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "פרטי תשלום" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "מעקב תשלום" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "טופס תשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "הוראות תשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "קישור תשלום" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "אמצעי תשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "קוד שיטת תשלום" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "אמצעי תשלום" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "חיבור לתשלומים מקוונים" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "אסימון תשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "אסימוני תשלום" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "עסקת תשלום" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "עסקאות תשלום" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "תשלומים" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "ממתין " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "הודעה ממתינה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "טלפון" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "שיטת תשלום" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "מעובד ע\"י" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "ספק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "קוד ספק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "הפניה לספק" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "ספקים" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "פורסם" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "סיבה: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "תבנית טופס הפנייה" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "מזהה" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "מזהה חייב להיות ייחודי!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "החזר כספי" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "החזרים כספיים" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "מס' החזרים" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "מזהה מסמך קשור" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "דגם מסמך קשור" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "מטבע נדרש" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "חיוב ישיר של SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "שמור" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "רצף" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "הצג אפשר יציאה מהירה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "הצגת הודעת ביטול" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "דלג" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "עסקת מקור" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "מדינה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "סטטוס" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "שלב הושלם!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "מדינות נתמכות" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "מטבעות נתמכים" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "שיטות תשלום נתמכות" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "מצב בדיקה" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "יש למלא את השדות הבאים: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "העברה עם המזהה %(ref)s על סך %(amount)s אושרה ( %(provider_name)s)" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "אין עסקאות להציג" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "לא נוצרו אסימונים עדיין" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "אין על מה לשלם." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "טוקניזציה נתמכת" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "עסקה" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "תמיכה בסוג זיכוי" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "לא פורסם" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "שדרג" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "אימות אמצעי התשלום" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "עסקה מבוטלת" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "אזהרה" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "הודעת אזהרה" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "אזהרה!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "איננו מצליחים למצוא את התשלום שלך, אך אל דאגה." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "העברה בנקאית" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "עליך לקבל דוא\"ל המאשר את התשלום שלך תוך מספר דקות." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "התשלום שלך אושר." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "התשלום שלך בוטל." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "התשלום שלך עבר עיבוד בהצלחה אך הוא ממתין לאישור." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "מיקוד" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "מיקוד" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/hi.po b/i18n/hi.po new file mode 100644 index 0000000..172ceb7 --- /dev/null +++ b/i18n/hi.po @@ -0,0 +1,2317 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2015-09-08 06:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Hindi (http://www.transifex.com/odoo/odoo-9/language/hi/)\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"#-#-#-#-# hi.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"#-#-#-#-# hi.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "सक्रिय" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "रद्द" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "बंद" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "संस्था" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "कॉन्फ़िगरेशन" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "देश" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "हो गया" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "मसौदा" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "ईमेल" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "त्रुटि!" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "संदेश" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "नाम" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "ठीक है" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "साथी" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "संदर्भ" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "अनुक्रम" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "स्थिति" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/hr.po b/i18n/hr.po new file mode 100644 index 0000000..83dc458 --- /dev/null +++ b/i18n/hr.po @@ -0,0 +1,2328 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Stjepan Lovasić , 2022 +# Vojislav Opačić , 2022 +# Đurđica Žarković , 2022 +# Miro Sertić, 2022 +# Ivica Dimjašević , 2022 +# Hrvoje Sić , 2022 +# Igor Krizanovic , 2022 +# Vladimir Vrgoč, 2022 +# Tina Milas, 2022 +# Vladimir Olujić , 2022 +# Davor Bojkić , 2022 +# Karolina Tonković , 2022 +# Martin Trigaux, 2022 +# Bole , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Bole , 2023\n" +"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Podaci dohvaćeni" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "Iznos:" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "Referenca:" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr " Povratak na moj račun" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr " Briši" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Spremljene metode plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Upozorenje Valuta nedostaje ili je netočna." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "UpozorenjeZa plaćanje morate biti prijavljeni. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Jednom kad se arhivira, token nije moguće odarhivirati." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Broj računa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiviraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Dodaj dodatne naknade" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "Omogući Pružatelja naplate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Dozvoli spremanje metoda plaćanja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Servis naplate Amazon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maksimalni iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "Prilikom obrade ovog plaćanja došlo je do greške." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Prilikom obrade vašeg plaćanja došlo je do greške." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Primijeni" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Jeste li sigurni da želite obrisati ovu metodu plaćanja?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "Jeste li sigurni da želite poništiti autoriziranu transakciju? Ova radnja ne može se poništiti." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Autoriziraj poruku" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizirano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Raspoloživost" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Naziv banke" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Odustani" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Otkazano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Zabilježi transakciju" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Odaberi metodu plaćanja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Grad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "Kliknite ovdje za preusmjeravanje na stranicu potvrde." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zatvori" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Šifra" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Boja" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Tvrtke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Tvrtka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Postava" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Potvrdi brisanje" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Odgovarajući modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Države" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Kreiraj token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Kreiraj novog pružatelja naplate" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Akreditiv" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kreditna ili Debitna kartica (Putem Stripe)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "Kreditna kartica (Adyen)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "Kreditna kartica (Authorize)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "Kreditna kartica (Buckaroo)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "Kreditna kartica (Sips)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Prilagođene upute za plaćanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kupac" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Onemogućen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "Odbaciti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "Prikazano kao" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Riješeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Poruka gotova" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Nacrt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-pošta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Omogućeno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Greška" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Naknade" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "Naknade podržane" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Fiksne domaće naknade" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Fiksne međunarodne naknade" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Od" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generiraj link za plaćanje" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generirajte link za plaćanje prodaje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupiraj po" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP usmjeravanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "Ima višestruke pružatelje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Poruka pomoći" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Slika" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instaliraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Status instalacije" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalirano" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Interna pogreška poslužitelja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Upravo završeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jezik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "Upravljanje metodama plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Ručno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Maksimalan iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Poruka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Poruke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "Višestruke opcije plaćanja odabrane" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naziv" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Pružatelj nije postavljen" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "Nijedno plaćanje nije obrađeno." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Nije gotovo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "Nije potvrđeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "U redu" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Online direktno plaćanje" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Online plaćanje tokenom" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Online plaćanje sa preusmjeravanjem" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Samo administratori imaju pristup ovim podacima." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operacija" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Ostalo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT token identiteta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Djelomično" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Ime partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "Plati" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalji plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Plaćanja od" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Upute za plaćanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Poveznica za plaćanje" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Način plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Načini plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Pružatelj usluge naplate" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Pružatelj usluge naplate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "Referenca plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token plaćanja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Broj tokena plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Token plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcija plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transakcija plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Pružatelj naplate" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plaćanja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Na čekanju" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Poruka na čekanju" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "Molimo odaberite opciju plaćanja." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "Molimo odaberite samo jednu opciju plaćanja." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "Molimo pričekajte ..." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Obradio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Davatelj " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "Pružatelji" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "Popis pružatelja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Razlog:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Vezna oznaka" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Odobrenje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Povrati" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Povezani ID dokumenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Povezani model dokumenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "Spremi metodu plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "Spremi moje podatke plaćanja" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvenca" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Greška poslužitelja" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "Greška poslužitelja:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Županija/fed.država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testni način rada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Token pristupa nije ispravan." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Neobjavljeno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Nadogradi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "Potvrđeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Poništi transakciju" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Upozorenje" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Upozorenje!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bankovni nalog" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Nije moguće objaviti onemogućenog pružatelja naplate." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "Biti ćete obaviješteni kad plaćanje bude potvrđeno." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "Biti ćete obaviješteni kad plaćanje bude potpuno potvrđeno." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaše plaćanje je odobreno." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Vaše plaćanje je otkazano." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "Vaša uplata je zaprimljena, ali mora biti ručno potvrđena." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "Vaše plaćanje je uspješno obrađeno, ali čeka na odobrenje." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "Vaše plaćanje je uspješno obrađeno. Hvala!" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Vaše plaćanje još nije obrađeno." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "Vaše plaćanje je u tijeku." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Poštanski broj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Poštanski br." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "opasno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "pružatelj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "prikaži manje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "prikaži više" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "uspješno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "upozorenje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..fc6e5ae --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,2246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Gergő Kertész , 2023 +# Istvan , 2023 +# Tamás Dombos, 2023 +# Kovács Tibor , 2023 +# Daniel Gerstenbrand , 2023 +# A . , 2023 +# Martin Trigaux, 2023 +# Ákos Nagy , 2023 +# Szabolcs Rádi, 2023 +# gezza , 2023 +# Tamás Németh , 2023 +# sixsix six, 2023 +# krnkris, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: krnkris, 2023\n" +"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Lekért adatok" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Főkönyvi számla" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Bankszámlaszám" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivál" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktív" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Cím" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Összeg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Alkalmaz" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivált" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Biztosan szeretné érvényteleníteni a jóváhagyott tranzakciót? Ezt az akciót " +"nem lehet visszavonni." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Elérhetőség" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bank neve" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Töröl" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Visszavonva" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Tranzakció rögzítése" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Válasszon fizetési módot" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Város" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Bezárás" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kód" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Szín" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Vállalatok" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Vállalat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguráció" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Megerősített" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kapcsolat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Országok" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Ország" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Megbízók" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Pénznemek" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Pénznem" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Egyéni fizetési utasítások" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Vevő" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Minta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Kikapcsolva" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Megjelenített név" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Kész üzenet" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Piszkozat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Engedélyezve" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Hiba" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Értékesítési fizetési link generálása" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Csoportosítás" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP irányítás" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Segítség üzenet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "Azonosító" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Kép" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Teszt módban egy nem valós tranzakció kerül feldolgozásra teszt fizetési interfészen.\n" +"Használata javasolt a szolgáltató beállítása során." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Telepítés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Telepített" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Belső szerverhiba" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Nyelv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Frissítette" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Frissítve" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Csináljuk" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Fizetési módjainak kezelése" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuális" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Üzenet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Üzenetek" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Módszer" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Név" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Vállalati Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Beléptetési lépés" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Csak adminisztrátorok férhetnek hozzá ehhez az adathoz." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Művelet" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Egyéb" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Részleges" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partner neve" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Fizetés" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Fizetési művelet részletei" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Fizetési útmutató" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Fizetési mód" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Fizetési módok" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Fizetési szolgáltató" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Fizetési szolgáltatók" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Fizetési tokenek" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Fizetési tranzakció" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Fizetési tranzakciók" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Fizetések" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Függő" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Függőben lévő üzenet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Feldolgozta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Szolgáltató" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Szolgáltatók" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Közzétett" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Hivatkozás" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Visszatérítés" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Visszatérítések" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Visszatérítések száma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Kapcsolódó dokumentum azonosító" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Vonatkozó dokumentum modell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Mentés" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sorszám" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips fizetés" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Kihagy" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Állapot" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Státusz" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Teszt mód" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Érvénytelen hozzáférési token" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Nincs fizetendő tétel" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Tranzakció" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Támogatott visszatérítés típus" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nem közzétett" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Frissít" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Érvénytelen tranzakció" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Figyelmeztetés" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Figyelmeztető üzenet" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Figyelem!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Banki átutalás" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "A fizetés jóváhagyásra került." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "A fizetés törlésre került." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Irányítószám" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Irsz." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/hy.po b/i18n/hy.po new file mode 100644 index 0000000..9e78545 --- /dev/null +++ b/i18n/hy.po @@ -0,0 +1,2313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2015-09-08 06:26+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Armenian (http://www.transifex.com/odoo/odoo-9/language/hy/)\n" +"Language: hy\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Հասցե" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Քաղաք" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Ընկերությունը" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Կոնֆիգուրացիա" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Երկիր" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Տարադրամ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Կատարված է" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "էլ.փոստ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Սխալ" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Պատկեր" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Լեզու" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Հաղորդագրություն" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Անուն" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Գործընկեր" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Հեռ." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Տեղեկատու" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..963ce56 --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,2368 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Abe Manyo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Abe Manyo, 2024\n" +"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Tanggal Diambil" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Mohon buat pembayaran ke:

  • Bank: %s
  • Nomor Akun: " +"%s
  • Pemilik Akun: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +"Properti-properti ditetapkan agar\n" +" cocok dengan perilaku penyedia dan integrasi mereka dengan\n" +" Odoo mengenai metode pembayaran ini. Perubahan apapun dapat menghasilkan error\n" +" dan harus diperiksa pada database testing terlebih dahulu." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Konfigurasikan penyedia pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Aktifkan Metode Pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Simpan detail pembayaran saya" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Belum diterbitka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Diterbitkan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Metode Pembayaran Tersimpan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Semua negara didukung.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Semua mata uang didukung.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Diamankan oleh" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Bagaimana cara mengonfigurasi akun " +"PayPal Anda" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Metode pembayaran Anda" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Tidak ada metode pembayaran yang dapat ditemukan.
\n" +" Bila Anda percaya ini merupakan error, mohon hubungi administrator\n" +" website." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Peringatan! Terdapat capture parsial yang pending. Mohon tunggu sebentar\n" +" untuk memproses capture tersebut. Periksa konfigurasi penyedia pembayaran Anda bila\n" +" capture masih pending setelah beberapa menit." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Peringatan! Anda tidak dapat capture jumlah yang negatif atau yang lebih\n" +" dari" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Peringatan Membuat penyedia pembayaran dari tombol BUAT tidak dapat dilakukan.\n" +" Mohon alih-alih gunakan action Duplikat." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Peringatan Pastikan Anda sudah login sebagai\n" +" partner yang benar sebelum melakukan pembayaran ini." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Peringatan Mata uang ini hilang atau tidak benar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Peringatan Anda harus log in untuk membayar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Permintaan refund sejumlah %(amount)s telah dikirim. Pembayaran akan dibuat " +"sebentar lagi. Referensi transaksi refund: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Token tidak dapat diarsip setelah diarsip." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Transaksi dengan referensi %(ref)s telah dimulai (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Transaksi dengan referensi %(ref)s telah dimulai untuk menyimpan metode " +"pembayaran baru (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Transaksi dengan referensi %(ref)s telah dimulai menggunakan metode " +"pembayaran %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Akun" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Nomor Rekening" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktifkan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktif" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Alamat" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Izinkan Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Izinkan Menyimpan Metode Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Sudah Di-capture" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Sudah Dibatalkan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Layanan Amazon Payment" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Jumlah" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Jumlah Maksimum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Jumlah Untuk Di-capture" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Error terjadi saat memproses pembayaran Anda." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Terapkan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Diarsipkan" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Apakah Anda yakin ingin menghapus metode pembayaran ini?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Apakah Anda yakin ingin membatalkan transaksi yang sudah diotorisasi? " +"Tindakan ini tidak dapat dibatalkan." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Otorisasikan Pesan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Diotorisasi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Jumlah yang Diotorisasi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Ketersediaan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Metode-metode yang tersedia" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nama Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Brand" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback Document Model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback Done" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback Method" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Callback Record ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Batal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Dibatalkan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Pesan yang Dibatalkan" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Tidak dapat menghapus metode pembayaran" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Tidak dapat menyimpan metode pembayaran" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Capture" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capture Jumlah secara Manual" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Cetak Transaksi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capture jumlah dari Odoo, saat pengiriman selesai.\n" +"Gunakan ini bila Anda hanya ingin menagih kartu pelanggan Anda saat\n" +"Anda yakin Anda dapat mengirim barang ke mereka." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Child Transactions" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Child transactions" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Pilih metode pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Pilih metode lain " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Kota" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Tutup" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Warna" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Perusahaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Perusahaan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfigurasi" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Konfirmasi Penghapusan" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Dikonfirmasi" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontak" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Modul Terkait" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Negara" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Negara" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Buat Token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Buat penyedia pembayaran baru" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Dilarang membuat transaksi dari token yang diarsip." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Kredensial" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kartu Kredit & Debit (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Mata Uang" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Mata Uang" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instruksi pembayaran custom" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Pelanggan" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Tentukan urutan tampilan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Dinonaktifkan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Pesan Selesai" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Draft" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Diaktifkan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Error!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Templat Formulir Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Mendukung Express Checkout" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Checkout express memungkinkan pelanggan untuk membayar lebih cepat dengan " +"menggunakan metode pembayaran yang menyediakan semua informasi billing dan " +"pengiriman yang dibutuhkan, sehingga memungkinkan untuk melewati proses " +"checkout." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Hanya Penuh" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Buat Link Pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Buat Link Pembayaran Penjualan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Buat dan Salin Link Pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Pergi ke Akun saya " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Dikelompokkan berdasarkan" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "MemilikiDraft Children" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Memiliki Jumlah Tersisa" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Apakah pembayaran sudah di post-process" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Pesan Bantuan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Bila pembayaran belum dikonfirmasi Anda dapat menghubungi kami." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Gambar" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Pada mode testing, pembayaran palsu akan diproses melalui antarmuka pembayaran testing.\n" +"Mode ini disarankan saat sedang set up provider." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Templat Form Inline" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Pasang" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Status Penginstalan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Terpasang" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Error server internal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Apakah Jumlah Untuk Di-capture Valid" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Apakah di Post-Process" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Apakah Metode Pembayaran Utama" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Saat ini di-link ke dokumen-dokumen berikut:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Landing Route" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Bahasa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Tanggal Perubahan Status Terakhir" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Terakhir Diperbarui oleh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Terakhir Diperbarui pada" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Ayo lakukan" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Membuat permintaan ke provider tidak dapat dilakukan karena provider " +"dinonaktifkan." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Kelola metode pembayaran Anda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Manual Capture Didukung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Jumlah Maksimum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Jumlah Maksimum Capture yang Diizinkan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Pesan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Pesan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nama" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Tidak Ada Provider yang Ditetapkan" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Tidak ada metode pembayaran manual yang dapat ditemukan untuk perusahaan " +"ini. Mohon buat satu metode dari menu Penyedia Pembayaran." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" +"Tidak ada metode pembayaran yang ditemukan untuk penyedia pembayaran Anda." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Tidak ada token yang dapat ditetapkan ke mitra publik." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Modul Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Pembayaran offline menggunakan token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Langkah Onboarding" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Gambar Langkah Onboarding" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pembayaran Online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pembayaran langsung online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pembayaran online menggunakan token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pembayaran online dengan pengalihan" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Hanya administrator yang dapat mengakses data ini." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Hanya transaksi yang diotorisasi yang dapat dibatalkan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Hanya transaksi yang dikonfirmasi yang dapat di-refund." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operasi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operasi tidak didukung." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Lainnya" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Metode pembayaran lainnya" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token Identitas PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Sebagian" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Rekanan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nama Rekanan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Bayar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Wizard Capture Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detail Pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Followup Pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulir Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instruksi Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Link Pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metode Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Kode Metode Pembayaran" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Metode-Metode Pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Penyedia Pembayaran" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Penyedia Pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token Pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Jumlah Token Pembayaran" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Token Pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transaksi Tagihan" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transaksi Tagihan" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transaksi Pembayaran yang di-Link ke Token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Detail pembayaran disimpan pada %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Metode pembayaran" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Pemrosesan pembayaran gagal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Penyedia pembayaran" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Wizard onboarding penyedia pembayaran" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pembayaran" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Ditunda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Pesan Tertunda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telepon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Pastikan bahwa %(payment_method)s didukung oleh %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Mohon tetapkan jumlah positif." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Mohon tetapkan jumlah yang lebih sedikit dari %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Mohon ganti ke perusahaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Metode Pembayaran Utama" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Diproses oleh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Pemberi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Kode Penyedia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referensi Provider" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Penyedia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Terpublikasi" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Alasan: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Templat Formulir Pengalihan" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referensi" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referensi harus unik!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Pengembalian Dana" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Refund adalah fitur yang memungkinkan untuk mengembalikkan uang pelanggan " +"langsung dari pembayaran di Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Pengembalian" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Perhitungan Refund" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID Dokumen Terkait" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Model Dokumen Terkait" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Membutuhkan Mata Uang" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Direct Debit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Simpan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Pilih negara. Biarkan kosong untuk mengizinkan semua negara." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Pilih negara. Biarkan kosong untuk membuatnya tersedia untuk diseluruh " +"dunia." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" +"Pilih mata uang. Biarkan kosong untuk tidak membatasi mata uang apapun." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Pilih mata uang. Biarkan kosong untuk mengizinkan semua mata uang." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Metode pembayaran onboarding terpilih" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Urutan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Tunjukkan Izinkan Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Tunjukkan Izinkan Tokenisasi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Tunjukkan Otorisasikan Pesan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Tunjukkan Batalkan Pesan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Tunjukkan Halaman Credential" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Tunjukkan Pesan Selesai" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Tunjukkan Pesan Pending" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Tunjukkan Pra Pesan" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "" +"

Jika Anda tidak memberikan kontribusi atau mengembangkan di Odoo, " +"melewati halaman ini.

" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Beberapa transaksi yang Anda ingin capture hanya dapat di-capture secara " +"penuh. Kelola transaksi secara individu untuk melakukan capture pada jumlah " +"yang parsial." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Sumber Transaksi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Langkah Selesai!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Mendukung Capture Parsial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Negara-negara yang Didukung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Mata Uang yang Didukung" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Metode Pembayaran yang Didukung" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Didukung oleh" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Mode Testing" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Token akses tidak valid." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Jumlah untuk di-capture harus positif dan tidak boleh lebih besar dari %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"Gambar dasar yang digunakan untuk metode pembayaran ini; dalam format 64x64 " +"px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Brand metode pembayaran yang akan ditampilkan pada formulir pembayaran." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Anak transaksi dari transaksi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Bagian jelas dari detail pembayaran metode pembayaran." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Warna kartu di tampilan kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Pesan informasi pelengkap mengenai status" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Negara-negara di mana penyedia pembayaran ini tersedia. Biarkan kosong untuk" +" membuatnya tersedia di semua negara." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Mata uang yang tersedia dengan metode pembayaran ini. Biarkan kosong untuk " +"tidak membatasi mata uang apapun." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Field-field berikut harus diisi: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Kwarg berikut tidak di-whitelist: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Referensi internal transaksi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Daftar negara-negara di mana metode pembayaran ini dapat digunakan (bila " +"penyedia mengizinkannya). Di negara-negara lain, metode pembayaran ini tidak" +" tersedia untuk pelanggan." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"Daftar mata uang yang mana didukung oleh metode pembayaran ini (bila " +"penyedia mengizinkannya). Saat membayar dengan mata uang lain, metode " +"pembayaran ini tidak tersedia untuk pelanggan." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Daftar penyedia yang mendukung metode pembayaran ini." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Mata uang utama perusahaan ini, digunakan untuk menampilkan field moneter." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Jumlah pembayaran maksimum yang provider pembayaran ini dapat berikan. " +"BIarkan kosong untuk jumlah maksimum yang tidak terhingga." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Pesan yang ditampilkan bila pembayaran diotorisasi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Pesan yang ditampilkan bila order dibatalkan pada proses pembayaran" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Pesan yang ditampilkan bila order sukses dilakukan setelah proses pembayaran" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "Pesan yang ditampilkan bila order pending setelah proses pembayaran" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Pesan yang ditampilkan untuk menjelaskan dan membantu proses pembayaran" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "Pembayaran harus langsung, dengan pengalihan, atau dibuat oleh token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Metode pembayaran utama dari metode pembayaran saat ini, bila yang terakhir adalah brand.\n" +"Contohnya, \"Kartu\" adalah metode pembayaran utama bila brand adalah kartu \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Referensi penyedia dari token transaksi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Referensi provider transaksi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Gambar tampilan yang disesuaikan di formulir pembayaran." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Rute yang user akan dialihkan ke setelah transaksi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Sumber transaksi dari anak transaksi terkait" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "kode teknis untuk metode pembayaran ini." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Kode teknis penyedia pembayaran ini." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Templat yang merender formulir yang dikirim untuk mengalihkan user saat " +"membuat pembayaran" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Tempalt yang merender formulir metode pembayaran express." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Templat yang merender formulir pembayaran inlien saat membuat pembayaran " +"langsung" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Templat yang merender formulir pembayaran inline saat membuat pembayaran " +"dengan token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Transaksi dengan referensi %(ref)s untuk %(amount)s menemukan error " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Transaksi dengan referensi %(ref)s untuk %(amount)s telah diotorisasi " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Transaksi dengan referensi %(ref)s untuk %(amount)s telah dikonfirmasi " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Tidak ada transaksi untuk ditunjukkan" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Belum ada token yang dibuat." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Tidak ada yang perlu dibayar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Tidak ada yang perlu dibayar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Action ini juga akan mengarsip token %s yang didaftarkan dengan metode " +"pembayaran ini. Mengarsip token tidak dapat dibatalkan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Action ini akan juga mengarsip %s token yang terdaftar dengan penyedia ini. " +"Pengarsipan token tidak dapat dibatalkan." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Ini menentukan apakah pelanggan dapat menyimpan metode pembayaran sebagai token pembayaran.\n" +"Token pembayaran adalah link anonim ke detail metode pembayaran yang disimpan di\n" +"database penyedia, mengizinkan pelanggan untuk menggunakan ulang di pembelian berikutnya." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Ini menentukan apakah pelanggan dapat menggunakan metode pembayaran express." +" Express checkout memungkinkan pelanggan untuk membayar dengan Google Pay " +"dan Apple Pay dari mana informasi alamat dikumpulkan pada pembayaran." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Mitra ini tidak memiliki email, yang mungkin bermasalah untuk beberapa penyedia pembayaran.\n" +" Disarankan untuk menetapkan email untuk mitra ini." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Metode pembayaran ini membutuhkan pendamping; Anda harus mengaktifkan " +"penyedia pembayaran yang mendukung metode ini terlebih dahulu." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Transaksi ini telah dikonfirmasi mengikuti pemrosesan capture parisal dan " +"transaksi parsial yang void (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Templat Formulir Inline Token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Mendukung Tokenisasi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Tokenisasi adalah proses menyimpan detail pembayaran sebagai token yang " +"dapat digunakan lagi nanti tanpa harus memasukkan lagi detail pembayaran." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transaksi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Otorisasi transaksi tidak didukung oleh penyedia pembayaran berikut: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipe Refund yang Didukung" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Tidak dapat menghubungi server. Mohon tunggu." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Belum dipublikasikan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Upgrade" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validasi metode pembayaran" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Batalkan Jumlah Tersisa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Batalkan Transaksi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Peringatan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Pesan Peringatan" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Peringatan!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Kita tidak dapat menemukan pembayaran Anda, tapi jangan khawatir." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Kami memproses pembayaran Anda. Mohon tunggu." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Apakah token pembayaran akan dibuat pada saat post-process transaksi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Apakah setiap penyedia transaksi mendukung capture parsial." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Apakah callback sudah dilakukan" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Apakah penyedia terlihat pada website atau tidak. Token akan tetap berfungsi" +" tapi hanya terlihat pada kelola formulir." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transfer rekening" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Anda tidak dapat menghapus penyedia pembayaran %s; nonaktifkan atau " +"uninstal." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Anda tidak dapat menerbitkan penyedia yang dinonaktifkan." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Anda tidak dapat mengakses token pembayaran ini." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Anda harusnya menerima email yang mengonfirmasi pembayaran Anda dalam " +"beberapa menit." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Tagihan Anda telah disahkan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Pembayaran Anda telah dibatalkan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Pembayaran Anda sudah sukses diproses tapi sedang menunggu persetujuan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Pembayaran Anda sukses diproses." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Pembayaran Anda belum diproses." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Kode Pos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Kode Pos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "bahaya" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "metode pembayaran" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pembayaran: transaksi post-process" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "penyedia" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "sukses" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"untuk membuat pembayaran\n" +" ini." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "peringatan" diff --git a/i18n/is.po b/i18n/is.po new file mode 100644 index 0000000..0ea91e7 --- /dev/null +++ b/i18n/is.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Heiðar Sigurðsson, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Heiðar Sigurðsson, 2022\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Bókhaldslykill" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Account Number" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Virkur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Heimilisfang" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Upphæð" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Virkja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banki" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nafn banka" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Hætta við" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Staður" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Loka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Fyrirtæki" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Fyrirtæki" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Uppsetning" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Tengiliður" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Lönd" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Búið til af" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Stofnað þann" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Gjaldmiðill" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Viðskiptavinur" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Lokið" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Tillaga" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Tölvupóstur" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Villa!" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Fees" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "From" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Hópa eftir" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "Auðkenni" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Mynd" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Install" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Tungumál" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Síðast uppfært þann" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Skilaboð" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Skilaboð" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Greiðslumáti" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nafn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Annað" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Viðskipta aðili" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Payment Method" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Greiðslumátar" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Payment Tokens" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Greiðslur" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Í bið" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Sími" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provider" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Ástæða:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Tilvísun" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Runa" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Villa í netþjóni" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Staða" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Aðvörun!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Póstnúmer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Zip" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..620748f --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,2375 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Marianna Ciofani, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Marianna Ciofani, 2024\n" +"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Dati prelevati" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Effettuare un pagamento a:

  • Banca: %s
  • Numero conto: " +"%s
  • Titolare conto: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Queste proprietà sono configurate in\n" +" linea con il comportamento dei fornitori e dell'integrazione con\n" +" Odoo per questo metodo di pagamento. Qualsiasi modifica potrebbe causare errori\n" +" e dovrebbe essere prima testata su database di prova." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Configura un fornitore di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Abilita metodi di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Salva i dettagli del mio pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Non pubblicato" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Pubblicato" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Metodi di pagamento salvati" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Tutte le nazioni supportate.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Tutte le valute supportate.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Garantito da" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Come configurare il tuo account " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "I tuoi metodi di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Non è stato trovato un metodo di pagamento adatto.
\n" +" Se credi che si tratti di un errore, contatta l'amministratore\n" +" del sito." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Attenzione! C'è una cattura parziale in sospeso. Attendi\n" +" che venga elaborata. Controlla le impostazioni del tuo fornitore id pagamento se\n" +" la cattura è ancora in sospeso dopo pochi minuti." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Attenzione! Non è possibile catturare un importo negativo o maggiore\n" +" di" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Avviso La creazione di un fornitore di pagamento dal pulsante CREA non è supportata.\n" +" Ti preghiamo di utilizzare l'azione Duplica." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Attenzione Assicurati di aver effettuato il login come\n" +" partner giusto prima di effettuare questo pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Attenzione La valuta manca o non è corretta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Attenzione Devi essere connesso per poter pagare." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"È stata inviata una richiesta di rimborso di %(amount)s. Il pagamento verrà " +"creato a breve. Riferimento transazione rimborso: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Un token non può essere rimosso dall'archivio una volta archiviato." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"È stata avviata una transazione con riferimento %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"È stata avviata una nuova transazione con riferimento %(ref)s per salvare un" +" nuovo metodo di pagamento (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"È stata avviata una transazione con riferimento %(ref)s utilizzando il " +"metodo di pagamento %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Conto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Numero conto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Attiva" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Attivo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Indirizzo" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Consenti checkout express" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permetti di salvare metodi di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Già catturato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Già annullato" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Servizi di pagamento Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Importo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Importo massimo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Importo da catturare" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Si è verificato un errore durante l'elaborazione del pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Applica" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "In archivio" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Sei sicuro di voler eliminare questo metodo di pagamento?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Annullare veramente la transazione autorizzata? Questa azione non può essere" +" cancellata." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Messaggio di autorizzazione" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizzata" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Importo autorizzato" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilità" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Metodi disponibili" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banca" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nome banca" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Circuiti" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback Document Model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback effetuato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash di richiamata" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Metodo di callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Callback Record ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Annulla" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Annullata" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Messaggio annullato" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Impossibile eliminare il metodo di pagamento" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Impossibile salvare il metodo di pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Cattura" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Registra importo manualmente" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Registra la transazione" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Cattura l'importo da Odoo, quando la consegna è completata.\n" +"Usa questo se vuoi addebitare le carte dei tuoi clienti solo quando\n" +"sei sicuro di poter spedire la merce a loro." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transazioni figlie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transazioni figlie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Scegliere un metodo di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Scegli un altro metodo " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Città" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Chiudi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Codice" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Colore" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Aziende" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Azienda" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configurazione" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Conferma eliminazione" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confermato" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contatto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Modulo corrispondente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Nazioni" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Nazione" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Crea token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Crea un nuovo fornitore di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Data creazione" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Non è possibile creare una transazione da un token archiviato." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credenziali" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Carte di credito e di debito (tramite Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valute" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Istruzioni di pagamento personalizzate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Definisci l'ordine di visualizzazione" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Disabilitato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Messaggio Effettuato" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Bozza" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Abilitato" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Impresa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Errore" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Errore: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Modello modulo checkout express" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Checkout express supportato" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Il pagamento express consente ai clienti di pagare rapidamente utilizzando " +"un metodo di pagamento che fornisce tutte le informazioni relative a fatture" +" e spedizioni evitando il processo di pagamento." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Solo completo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generazione link di pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generazione link di pagamento vendita" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Genera e copia link di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Vai al mio account " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Raggruppa per" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Instradamento HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Figli in bozza" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Ha importo rimanente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Il pagamento è stato post-trattato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Messaggio di aiuto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Se il pagamento non viene confermato è possibile contattarci." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Immagine" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"In modalità di prova, un pagamento finto viene processato attraverso un'interfaccia di pagamento di prova.\n" +"Questa modalità è consigliata quando si configura il fornitore." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Modello modulo inline" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Stato installazione" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installato" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Errore interno del server" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Importo da catturare valido" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "È stato post-trattato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "È il metodo di pagamento primario" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Attualmente è collegato ai seguenti documenti:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Percorso di arrivo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Lingua" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Ultima data di modifica dello stato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Inizia Ora" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Non è possibile fare una richiesta al fornitore perché è disabilitato." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gestisci i metodi di pagamento" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuale" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Acquisizione manuale supportata" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Importo massimo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Importo massimo cattura consentito" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Messaggio" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Messaggi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metodo" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nome" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Nessun fornitore impostato" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Non è stato individuato nessun metodo di pagamento manuale per l'azienda. " +"Creane uno dal menu dei fornitori di pagamento." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Nessun metodo di pagamento trovato per i tuoi fornitori." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Nessun token può essere assegnato al partner pubblico." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Modulo Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Pagamento offline tramite token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Fase formazione iniziale" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Immagine fase integrazione" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pagamenti online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pagamento online diretto" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pagamento online via token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pagamento online con reindirizzamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Dati accessibili solo agli amministratori." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Solo le transazioni autorizzate possono essere annullate." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Solo le transazioni confermate possono essere rimborsate." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operazione" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operazione non supportata." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Altro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Altri metodi di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token di identità PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parziale" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nome partner" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Paga" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Procedura guidata cattura pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Dettagli di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Controllo pagamenti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Modulo di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Istruzioni di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Link di pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metodo di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Codice metodo di pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Metodi di pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Fornitore di pagamenti" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Fornitori di pagamenti" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Conteggio token di pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Token di pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transazione di pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transazioni di pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transazioni di pagamento legate al token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Dettagli di pagamento salvati il %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Metodo di pagamento" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Elaborazione del pagamento non riuscita" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Fornitore di pagamenti" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Procedura guidata attivazione fornitore di pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagamenti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "In sospeso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Messaggio d'Attesa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefono" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Assicurati che %(payment_method)s sia supportato da %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Imposta un valore positivo." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Imposta un importo inferiore a %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Passa all'azienda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Metodo di pagamento primario" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Elaborato da" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Fornitore" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Codice fornitore" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Riferimento fornitore" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Fornitori" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Pubblicato" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motivo: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Reindirizzamento del template del modulo" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Riferimento" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Il riferimento deve essere univoco!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Note di credito" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Il rimborso è una funzionalità che permette di rimborsare i clienti " +"direttamente dal pagamento in Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Note di credito" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Conteggio rimborsi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID documento collegato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modello documento collegato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Richiede una valuta" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Addebito diretto SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Salva" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Seleziona le nazioni. Lascia vuoto per autorizzare qualsiasi." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Seleziona le nazioni. Lascia vuoto se disponibile ovunque." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Seleziona le valute. Lascia vuoto per non applicare restrizioni." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Seleziona le valute. Lascia vuoto per autorizzare qualsiasi." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Metodo selezionato di attivazione del pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequenza" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Mostra consenti checkout express" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Mostra consenti tokenizzazione" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Mostra msg aut" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Mostra msg ann." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Mostra la pagina delle credenziali" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Mostra msg fatto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Mostra msg in sospeso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Mostra msg prec." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Salta" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Alcune delle transazioni che vuoi catturare non possono essere catturate " +"parzialmente. Gestisci le transazioni singolarmente per catturare un importo" +" parziale." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Transazione di origine" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Stato" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Passaggio completato!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Supporta cattura parziale" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Paesi supportati" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Valute supportate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Metodi di pagamento supportati" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Supportato da" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Modalità test" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Il token di accesso non è valido." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"L'importo da catturare deve essere positivo e non può essere superiore a %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"L'immagine di base utilizzata per questo metodo di pagamento in formato " +"64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"I circuiti dei metodi di pagamento che verranno mostrati nel modulo di " +"pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Transazioni figlie della transazione." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Parte chiara dei dettagli di pagamento del metodo di pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Il colore della carta nella vista kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Il messaggio informativo complementare sullo stato" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Paesi in cui è disponibili questo fornitore di pagamento. Non compilare il " +"campo se disponibile in tutti i paesi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Valute disponibili per questo fornitore di pagamento. Lascia vuoto se non " +"vuoi applicare restrizioni." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "I seguenti campi devono essere compilati: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "I seguenti kwarg non sono tra i consentiti: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Il riferimento interno della transazione" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"L'elenco di nazioni in cui è possibile utilizzare questo metodo di pagamento" +" (se il fornitore lo permette). In altre nazioni, il metodo di pagamento non" +" è disponibile per i clienti." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"L'elenco di valute supportate da questo metodo di pagamento (se il fornitore" +" lo consente). Quando il pagamento viene effettuato in un'altra valuta " +"questo metodo di pagamento non è disponibile per i clienti." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Elenco dei fornitori che supportano questo metodo di pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"La valuta principale dell'azienda, utilizzata per visualizzare i campi " +"monetari." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"L'importo massimo che il fornitore di pagamento permette di pagare. Non " +"compilare il campo per rendere il fornitore disponibile per qualsiasi " +"importo." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Il messaggio mostrato se il pagamento è autorizzato" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Il messaggio visualizzato se l'ordine viene annullato durante il processo di" +" pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Il messaggio visualizzato se l'ordine è stato fatto con successo dopo il " +"processo di pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Il messaggio visualizzato se l'ordine è in sospeso dopo il processo di " +"pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Il messaggio visualizzato per spiegare e aiutare il processo di pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Il pagamento dovrebbe essere diretto, con reindirizzamento, o fatto con un " +"token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Il metodo di pagamento primario del presente metodo di pagamento, se quest'ultimo è un circuito.\n" +"Ad esempio, \"Carta\" è il metodo di pagamento primario del circuito \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Il riferimento del fornitore del token della transazione." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Il riferimento del fornitore della transazione" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Immagine ridimensionata visualizzata nel modulo di pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Il percorso a cui l'utente viene reindirizzato dopo la transazione" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "La transazione di origine delle relative transazioni figlie." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Codice tecnico del fornitore di pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Codice tecnico del fornitore di pagamenti." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Il modello che rende un modulo presentato per reindirizzare l'utente quando " +"effettua un pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Il modello che restituisce il modulo per metodi di pagamento express." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Il modello che rende il modulo di pagamento inline quando si effettua un " +"pagamento diretto" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Il modello che restituisce il modulo di pagamento inline quando si effettua " +"un pagamento tramite token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"La transazione con riferimento %(ref)s per %(amount)s ha riscontrato un " +"errore (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"La transazione con riferimento %(ref)s per %(amount)s è stata autorizzata " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"La transazione con riferimento %(ref)s per %(amount)s è stata confermata " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Non ci sono transazioni da mostrare" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Non è stato creato ancora nessun token." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Non c'è nulla da pagare." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Non c'è nulla da pagare." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"L'azione porterà all'archiviazione %s dei token che sono registrati con " +"questo metodo di pagamento. L'archiviazione dei token è irreversibile." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"L'azione porterà all'archiviazione dei token %s che sono registrati con il " +"fornitore. L'archiviazione dei token è irreversibile." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Questo controlla se i clienti possono salvare i propri metodi di pagamento come token di pagamento.\n" +"Un token di pagamento è un link anonimo ai dettagli del metodo di pagamento salvati nel\n" +"database del fornitore, permettendo al cliente di utilizzarli di nuovo per il prossimo acquisto." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Questo controlla se i clienti possono utilizzare metodi di pagamento " +"express. Il checkout express permette ai clienti di pagare con Google Pay e " +"Apple Pay dai quali le informazioni relative all'indirizzo sono raccolte al " +"momento del pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Il partner non ha un'e-mail, cosa che potrebbe causare problemi con alcuni fornitori di pagamento.\n" +" È consigliato configurare un indirizzo e-mail." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Questo metodo di pagamento necessita di un complice; dovresti abilitare un " +"fornitore di servizi di pagamento che supporta questo metodo." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"La transazione è stata confermata in seguito all'elaborazione delle " +"transazioni di cattura e di annullamento parziale (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Modello modulo token inline" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenizzazione supportata" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"La tokenizzazione è il processo di salvataggio dei dettagli di pagamento per" +" poter riutilizzare in futuro un token senza dover inserire di nuovo i " +"dettagli." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Operazione" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"L'autorizzazione delle transazioni non è supportata dai seguenti fornitori " +"di pagamento: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipo di rimborso supportato" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Impossibile contattare il server. Attendi." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Non pubblicato" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Aggiorna" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Convalida del metodo di pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Annulla importo rimanente" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Operazione non valida" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Attenzione" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Messaggio di avviso" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Attenzione!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Impossibile trovare il pagamento, ma non c'è da preoccuparsi." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Stiamo elaborando il tuo pagamento. Attendi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Se un token di pagamento deve essere creato durante il post-trattamento " +"della transazione" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Se ogni fornitore delle transazioni supporta la cattura parziale." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Se il callback è già stato effetuato o meno" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Se il fornitore è visibile sul sito web o meno. I token continua a " +"funzionare ma sono visibili solo sui moduli di gestione." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bonifico bancario" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Non è possibile eliminare il fornitore di pagamento %s. Effettua la " +"disinstallazione o disabilitalo." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Non è possibile pubblicare un fornitore disattivato." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Non hai accesso a questo token di pagamento." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Tra pochi minuti arriverà una conferma di pagamento via e-mail." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Il pagamento è stato autorizzato." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Il pagamento è stato annullato." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Il pagamento è stato elaborato con successo ma è in attesa di approvazione." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Il pagamento è stato elaborato con successo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Il pagamento non è stato ancora elaborato." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "CAP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "CAP" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "pericolo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "informazioni" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "metodo di pagamento" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pagamento: transazioni post-elaborazione" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "fornitore" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "successo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"per effettuare questo\n" +" pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "avviso" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..96e2dfa --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,2289 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Yoshi Tashiro (Quartile) , 2023 +# Wil Odoo, 2023 +# Ryoko Tsuda , 2024 +# Junko Augias, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Junko Augias, 2024\n" +"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " フェッチされたデータ" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

お支払いはこちら:

  • 銀行: %s
  • 口座番号: %s
  • 口座名義人: " +"%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" これらのプロパティは\n" +" この支払に関してプロバイダとOdooとの統一のビヘイビアと\n" +"一致するよう定義されます。 変更によりエラーが発生する可能性があり、\n" +" まずはテストデータベースでテストされる必要があります。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " 決済プロバイダの設定" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" 支払方法を有効化" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "支払詳細を保存" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "非公開" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "公開済" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "保存済支払方法" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" 全ての国がサポートされています。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" 全ての通貨がサポートされています。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " 以下によりセキュア" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr " PayPalアカウント設定方法 " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "お客様の支払方法" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"適用可能な決済方法が見つかりませんでした
\n" +" エラーと思われる場合は、ウェブサイトの管理者までお問い合わせください。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"警告!部分的なキャプチャは保留中です。処理されるまで\n" +" しばらくお待ち下さい。数分経ってもキャプチャが保留中の場合は、\n" +" 決済プロバイダ設定を確認して下さい。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"警告! 負または以下を超える金額をキャプチャすることは\n" +"できません:" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"警告 作成 ボタンからの決済プロバイダの作成はサポートされていません。\n" +" 代わりに 複製アクションを使用して下さい。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"警告 この支払を行う前に正しいパートナー\n" +"         にログインしているか確認して下さい。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "警告通貨がないか、間違っています。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "警告 支払いにはログインが必要です。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +" %(amount)sの返金要求が送信されました。まもなく支払が作成されます。返金取引参照: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "一度アーカイブされたトークンはアーカイブ解除できません。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "参照%(ref)sの取引が開始されました (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "参照 %(ref)sの取引が開始され、新規決済方法(%(provider_name)s)が保存されます。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "参照 %(ref)sの取引が開始され、決済方法%(token)s (%(provider_name)s)を使用しています。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "勘定科目" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "口座番号" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "有効化" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "有効化" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "住所" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "エクスプレスチェックアウトを許可" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "決済方法の保存を許可" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "キャプチャ済です" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "すでに無効です" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon決済サービス" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "最大金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "キャプチャする金額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "お支払いを処理中にエラーが発生しました。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "適用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "アーカイブ済" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "この決済方法を本当に削除しますか?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "承認されたトランザクションを無効にしますか?このアクションは元に戻せません。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "認証メッセージ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "承認済" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "認証済金額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "利用可能" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "利用可能な方法" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "銀行" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "銀行名" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "ブランド" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "コールバックドキュメントモデル" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "コールバックが完了しました" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "コールバックハッシュ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "コールバックメソッド" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "コールバックレコードID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "キャンセル" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "取消済" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "キャンセルメッセージ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "支払方法を削除できません" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "支払方法を保存できません" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "キャプチャ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "手動で金額をキャプチャ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "トランザクションをキャプチャする" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"配達完了時にOdooから金額をキャプチャします。\n" +"商品の発送ができると確信している時のみ、顧客カードに請求したい場合に使用します。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "子取引" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "子取引" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "支払方法を選択" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "他の方法を選択する" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "市" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "閉じる" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "コード" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "色" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "会社" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "会社" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "設定" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "削除を確定" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "確認済" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "連絡先" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "対応モジュール" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "国" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "国" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "トークンを作成" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "新規決済プロバイダーを作成" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "作成日" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "アーカイブ済トークンから取引を作成することは禁じられています。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "認証情報" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "クレジット&デビットカード(Stripe経由)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "通貨" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "通貨" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "カスタム支払案内" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "顧客" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "表示順序を決定します" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "デモ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "無効" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "完了メッセージ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "ドラフト" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "メール" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "有効" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "企業版" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "エラー" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "エラー: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "エクスプレスチェックアウトフォームテンプレート" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "エクスプレスチェックアウトサポート済" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"エクスプレス支払では、必要な請求先情報と配送先情報を全て提供する支払方法を利用することで、支払のプロセスを省略し、より迅速に支払いを済ませることができます。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "全額のみ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "支払用リンクを生成" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "販売支払いリンクを生成する" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "支払リンクを作成してコピーする" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "自分のアカウントへ移動" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "グループ化" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTPルーティング" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "ドラフト子あり" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "残額あり" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "支払いは後処理されたか" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "ヘルプメッセージ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "お支払いが確認できない場合は、当社までご連絡ください。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "画像" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"テストモードでは、偽の支払いがテスト支払インターフェイスを通じて処理されます。\n" +"このモードは、プロバイダを設定する際に推奨されます。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "インラインフォームテンプレート" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "インストール" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "インストール状態" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "インストール済" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "内部サーバーエラー" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "キャプチャする金額は有効か" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "後処理" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "主な支払方法" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "現在以下のドキュメントにリンクされています:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "陸揚ルート" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "言語" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "最終ステータス変更日" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "ウェブサイトを作成する" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "プロバイダーが無効になっているため、プロバイダーへの要求はできません。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "お支払方法の管理" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "手動" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "手動キャプチャがサポートされています" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "最大金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "最大キャプチャが許可されています" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "メッセージ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "メッセージ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "方法" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "名称" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "プロバイダーが設定されていません" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "この会社の手動支払方法は見つかりませんでした。決済プロバイダーメニューから作成して下さい。" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "決済プロバイダ用の支払方法が見つかりません。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "公開パートナーに対してトークンを割当てることはできません。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo企業版モジュール" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "トークンによるオフライン決済" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "オンボーディングステップ" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "オンボーディングステップイメージ" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "オンライン支払" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "オンライン直接決済" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "トークンによるオンライン決済" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "リダイレクションによるオンライン決済" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "管理者のみこのデータをアクセスできます。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "認証済取引のみ無効にすることができます。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "確認済の取引のみ返金できます。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "工程" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "操作はサポートされていません。" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "その他" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "他の決済方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDTIDトークン" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "部分消込" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "取引先" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "取引先名" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "お支払い" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "支払キャプチャウィザード" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "支払詳細" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "支払フォローアップ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "支払フォーム" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "お支払い方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "支払用リンク" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "支払方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "支払方法コード" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "支払方法" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "決済プロバイダー" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "決済プロバイダー" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "支払トークン" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "支払トークンカウント" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "支払トークン" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "決済トランザクション" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "支払取引" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "トークンにリンクした決済取引" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "支払詳細は %(date)sに保存されています" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "支払方法" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "支払処理に失敗しました" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "決済プロバイダー" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "決済プロバイダーオンボーディングウィザード" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "支払" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "保留" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "保留メッセージ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "電話" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr " %(payment_method)sが%(provider)sにサポートされていることを確認して下さい。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "正の値を設定して下さい。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr " %s以下の金額を設定して下さい。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "会社に切り替えて下さい。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "主な支払方法" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "以下によって処理済:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "プロバイダ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "プロバイダコード" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "プロバイダリファレンス" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "プロバイダ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "公開済" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "理由: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "リダイレクトフォームテンプレート" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "参照" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "参照は一意にして下さい!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "返金" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "返金はOdooの支払から直接顧客に返金できる機能です。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "返金" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "返金カウント" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "関連ドキュメントID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "関連ドキュメントモデル" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "通貨要求" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA直接引落" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "保存" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "国を選択。全てを許可する場合は空欄にします。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "国を選択。制限しない場合は空欄にします。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "通貨を選択。制限しない場合は空欄にします。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "通貨を選択。全てを許可する場合は空欄にします。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "選択されたオンボーディング決済方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "シーケンス" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "エクスプレスチェックアウトを許可を表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Tokenizationを許可を表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "認証メッセージを表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "取消メッセージを表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "資格情報ページを表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "完了メッセージを表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "保留メッセージを表示" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "プレメッセージを表示" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "スキップ" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "キャプチャしようとしている取引の中には、全額しかキャプチャできないものがあります。取引を個別に処理し、一部の金額をキャプチャして下さい。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "ソース取引" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "状態" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "状態" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "ステップ完了!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "部分キャプチャをサポート" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "サポートされている国" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "サポートされている通貨" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "サポートされている決済方法" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "以下によりサポート:" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "テストモード" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "アクセストークンは無効です。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "キャプチャする金額は正の値かつ%s以下でなければなりません。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "この支払方法で使用されるベース画像。64x64 pxフォーマット。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "支払フォームに表示される支払方法のブランド。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "取引の子取引" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "支払方法の支払詳細の明確な部分" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "かんばんビューでのカードの色" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "ステータスに関する追加の情報メッセージ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "この支払プロバイダーが利用可能な国。全ての国で利用できるようにするには、空白のままにします。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "この決済プロバイダーで利用可能な通貨。制限しない場合は空のままにします。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "以下のフィールドを入力する必要があります:%s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "以下のkwargsはホワイトリストに登録されていません:%s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "取引の内部参照" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "この支払方法を使用できる国のリスト(プロバイダーが許可している場合)。その他の国では、この支払い方法はご利用いただけません。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "この支払方法でサポートされている通貨のリスト(プロバイダが許可している場合)。他の通貨で支払う場合、この支払方法は利用できません。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "この支払方法をサポートしているプロバイダのリスト。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "会社の主要通貨で、通貨フィールドの表示に使用されます。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "この支払プロバイダーが利用できる最大支払額。どの支払額でも利用できるようにするには、空白のままにします。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "支払が認証されたら表示されるメッセージ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "支払処理中にオーダが取消された場合に表示されるメッセージ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "支払処理後にオーダが無事に完了した場合に表示されるメッセージ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "支払処理後にオーダが保留中の場合に表示されるメッセージ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "支払処理を説明しサポートするために表示されるメッセージ" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "支払いは直接か、リダイレクトか、トークンによるものである必要があります。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"後者がブランドである場合、現在の支払方法の主な支払方法。\n" +"例えば、\"カード\"はカードブランド \"VISA \"の主な支払方法です。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "取引のトークンのプロバイダ参照。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "取引のプロバイダ参照" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "支払フォームに表示されるリサイズされた画像。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "取引後にユーザがリダイレクトされるルート" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "関連する子取引のソース取引" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "この支払方法の技術コード" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "この決済プロバイダーのテクニカルコード。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "支払時にユーザをリダイレクトするために送信されたフォームをレンダリングするテンプレート" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "エクスプレス決済方法のフォームをレンダリングするテンプレート" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "直接支払時にインライン決済フォームをレンダリングするテンプレート" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "トークンによる決済時にインライン支払いフォームをレンダリングするテンプレート" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "参照%(ref)sの取引( %(amount)s用)にエラー (%(provider_name)s)が発生しました。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "参照 %(ref)s の取引( %(amount)s)用が許可されました(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "参照%(ref)sの取引( %(amount)s用)が確定されました (%(provider_name)s)" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "表示するトランザクションがありません" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "作成されたトークンはまだありません。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "支払うものはありません。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "支払うものはありません。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "このアクションは、この支払方法で登録されたトークンもアーカイブ%sします。トークンのアーカイブは不可逆です。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "このアクションは、このプロバイダに登録されている%sトークンもアーカイブします。トークンのアーカイブは不可逆です。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"これは、顧客が決済方法を支払トークンとして保存できるかどうかを制御します。\n" +"支払トークンとは、プロバイダのデータベースに保存された支払い方法の詳細への匿名リンクで、顧客は次回の購入時にそれを再利用することができます。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"これは、顧客がエクスプレス支払方法を使用できるかどうかを制御します。エクスプレスチェックアウトは、Google PayやApple " +"Payでの支払を可能にし、支払時に住所情報が収集されます。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"この取引先にはEメールがないため、一部の支払プロバイダで問題が発生する可能性があります。\n" +"    この取引先にEメールを設定することをお勧めします。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "この支払方法に関連する協力会社に問題があります。まず、その方法をサポートする決済プロバイダーを有効にして下さい。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "この取引は、部分キャプチャおよび部分ボイド取引(%(provider)s)後に確認されました。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "トークン・インライン・フォーム・テンプレート" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "トークン化がサポートされました" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "トークン化とは、支払詳細をトークンとして保存し、後で再度支払詳細を入力することなく再利用できるようにするプロセスです。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "取引明細書" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "取引の承認は、以下の決済プロバイダではサポートされていません:%s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "対応している返金の種類" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "サーバに連絡できません。お待ち下さい。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "未公開" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "アップグレード" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "支払方法の検証" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "残額をボイドする" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "無効な取引" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "警告" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "警告メッセージ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "警告!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "支払が見つかりませんが、ご心配なく。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "お支払いを処理しています。お待ち下さい。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "取引の後処理時に支払トークンを作成するかどうか" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "各取引のプロバイダが部分キャプチャをサポートしているかどうか。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "コールバックが既に実行されたかどうか" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "プロバイダがウェブサイトに表示されるかどうか。トークンの機能は維持されますが、管理フォームでのみ表示されます。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "電信送金" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "決済プロバイダを削除することはできません%s;代わりに無効にするか、アンインストールして下さい。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "無効プロバイダーを公開することはできません。" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "この支払トークンへのアクセス権がありません。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "数分後に入金確認のメールが届きます。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "お支払いは承認されました。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "お支払いはキャンセルされました。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "お支払いは無事処理されましたが、承認待ちとなっています。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "お支払いは無事処理されました。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "支払はまだ処理されていません。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "郵便番号" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "郵便番号" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "危険" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "情報" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "支払方法" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "支払: 処理後取引" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "プロバイダ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "成功" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"この支払\n" +" をするために。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "警告" diff --git a/i18n/ka.po b/i18n/ka.po new file mode 100644 index 0000000..409f270 --- /dev/null +++ b/i18n/ka.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "შეწყვეტა" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "კომპანია" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "ვალუტა" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "კლიენტი" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "დაჯგუფება" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "იდენტიფიკატორი" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლებულია" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "პარტნიორი" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "მიმდევრობა" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "სტატუსი" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/kab.po b/i18n/kab.po new file mode 100644 index 0000000..af105f2 --- /dev/null +++ b/i18n/kab.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"Language: kab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Sefsex" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Takebbwanit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Yerna-t" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Yerna di" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Tanfalit" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Amsaɣ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Sdukel s" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "Asulay" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Aleqqem aneggaru sɣuṛ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Aleqqem aneggaru di" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Amendid" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Agzum" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Addad" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/kk.po b/i18n/kk.po new file mode 100644 index 0000000..e38ddb1 --- /dev/null +++ b/i18n/kk.po @@ -0,0 +1,2313 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2015-09-08 06:27+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Kazakh (http://www.transifex.com/odoo/odoo-9/language/kk/)\n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Белсенді" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Адресі" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Қала" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Компания" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Баптау" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Кантри" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Ақша" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Бітті" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Эл.поштасы" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Қате" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Сурет" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Тіл" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Хат" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Атауы" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Телефондау" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Сілтеме" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Тізбек" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/km.po b/i18n/km.po new file mode 100644 index 0000000..cf9567a --- /dev/null +++ b/i18n/km.po @@ -0,0 +1,2320 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# AN Souphorn , 2018 +# Sengtha Chay , 2018 +# Chan Nath , 2018 +# Samkhann Seang , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Samkhann Seang , 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"Language: km\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "គណនី" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "សកម្ម" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "អាសយដ្ឋាន" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "ចំនួន" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "កំណត់យក" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "ធនាគារ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "លុបចោល" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "ក្រុង" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "បិទ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "ក្រុមហ៊ុន" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "ក្រុមហ៊ុន" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "កំណត់ផ្លាស់ប្តូរ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "ទំនាក់ទំនង" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "ប្រទេស" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "បង្កើតដោយ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "បង្កើតនៅ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "រូបិយវត្ថុ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "អតិថិជន" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "ព្រៀង" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "អុីម៉ែល" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "កំហុស" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "ជា​ក្រុម​តាម" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Image" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "សារ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "ឈ្មោះ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "យលព្រម" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "ដៃគូ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" +"វិធី​ទូទាត់លុយ\n" +" \n" +" " + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "ទូរស័ព្ទ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "លំដាប់" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..60556b4 --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,2298 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# JH CHOI , 2023 +# Wil Odoo, 2023 +# Daye Jeong, 2023 +# Sarah Park, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Sarah Park, 2024\n" +"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "데이터를 가져왔습니다" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

다음의 결제 정보를 참조하세요.

  • 은행 : %s
  • 계좌 번호: %s
  • 계좌명 : " +"%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" 해당 속성은 결제 방법과 관련하여\n" +" 대행업체에서의 작업이 Odoo와 통합 진행되도록\n" +" 일치하도록 설정됩니다. 변경 시 오류가 발생할 수 있으므로\n" +" 테스트 데이터베이스에서 먼저 테스트해야 합니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " 결제대행업체 설정하기" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" 결제 방법 활성화" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "결제 세부 내용 저장" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "발행 취소" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "발행 완료" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "저장된 결제 방법" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" 모든 국가에서 지원됩니다.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" 모든 통화가 지원됩니다.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " 보안 대상" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr " PayPal 계정 설정 방법 보기" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "결제 방법" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"알맞은 결제 옵션을 찾을 수 없습니다.
\n" +" 오류가 발생한 경우, 웹사이트 관리자에게 문의하시기\n" +" 바랍니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"경고! 일부 보류 중인 매입 항목이 있습니다. 처리될 때까지\n" +" 잠시만 기다려주시기 바랍니다. 매입 상태가 몇 분 후까지도\n" +" 대기 중으로 표시될 경우에는 결제대행업체 환경 설정을 확인하시기 바랍니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"경고! 매입 금액은 마이너스가 될 수 없으며 다음 금액보다\n" +" 클 수 없습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"경고 생성 버튼으로 결제대행업체 생성 기능이 지원되지 않습니다.\n" +" 그 대신 복사 기능을 사용하십시오." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "주의 결제를 진행하기 전에 로그인한 협력사가 맞는지 확인하시기 바랍니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "주의 잘못되거나 누락된 통화입니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "경고 결제를 진행하시려면 로그인해야 합니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"%(amount)s 환불 요청이 전송되었습니다. 잠시 후 결제 항목이 생성됩니다. 환불 거래 참조: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "일단 보관 처리된 토큰은 보관을 취소할 수 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "참조 번호 %(ref)s인 거래가 시작되었습니다 (%(provider_name)s). " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "참조 번호 %(ref)s인 거래가 시작되어 새로운 결제 방법이 저장되었습니다 (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"참조 번호 %(ref)s인 거래가 시작되어 %(token)s 결제 방법을 사용하고 있습니다 (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "계정" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "계정 과목" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "활성화" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "활성화" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "주소" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "간편 결제 허용" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "결제 방법 저장 허용" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "이미 매입이 완료됨" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "이미 무효 처리됨" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon 결제 서비스" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "금액" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "최대 금액" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "매입할 금액" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "결제를 처리하는 중 오류가 발생했습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "적용" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "보관됨" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "이 결제 방법을 삭제하시겠습니까?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "승인된 거래를 취소 하시겠습니까? 이 작업은 되돌릴 수 없습니다." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "승인 메시지" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "승인됨" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "승인 금액" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "적용 여부" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "가능한 방법" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "은행" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "은행명" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "브랜드" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "답신 문서 모델" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "회신 완료" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "답신 해쉬" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "답신 메서드" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "회신 레코드 ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "취소" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "취소됨" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "취소된 메시지" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "결제 방법을 삭제할 수 없습니다." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "결제 방법을 저장할 수 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "매입" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "수동으로 금액 포착" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "거래 포착" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"배송이 완료되면 Odoo에서 금액을 매입 처리합니다.\n" +"이 기능은 고객 신용카드로 결제를 청구할 때 사용하며,\n" +"배송 여부가 확실한 경우에만 진행하시기 바랍니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "하위 거래" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "하위 거래" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "결제 방법 선택" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "다른 방법을 선택하세요. " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "시/군/구" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "닫기" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "코드" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "색상" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "회사" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "회사" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "설정" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "삭제 확인" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "확인됨" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "연락처" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "해당 모듈" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "국가" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "국가" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "토큰 생성" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "새로운 결제대행업체 생성" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "작성일자" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "보관 처리된 토큰에서 거래를 생성하는 것은 금지하고 있습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "자격 증명" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "신용카드 및 직불카드 (Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "통화" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "통화" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "맞춤 결제 안내" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "고객" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "표시 순서 설정" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "데모" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "비활성화" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "표시명" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "완료 메시지" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "미결" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "이메일" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "활성화" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "기업" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "오류" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "오류: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "간편 결제 서식" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "간편 결제 지원" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"빠른 결제를 통해 신속하게 결제할 수 있습니다. 필수적인 청구 및 배송 정보 전체가 결제 방법에서 제공되므로 결제 단계를 건너뛸 수 " +"있습니다. " + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "전체 적용" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "결제 링크 생성" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "판매 결제 링크 생성" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "결제 링크 생성 및 복사" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "내 계정으로 가기 " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "그룹별" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP 라우팅" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "하위 미결 항목 있음" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "잔액이 있습니다" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "결제가 후속 처리되었습니다" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "도움 메시지" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "결제가 확인되지 않는다면 저희에게 문의해 주시기 바랍니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "이미지" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"테스트 모드에서는 테스트 결제용 인터페이스를 통해서 결제를 가짜로 처리합니다.\n" +"공급업체 설정 시 이 모드를 사용하시는 것이 좋습니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "인라인 양식 서식" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "설치하기" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "설치 상태" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "설치됨" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "내부 서버 오류" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "유효한 매입 금액입니다" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "후속 처리되었습니다" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "기본 결제 방법입니다." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "현재 다음 문서에 연결되어 있습니다:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "도착 경로" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "사용 언어" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "최근 상태 변경일" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "최근 갱신 일자" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "이제 시작합니다" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "공급업체가 비활성화되어 업체에 요청할 수 없습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "결제 수단 관리" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "수동" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "수기 매입 지원" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "최대 금액" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "최대 매입 허용 금액" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "메시지" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "메시지" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "방법" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "이름" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "설정된 업체 없음" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "이 회사에 대한 수동 결제 방법을 찾을 수 없습니다. 결제대행업체 메뉴에서 생성하시기 바랍니다." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "결제대행업체에 대한 결제 방법을 찾을 수 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "일반 협력사에게는 토큰을 배정할 수 없습니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo 유료버전 모듈" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "토큰으로 오프라인 결제 진행" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "온보딩 단계" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "온보딩 단계 이미지" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "온라인 결제" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "온라인 직접 결제" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "토큰으로 온라인 결제 진행" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "이동하여 온라인 결제 진행" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "관리자만 이 데이터에 접근할 수 있습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "승인된 거래만 무효 처리를 할 수 있습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "확인된 거래만 환불할 수 있습니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "생산 관리" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "지원되지 않는 작업" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "기타" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "기타 결제 방법" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT 식별 토큰" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "부분" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "협력사" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "협력사 이름" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "지불" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "페이팔" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "결제 매입 마법사" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "결제 상세 정보" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "결제 후속 조치" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "결제 양식" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "결제 안내" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "결제 링크" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "결제 방법" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "결제 방법 코드" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "지급 방법" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "결제대행업체" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "결제대행업체" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "결제 토큰" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "결제 토큰 수" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "결제 토큰" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "지불 거래" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "결제 거래" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "토큰에 연결되어 있는 결제 거래" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "결제 세부 정보가 %(date)s에 저장되었습니다" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "지급 방법" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "결제 프로세스 실패" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "결제대행업체" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "결제대행업체 시작 마법사" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "결제" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "대기 중" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "보류 메시지" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "전화번호" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "%(provider)s에서 %(payment_method)s 방법을 지원하는지 확인하세요." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "양수의 금액을 설정하십시오." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "%s보다 금액을 적게 설정하십시오." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "회사 항목을 전환하십시오" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "기본 결제 방법" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "처리자" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "공급업체" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "업체 코드" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "업체 참조" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "공급자" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "게시 됨" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "사유: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "이동 양식 서식" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "참조" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "참조는 고유해야 합니다!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "환불" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "환불 기능으로 결제 금액을 Odoo에서 고객에게 직접 환불합니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "환불" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "환불 수" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "관련 문서 ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "관련 문서 모델" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "통화 필요" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA 직불 결제" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "저장" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "국가를 선택하세요. 제한하지 않으려면 비워두세요." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "국가를 선택하십시오. 전체로 지정하시려면 공란으로 두십시오." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "통화를 선택하십시오. 제한을 두지 않으려면 공란으로 두십시오." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "통화를 선택하세요. 제한하지 않으려면 비워두세요." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "선택된 온보딩 결제 방법 " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "순서" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "간편 결제 허용 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "토큰화 허용 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "인증 메시지 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "취소 메시지 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "자격 증명 페이지 확인" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "완료 메시지 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "보류 메시지 표시" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "사전 메시지 표시" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "건너뛰기" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "매입하려는 거래 중 일부 항목은 전체 매입만 가능합니다. 일부 금액만 매입하려면 개별 거래별로 처리하십시오." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "원 거래" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "시/도" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "상태" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "설정 완료!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "부분 매입 지원" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "지원 국가" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "지원 통화" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "지원되는 결제 방법" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "지원 대상" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "테스트 모드" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "유효하지 않은 액세스 토큰입니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "매입할 금액은 양수여야 하며 %s보다 클 수 없습니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "이 결제 방법에서 사용되는 기본 이미지입니다. 64x64 픽셀 형식으로 지원됩니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "결제 양식에 표시될 결제 방법 브랜드입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "해당 거래의 하위 거래입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "해당 결제 방법에 대한 세부 내용 중 명확한 정보입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "칸반 화면에서의 카드 색상" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "상태에 대한 보완용 정보 메시지" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "이 결제대행업체를 선택할 수 있는 국가입니다. 비워두시면 모든 국가에서 선택할 수 있게 합니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "이 결제대행업체에서 사용되는 통화입니다. 비워두시면 제한을 하지 않습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "다음 필드는 필수 입력 항목입니다: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "다음은 허용 목록에 없습니다: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "해당 거래의 내부 참조" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"이 결제 방법을 사용할 수 있는 국가 목록입니다 (업체에서 허용하는 경우). 다른 국가에서는 고객이 해당 결제 방법을 사용할 수 " +"없습니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"이 결제 방법을 사용할 수 있는 통화 목록입니다 (업체에서 허용하는 경우). 다른 통화로 결제하는 경우 고객은 해당 결제 방법을 사용할 " +"수 없습니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "이 결제 방법을 지원하는 대행업체 목록입니다" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "통화 필드를 표시하는데 사용되는 회사의 기본 통화입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "이 결제대행업체에서 사용할 수 있는 최대 결제 금액입니다. 비워두시면 금액을 제한하지 않습니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "결제가 승인되면 표시되는 메시지" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "결제 단계 중에 주문을 취소할 경우 표시되는 메시지" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "결제가 처리되어 주문이 성공적으로 완료된 경우 표시되는 메시지입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "결제 처리가 완료되었으나 주문이 보류 중인 경우 표시되는 메시지입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "결제 단계에 대한 설명 및 지원을 위해 표시되는 메시지" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "결제는 이동 후 직접 또는 토큰을 사용하여 진행되어야 합니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"현재 결제 방법의 기본 결제 방법입니다. 현재 방법이 브랜드인 경우에 해당합니다.\n" +"예를 들어, 'Visa' 카드 브랜드의 기본 결제 수단은 '카드'입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "거래용 토큰의 업체 참조" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "거래의 업체 참조" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "결제 양식에 크기가 조정된 이미지가 표시됩니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "거래 후 사용자를 이동시키는 경로" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "관련 하위 거래의 원 거래입니다" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "이 결제 방법의 기술 코드입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "이 결제대행업체의 기술 코드입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "결제 시 사용자를 이동시키기 위해 제출된 양식을 렌더링하는 서식" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "간편 결제 방식에서의 양식을 렌더링하는 서식" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "직접 결제 시 인라인 결제 양식을 렌더링하는 서식" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "토큰으로 결제 시 인라인 결제 양식을 렌더링하는 서식" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "%(amount)s에 대한 참조 번호 %(ref)s 거래에서 오류 (%(provider_name)s)가 발생하였습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "%(amount)s에 대한 참조 번호 %(ref)s 거래가 승인되었습니다 (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "%(amount)s에 대한 참조 번호 %(ref)s 거래가 확인되었습니다 (%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "표시할 거래 내용이 없습니다" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "아직 생성된 토큰이 없습니다" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "결제받을 금액이 없습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "지불할 금액이 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "이 작업으로 결제 방법에 등록되어 있는 %s 토큰도 보관 처리합니다. 보관 처리된 토큰은 취소할 수 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "이 작업은 이 업체에 등록되어 있는 %s 토큰도 보관 처리합니다. 보관 처리된 토큰은 취소할 수 없습니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"고객이 결제 방법을 결제 토큰으로 저장할 수 있도록 할지 여부를 관리합니다.\n" +"결제 토큰은 업체의 데이터베이스에 저장되어 있는 결제 세부 정보에 대해 식별이\n" +"불가능하도록 되어 있는 링크로, 고객이 다음 구매 시 다시 사용할 수 있도록 합니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"고객이 간편 결제 방법을 사용할 수 있도록 할지 여부를 관리합니다. 간편 결제를 통해 Google 페이나 Apple 페이로 결제할 수 " +"있으며 결제 시 주소 정보를 수집하게 됩니다. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"협력사 이메일 정보가 없으므로 결제대행업체 사용 시 문제가 발생할 수 있습니다.\n" +" 협력사 이메일을 지정하세요." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "해당 결제 방법에 관련된 협력사에 문제가 있습니다. 먼저 해당 방법을 지원하는 결제대행업체를 활성화하세요." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "이 거래는 다음과 같이 부분 매입 및 부분 거래 무효 처리 후 확인이 완료되었습니다 (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "토큰 인라인 양식 서식" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "토큰화 지원" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"토큰화는 결제 세부 정보를 토큰으로 저장하는 프로세스입니다. 결제 세부 정보를 다시 입력하지 않고도 나중에 다시 사용할 수 있습니다." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "거래" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "거래 인증은 다음 결제대행업체에서는 지원되지 않습니다: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "지원되는 환불 유형" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "서버에 접속할 수 없습니다. 잠시만 기다리세요." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "게시 안 함" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "업그레이드" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "결제 방법 승인" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "잔액 무효 처리" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "금지된 거래" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "경고" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "경고 메시지" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "경고!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "귀하의 결제를 찾을 수 없지만 걱정하지 마십시오." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "결제를 처리 중입니다. 잠시만 기다리세요." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "거래 후속 처리 시 결제 토큰을 생성할지 여부입니다" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "각 거래와 관련하여 업체에서 부분 매입을 지원하는지 여부입니다." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "콜백이 이미 실행되었는지 여부입니다" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "공급업체를 웹사이트에 표시할지 여부입니다. 토큰은 계속 작동하지만 관리 양식에서만 확인할 수 있습니다." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "계좌 이체" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "결제 대행업체인 %s를 삭제할 수 없습니다. 대신 비활성화하거나 설치를 취소하시기 바랍니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "대행업체 사용 설정이 되지 않은 경우에는 발행할 수 없습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "이 결제 토큰에 대한 접근 권한이 없습니다." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "몇 분 후에 결제 확인 이메일이 발송됩니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "귀하의 결제가 승인되었습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "귀하의 결제가 취소되었습니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "결제가 성공적으로 처리되었지만 승인 대기 중입니다." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "성공적으로 결제가 완료되었습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "결제가 아직 처리되지 않았습니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "우편번호" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "우편번호" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "위험" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "정보" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "결제 방법" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "결제: 후속 처리 거래" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "업체" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "성공" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"이 결제를\n" +" 진행합니다." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "경고" diff --git a/i18n/lb.po b/i18n/lb.po new file mode 100644 index 0000000..d09663e --- /dev/null +++ b/i18n/lb.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Xavier ALT , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2019-08-26 09:12+0000\n" +"Last-Translator: Xavier ALT , 2019\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"Language: lb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguratioun" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/lo.po b/i18n/lo.po new file mode 100644 index 0000000..3f84c65 --- /dev/null +++ b/i18n/lo.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"Language: lo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "ບໍລິສັດ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "ເງິນຕາ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "ຄຸ່ຄ້າ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "ຄຸ່ຄ້າ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "ສະພາບ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..c98d4b9 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,2246 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Arminas Grigonis , 2023 +# grupoda2 , 2023 +# UAB "Draugiški sprendimai" , 2023 +# Ramunė ViaLaurea , 2023 +# Aleksandr Jadov , 2023 +# Arunas V. , 2023 +# Vytautas Stanaitis , 2023 +# Audrius Palenskis , 2023 +# digitouch UAB , 2023 +# Donatas , 2023 +# Linas Versada , 2023 +# Silvija Butko , 2023 +# Jonas Zinkevicius , 2023 +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Pateikta informacija (Data fetched)" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Sąskaita" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Sąskaitos numeris" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktyvuoti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktyvus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Suma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Taikyti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archyvuotas" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Ar tikrai norite anuliuoti patvirtintą operaciją? Šio veiksmo atšaukti " +"negalėsite." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Patvirtinta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Pasiekiamumas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bankas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Banko pavadinimas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Atgalinio kreipimosi dokumento modelis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Atgalinio kreipimosi maiša" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Atgalinio kreipimosi metodas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Atšaukti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Atšaukta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Fiksuoti kiekį rankiniu būdu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Fiksuoti operaciją" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Pasirinkti mokėjimo būdą" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Miestas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Uždaryti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kodas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Spalva" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Įmonės" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Įmonė" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfigūracija" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Patvirtinti ištrynimą" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Patvirtinti" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontaktas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Susijęs modulis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Valstybės" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Valstybė" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Duomenys" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valiutos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valiuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Nestandartinio mokėjimo instrukcija" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klientas" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Išjungta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Atlikimo žinutė" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Juodraštis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "El. paštas" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Klaida" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generuoti nuorodą apmokėjimui" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Sukurkite pardavimų apmokėjimo nuorodą" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupuoti pagal" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP nukreipimas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Pagalbos pranešimas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Paveikslėlis" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Diegti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Diegimo būsena" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Įdiegta" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Vidinė serverio klaida" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Kalba" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Tvarkyti mokėjimo būdus" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Rankinė" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Žinutė" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Žinutės" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Būdas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Vardas, Pavardė" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Tik administratoriai gali pasiekti šiuos duomenis." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operacija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operacija nepalaikoma." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Kita" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT tapatybės žetonas" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Dalinis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partneris" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partnerio pavadinimas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Apmokėti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Mokėjimo instrukcijos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Mokėjimo būdas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Mokėjimo būdai" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Mokėjimo raktas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Mokėjimo raktai" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Mokėjimo operacija" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Mokėjimo operacijos" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Mokėjimai" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Laukia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Laukianti žinutė" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefonas" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Apdorojo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Tiekėjas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Tiekėjai " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Paskelbtas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Numeris" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Numeris turi būti unikalus!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Pinigų Grąžinimas" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Kreditavimai" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Susijusio dokumento ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Susijusio dokumento modelis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Tiesigoinis Debitas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Išsaugoti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Pasirinktas pradinis mokėjimo būdas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Seka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Praleisti" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Būsena" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Būsena" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Žingsnis atliktas!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testinis režimas" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Operacija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nepaskelbtas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Atnaujinti" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Anuliuoti operaciją" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Įspėjimas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Įspėjamasis pranešimas" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Įspėjimas!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Mums nepavyko rasti jūsų mokėjimo, tačiau nereikia jaudintis." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Mokėjimas bankiniu pavedimu" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Turėtumėte gauti laišką, patvirtinantį jūsų mokėjimą, per kelias minutes." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Jūsų mokėjimas buvo patvirtintas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Jūsų mokėjimas buvo atšauktas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Pašto kodas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Pašto kodas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..790b67c --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,2249 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Anzelika Adejanova, 2023 +# InfernalLV , 2023 +# JanisJanis , 2023 +# Martin Trigaux, 2023 +# Konstantins Zabogonskis , 2023 +# Arnis Putniņš , 2023 +# ievaputnina , 2023 +# Armīns Jeltajevs , 2024 +# Will Sensors, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Will Sensors, 2024\n" +"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Iegūtie dati" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Brīdinājums Valūta ir iztrūkstoša vai nepareiza." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konts" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Konta numurs" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Instalēt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktīvs" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adrese" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Summa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Pielietot" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhivēts" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Vai esat pārliecināts, ka vēlaties anulēt autorizēto darījumu? Šo darbību " +"nevar atsaukt." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Pieejamība" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bankas nosaukums" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Atcelt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Atcelts" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Saistīt darījumus" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Pilsēta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Aizvērt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kods" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Krāsa" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Uzņēmumi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Uzņēmums" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Uzstādījumi" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Apstiprināts" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontaktpersona" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Valstis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Valsts" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredītkarte un debetkarte (izmantojot Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valūtas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valūta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Pielāgotie maksājuma norādījumi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klients" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Atspējot" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Melnraksts" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-pasts" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Kļūda" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Izveidot pārdošanas maksājumu saiti" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupēt pēc" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP maršrutēšana" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Attēls" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Uzstādīt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Uzstādīti" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Valoda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Pēdējoreiz atjaunināja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Pēdējoreiz atjaunināts" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Darīsim to" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuālā" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Ziņojums" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Ziņojumi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nosaukums" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Uzņemšanas posms" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Tiešsaistes maksājumi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Darbība" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Darbība nav atbalstīta." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Cits" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT identitātes žetons" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Daļējs" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kontaktpersona" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partnera Vārds" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Maksāt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Maksājuma informācija" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Maksāšanas instrukcija" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Apmaksas metode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Maksājumu metodes" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Maksājumu sniedzējs" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Maksājumu sniedzēji" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Maksājumu žetoni" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Maksājuma darījums" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Maksājumu darījumi" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Maksājumi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Gaida izpildi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefons" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Sniedzējs" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicēts" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Atsauce" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Atmaksa" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Atgriezti maksājumi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Atgriezto maksājumu skaits" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Saistītā dokumenta ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Saistītā dokumenta modelis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Saglabāt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvence" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Izlaist" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stadija" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Statuss" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Solis Pabeigts!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Svītra" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Pieejas žetons nav derīgs" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Nav par ko maksāt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Darījums" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nepublicēts" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Jaunināt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Darījuma anulēšana" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Brīdinājums" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Brīdinājums!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Pasta indekss" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Zip" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/mk.po b/i18n/mk.po new file mode 100644 index 0000000..ce31083 --- /dev/null +++ b/i18n/mk.po @@ -0,0 +1,2314 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Компанија" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Валута" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Купувач" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Групирај по" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Партнер" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Секвенца" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Статус" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/mn.po b/i18n/mn.po new file mode 100644 index 0000000..6a3d29c --- /dev/null +++ b/i18n/mn.po @@ -0,0 +1,2324 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Otgonbayar.A , 2022 +# hish, 2022 +# Cheemee Bumtsend , 2022 +# Bayarkhuu Bataa, 2022 +# Batmunkh Ganbat , 2022 +# Батмөнх Ганбат , 2022 +# Насан-Очир , 2022 +# Baskhuu Lodoikhuu , 2022 +# tserendavaa tsogtoo , 2022 +# Martin Trigaux, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Martin Trigaux, 2022\n" +"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Цуглуулсан өгөгдөл" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "Дүн:" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "Дугаар:" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "

Дараах дансанд төлбөрөө хийн үү:

  • Банк: %s
  • Дансны дугаар: %s
  • Дансны нэр: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr " Миний Бүртгэл рүү буцах" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "Устгах" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Данс" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Дансны дугаар" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Идэвхижүүлэх" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Идэвхтэй" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Нэмэлт Шимтгэл Нэмэх" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Хаяг" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Дүн" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Дээд дүн" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Хэрэгжүүлэх" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Архивласан" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "Та хянагдсан гүйлгээг буцаах гэж байгаадаа итгэлтэй байна уу? Энэ үйлдлийг хийсний дараа болиулах боломжгүй." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Танин баталгаажуулах зурвас" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Зөвшөөрсөн" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Бэлэн байдал" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Банкны нэр" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Буцаж дуудах баримт бичгийн загвар" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Буцаж холбогдох арга" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Цуцлах" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Цуцлагдсан" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Дүнг гараар оруулах" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Гүйлгээг барьж авах" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Төлбөрийн аргыг сонгоно уу" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Хот" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "Баталгаажуулах хуудас руу дахин чиглүүлэхийн тулд энд дарна уу." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Хаах" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Дансны код" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Өнгө" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Компаниуд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Компани" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Тохиргоо" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Устгахыг баталгаажуулна уу" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Баталсан" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Харилцах хаяг" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Харгалзах модуль" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Улсууд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Улс" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Үүсгэсэн этгээд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Итгэмжлэл" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "Кредит карт (powered by Adyen)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "Кредит карт (powered by Authorize)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "Кредит карт (powered by Buckaroo)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "Кредит карт (powered by Sips)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Валют" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Өөрийн төлбөрийн заавар" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Үйлчлүүлэгч" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Туршилтын хувилбар" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Идэвхигүй болсон" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "Явуулах" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "Харагдах байдал" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Дууссан" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Хийгдсэн зурвас" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Ноорог" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Имэйл" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Идэвхижсэн" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Алдаа" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Шимтгэл" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Орон нутагийн тогтмол шимтгэл" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Олон улсын тогтмол шимтгэл" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Эхлэх" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Төлбөр төлөх холбоос үүсгэх" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Борлуулалтын төлбөр төлөх холбоос үүсгэх" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Бүлэглэлт" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Тусламжийн Зурвас" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Хэрэв төлбөр баталгаажаагүй байвал бидэнтэй холбоо барина уу." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Зураг" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "Төлбөрийн маягт дээр зураг харагдаж байна." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Суулгах" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Суурилуулалтын Муж" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Суулгасан" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Дотоод серверийн алдаа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Дөнгөж дууссан" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Хэл" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Сүүлд зассан этгээд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Сүүлд зассан огноо" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "Төлбөрийн аргуудыг удирдах" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Гараар" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Зурвас" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Зурвасууд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Арга" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Нэр" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "Төлбөр хийгдээгүй байна." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Дуусаагүй" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo лицензтэй хувилбарын модуль" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "Тийм" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Зөвхөн админ л энэ өгөгдөлд хандалт хийж чадна." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Ажилбар" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Бусад" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Хэсэгчилсэн" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Харилцагч" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Харилцагчийн нэр" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "Төлөх" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Төлбөрийн мөшгилт" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Төлбөр төлөх дэлгэц" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Төлбөрийн заавар" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Төлбөрийн холбоос" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Төлбөрийн арга" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Төлбөрийн аргууд" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "Төлбөрийн дугаар" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Төлбөрийн Токен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Төлбөрийн Токен" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Төлбөрийн гүйлгээ" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Төлбөрийн гүйлгээнүүд" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Төлбөрүүд" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Хүлээгдэж буй" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Хүлээгдэж буй Зурвас" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Утас" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "%sбага үнийн дүн оруулна уу." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "Түр хүлээнэ үү..." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Боловсруулсан" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Үйлчилгээ үзүүлэгч" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "Үйлчилгээ үзүүлэгч" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Нийтлэгдсэн" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Шалтгаан:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Холбогдол" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Лавлагаа нь давтагдахгүй байх ёстой!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Буцаалт" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Төлбөрийн Буцаалтууд" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Холбогдох баримтын ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Холбоотой баримтын загвар" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA төлбөр хүлээн авах" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Онлайнаар төлбөр хийх төлбөрийн аргыг сонгосон байна" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Дугаарлалт" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Серверийн алдаа" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "Серверийн алдаа:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Төлөв" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Төлөв" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Тестийн горим" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "Төлбөр төлөх үнийн дүн нь 0-ээс их байх ёстой." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "Odoo сервертэй холбогдох боломжгүй байна." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Нийтлэгдээгүй" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Хувилбар Ахиулах" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "Шалгах" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Гүйлгээ буцаалт" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Анхааруулга" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Анхааруулга!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Бид таны төлбөрийг олж чадсангүй, гэхдээ санаа зовох хэрэггүй." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "Таны төлбөрийг боловсруулж байна, хүлээнэ үү..." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Дансны шилжүүлгэ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Хэдэн минутын дараа та төлбөрөө баталгаажуулсан имэйл хүлээн авах болно." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "Төлбөр баталгаажсан тохиолдолд танд мэдэгдэх болно." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "Төлбөр бүрэн баталгаажсан тохиолдолд танд мэдэгдэх болно." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Таны захиалгыг зөвшөөрсөн." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Таны төлбөр цуцлагдлаа." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "Таны төлбөрийг хүлээн авсан боловч гараар баталгаажуулах шаардлагатай." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "Таны төлбөр амжилттай хийгдсэн бөгөөд хяналтын шатанд хүлээгдлээ." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "Таны төлбөр хүлээгдэж байна." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ЗИП" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Зип код" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/nb.po b/i18n/nb.po new file mode 100644 index 0000000..87bfe77 --- /dev/null +++ b/i18n/nb.po @@ -0,0 +1,2321 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Mads Søndergaard, 2022 +# Jorunn D. Newth, 2022 +# Marius Stedjan , 2022 +# Henning Fyllingsnes, 2022 +# Martin Trigaux, 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Martin Trigaux, 2022\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "Beløp:" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "Referanse:" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "

Betal til:

  • Bank: %s
  • Kontonummer: %s
  • Konoinnehaver: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr " Tilbake til min konto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr " Slett" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" +"Ingen egnet betalingsmetode ble funnet.
\n" +" Hvis du tror dette skyldes en feil, ta kontakt med administrator for nettsiden." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiver" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Legg til ekstra gebyrer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresse" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Beløp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maksbeløp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Bruk" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arkivert" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "Er du sikker på at du vil kansellere den autoriserte transaksjonen? Denne handlingen kan ikke angres." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Melding ved autorisert" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorisert" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Lagerstatus" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Banknavn" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback Dokument Modell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback Metode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Kanseller" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Avbrutt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Belast beløp manuelt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Belast beløpet" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Velg en betalingsmetode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Sted" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "Klikk her for å se bekreftelsen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Lukk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Kode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Farge" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Firmaer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Firma" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Bekreft sletting" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Bekreftet" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Tilsvarende modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Påloggingsdetaljer" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "Kredit og Debit kort" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "Kredit og Debit kort, UPI (Powered by Razorpay)" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredit og Debit kort (via Stripe)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "Kredittkort (drevet av Ayden)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "Kredittkort (drevet av Authorize)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "Kredittkort (drevet av Buckaroo)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "Kredittkort (drevet av Sips)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Tilpasset betalingsinstruksjon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kunde" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Deaktivert" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "Avvis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "Vises som" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Fullført" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Melding ved fullført" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Utkast" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-post" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Aktivert" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Feil" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Gebyrer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Faste gebyrer innland" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Faste gebyrer utland" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Fra" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generer link til betaling" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generer betalingslink" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupper etter" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP-ruting" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Hjelpemelding" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Hvis betalingen ikke er bekreftet, kan du kontakte oss." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Bilde" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "Bilde som vises på betalingsskjemaet" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installasjonsstatus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installert" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Intern serverfeil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Nettopp ferdig" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Språk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "Administrer betalingsmetoder" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Melding" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Meldinger" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Navn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "Ingen betalinger gjennomført." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Ikke fullført" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Kun administratorer har tilgang til disse dataene." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operasjon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Annen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identitetstoken" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Delvis" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Partnernavn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "Betal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Betalingsoppfølging" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Betalingsskjema" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Betalingsinnstruksjon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Betalingslink" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Betalingsmetode" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Betalingsmetoder" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "Betalingsreferanse" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Betalingstokener" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransaksjon" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Betalingstransaksjoner" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Betalinger" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Venter" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Melding ved avventende" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "Sett et beløp mindre enn %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "Vennligst vent..." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Behandlet av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Transportør" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "Tilbydere" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publisert" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Årsak:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Referanse" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referanse må være unik!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Kreditnota" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Tilbakebetaling." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Tilknyttet dokument-ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Tilknyttet dokumentmodell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Direkte-debitering" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Serverfeil" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "Serverfeil:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Modus" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testmodus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "Beløpet for betalingen må være positivt." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "Kan ikke kontakte Odoo-serveren." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Upublisert" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Oppgrader" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "Verifisert" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Annuller transaksjon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Advarsel" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Advarsel!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Vi kan ikke finne din betaling, men fortvil ikke." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "Vi behandler din betaling, vennligst vent..." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bankoverføring" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Du vil innen få minutter, motta en e-post som bekrefter din betaling." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "Du vil få beskjed når betalingen er bekreftet." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "Du vil få beskjed når betalingen er bekreftet." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Din betaling er autorisert." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Din betaling er kansellert." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "Din betaling er mottatt, men må bekreftes manuelt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "Din betaling er behandlet, men venter på godkjenning." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "Din betaling er behandlet. Takk skal du ha!" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "Din betaling venter." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Postnummer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postnummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/ne.po b/i18n/ne.po new file mode 100644 index 0000000..a633ed8 --- /dev/null +++ b/i18n/ne.po @@ -0,0 +1,2311 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"Language: ne\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..692a2c8 --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,2380 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Yenthe Van Ginneken , 2023 +# Wil Odoo, 2023 +# Erwin van der Ploeg , 2023 +# Jolien De Paepe, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jolien De Paepe, 2024\n" +"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Gegevens opgehaald" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Maak een betaling naar:

  • Bank: %s
  • Rekeningnummer: " +"%s
  • Rekeninghouder: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Deze eigenschappen zijn ingesteld om\n" +" overeen te stemmen met het gedrag van providers en dat van hun integratie met\n" +" Odoo betreffende deze betaalmethode. Elke wijziging kan leiden tot fouten\n" +" en moet eerst wordt getest op een testdatabase." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Configureer een betaalprovider" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Betaalmethodes inschakelen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Mijn betaalgegevens opslaan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Niet gepubliceerd" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Gepubliceerd" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Opgeslagen betaalmethodes" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Alle landen zijn ondersteund.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Alle valuta's zijn ondersteund.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Beveiligd door" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Hoe je PayPal-account " +"configureren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Je betaalmethodes" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Er is geen gepaste betaalmethode gevonden.
\n" +" Als je denkt dat dit een fout is, neem dan contact op met de\n" +" websitebeheerder." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Waarschuwing! Er is een gedeeltelijke vastlegging lopende. Wacht even\n" +" tot het verwerkt is. Controleer de configuratie van je betaalprovider als\n" +" de vastlegging na enkele minuten nog steeds niet is verwerkt." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Waarschuwing! Je kan geen negatief bedrag vastleggen, noch meer\n" +" dan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Waarschuwing Het maken van een betaalprovider via de knop CREATE wordt niet ondersteund.\n" +" Gebruik in plaats daarvan de actie Dupliceren." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Waarschuwing Zorg ervoor dat je bent ingelogd als de\n" +" juiste relatie voordat je deze betaling uitvoert." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Waarschuwing De valuta ontbreekt of is onjuist." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Waarschuwing Je moet ingelogd zijn om te betalen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Er is een terugbetalingsverzoek van %(amount)s verzonden. De betaling wordt " +"binnenkort aangemaakt. Referentie transactie terugbetaling: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" +"Een token kan niet uit het archief worden gehaald nadat het is gearchiveerd." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"Er is een transactie gestart met referentie %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Er is een transactie gestart met referentie %(ref)s om een nieuwe " +"betaalmethode (%(provider_name)s) op te slaan" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Een transactie met referentie %(ref)s is gestart met de betaalmethode " +"%(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Rekening" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Rekeningnummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activeer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Actief" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adres" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Snel afrekenen toestaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Opslaan van betaalmethoden toestaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Reeds vastgelegd" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Reeds geannuleerd" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon-betalingsservices" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Bedrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maximum bedrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Vast te leggen bedrag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Er is een fout opgetreden tijdens de verwerking van je betaling." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Toepassen" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Gearchiveerd" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Weet je zeker dat je deze betaalmethode wilt verwijderen?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Weet je zeker dat je de geautoriseerde transactie wilt annuleren? Deze actie" +" is definitief." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Azië betalen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Authorisatie bericht" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Geautoriseerd" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Geautoriseerd bedrag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Beschikbaarheid" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Beschikbare methodes" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Naam bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Merken" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback documentmodel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Terugbellen gereed" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback methode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID terugbelopname" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Annuleren" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Geannuleerd" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Geannuleerd bericht" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Kan de betaalmethode niet verwijderen" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Kan de betaalmethode niet opslaan" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Vastleggen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Bepaal bedrag handmatig" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Afvangen transactie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Leg het bedrag vast van Odoo, wanneer de levering is voltooid.\n" +"Gebruik dit als je je klantenkaarten alleen wilt opladen wanneer\n" +"je zeker weet dat je de goederen naar hen kunt verzenden." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Onderliggende transacties" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Onderliggende transacties" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Kies een betalinsgmethode" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Kies een andere methode " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Plaats" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Afsluiten" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Code" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Kleur" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Bedrijven" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Bedrijf" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuratie" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Bevestig verwijdering" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Bevestigd" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Overeenkomende module" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Landen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Token maken" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Een nieuwe betaalprovider maken" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Het maken van een transactie van een gearchiveerd token is verboden." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Inloggegevens" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Creditcard en betaalpas (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Aangepaste betaalinstructies" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klant" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Definieer de weergavevolgorde" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Uitgeschakeld" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Gedaan bericht" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Concept" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Ingeschakeld" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Onderneming" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Fout" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Fout: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Formuliersjabloon snel afrekenen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Snel afrekenen ondersteund" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Met Snel afrekenen kunnen klanten sneller betalen door een betaalmethode te " +"gebruiken die alle vereiste factuur- en verzendgegevens bevat, waardoor het " +"afrekenproces kan worden overgeslagen." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Alleen volledig" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Genereer betaallink" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Gegenereerde verkoop betaallink" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Betaallink genereren en kopiëren" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Ga naar mijn Account " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Groeperen op" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP routing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Heeft onderliggende in concept" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Heeft een resterend bedrag" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Is de betaling nabewerkt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Help berichten" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Indien de betaling niet bevestigd is kun je ons contacteren." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Afbeelding" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"In de testmodus wordt een nepbetaling verwerkt via een testbetalingsinterface.\n" +"Deze modus wordt geadviseerd bij het instellen van de provider." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Inline formuliersjabloon" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installeren" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installatiestatus" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Geïnstalleerd" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Interne server fout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Is een geldig vast te leggen bedrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Is nabewerkt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Is primaire betaalmethode" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Het is momenteel gekoppeld aan de volgende documenten:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Landingsroute" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Taal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Datum laatste staatswijziging" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Laten we beginnen" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Een verzoek doen aan de aanbieder is niet mogelijk omdat de aanbieder is " +"uitgeschakeld." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Beheer uw betaalmethodes" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Handmatig" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Handmatige opname ondersteund" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Maximaal bedrag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Maximale toegestane vastlegging" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Bericht" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Berichten" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Methode" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naam" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Geen provider ingesteld" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Er is geen handmatige betaalmethode gevonden voor dit bedrijf. Maak er een " +"aan in het menu Payment Provider." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Geen betaalmethodes gevonden voor je betaalproviders." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Er kan geen token toegewezen worden aan de publieke partner." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise module" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Offline betaling per token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Onboardingstap" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Afbeelding onboardingstap" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online betalingen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Online directe betaling" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Online betaling per token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Online betalen met omleiding" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Alleen beheerders hebben toegang tot deze gegevens." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Alleen geautoriseerde transacties kunnen worden geannuleerd." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Alleen bevestigde transacties kunnen worden terugbetaald." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Bewerking" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Bediening niet ondersteund." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Overige" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Andere betaalmethodes" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT identiteitstoken" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Gedeeltelijk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Relatie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Relatienaam" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Betaal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Wizard voor het vastleggen van betalingen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Betalingsdetails" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Betaling opvolging" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Betaalformulier" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Betalingsinstructies" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Betaal ink" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Betaalmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Code betaalmethode" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Betaalwijzes" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Betaalprovider" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Betaalproviders" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Betalingstoken" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Aantal betaaltokens" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Betaaltokens" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalingstransactie" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Betaaltransacties" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Betaaltransacties gekoppeld aan token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Betalingsgegevens opgeslagen op %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Betaalmethodes" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Betalingsverwerking mislukt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Betaalprovider" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Onboarding-wizard voor betaalproviders" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Betalingen" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "In behandeling" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Bericht in behandeling" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefoon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" +"Zorg ervoor dat %(payment_method)s ondersteunt wordt door %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Geef een positief bedrag in." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Geef een bedrag in dat kleiner is dan %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Schakel over naar bedrijf" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Primaire betaalmethode" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Verwerkt door" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provider" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Code provider" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Providerreferentie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Providers" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Gepubliceerd" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Reden: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Formuliersjabloon omleiden" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referentie" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referentie moet uniek zijn!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Terugbetaling" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Terugbetaling is een functie waarmee klanten direct vanuit de betaling in " +"Odoo kunnen worden terugbetaald." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Terugbetalingen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Aantal terugbetalingen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Gerelateerde document ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Gerelateerde documentmodel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Valuta vereist" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA automatische incasso" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Opslaan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Selecteer landen. Laat leeg om alle landen toe te staan." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Selecteer landen. Laat leeg om overal beschikbaar te maken." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Selecteer valuta. Laat leeg om geen beperkingen op te leggen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Selecteer valuta's. Laat leeg om alle valuta's toe te staan." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Selecteer onboarding betaalmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Reeks" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Toon Snel afrekenen toestaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Toon Tokenisatie toestaan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Auth-bericht weergeven" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Toon Annuleer bericht" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Pagina met inloggegevens weergeven" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Toon Klaar bericht" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Bericht in behandeling tonen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Pre-bericht weergeven" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Overslaan" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Sommige transacties die je wilt vastleggen kunnen alleen in hun geheel " +"worden vastgelegd. Behandel de transacties afzonderlijk om een gedeeltelijk " +"bedrag vast te leggen." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Brontransactie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Stap voltooid!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Ondersteun gedeeltelijke vastlegging" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Ondersteunde landen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Ondersteunde valuta's" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Ondersteunde betaalmethodes" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Ondersteund door" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testmodus" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Het toegangstoken is ongeldig." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Het vast te leggen bedrag moet positief zijn en mag niet hoger zijn dan %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"De basisafbeelding die wordt gebruikt voor deze betaalmethode; in een " +"formaat van 64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"De merken van de betaalmethodes die worden weergegeven op het " +"betaalformulier." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "De onderliggende transacties van de transactie." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Het duidelijke deel van de betalingsgegevens van de betaalmethode." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "De kleur van de kaart in kanbanweergave" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Het aanvullende informatieve bericht over de staat" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"De landen waarin deze betaalprovider beschikbaar is. Laat dit veld leeg om " +"het in alle landen beschikbaar te maken." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"De beschikbare valuta met deze betaalprovider. Laat leeg om geen beperkingen" +" op te leggen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "De volgende velden moeten worden ingevuld: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "De volgende kwargs staan niet op de witte lijst: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "De interne referentie van de transactie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"De lijst met landen waar deze betaalmethode kan worden gebruikt (als de " +"provider het toelaat). In andere landen is deze betaalmethode niet " +"beschikbaar voor klanten." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"De lijst met valuta's die worden ondersteung door deze betaalmethode (als de" +" provider het toelaat). Bij betaling met andere valuta is deze " +"betaalprovider niet beschikbaar voor klanten." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "De lijst van providers die deze betaalmethode ondersteunt." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"De belangrijkste valuta van het bedrijf, die wordt gebruikt om geldvelden " +"weer te geven." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Het maximale betalingsbedrag waarvoor deze betaalprovider beschikbaar is. " +"Laat leeg om het beschikbaar te maken voor elk betalingsbedrag." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Het bericht dat wordt weergegeven als de betaling is geautoriseerd" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Het bericht dat wordt weergegeven als de bestelling wordt geannuleerd " +"tijdens het betalingsproces" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Het bericht dat wordt weergegeven als de bestelling is voltooid na het " +"betalingsproces" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Het bericht dat wordt weergegeven als de bestelling in behandeling is na het" +" betalingsproces" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Het weergegeven bericht om het betalingsproces uit te leggen en te helpen" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"De betaling moet ofwel direct zijn, met omleiding, ofwel met een token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"De primaire betaalmethode van de huidige betaalmethode, als deze een merk is.\n" +"Bijvoorbeeld, \"Kaart\" is de primaire betaalmethode van het kaartmerk \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "De providerreferentie van het token van de transactie." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "De providerreferentie van de transactie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" +"De aangepaste afbeelding die wordt weergegeven op het betaalformulier." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "De route waarnaar de gebruiker wordt omgeleid na de transactie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "De brontransactie van gerelateerde onderliggende transacties" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "De technische code van deze betaalmethode." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "De technische code van deze betaalprovider." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"De sjabloon die een formulier weergeeft dat is ingediend om de gebruiker om " +"te leiden bij het doen van een betaling" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" +"De sjabloon die het formulier voor uitdrukkelijke betaalmethoden weergeeft." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"De sjabloon die het inline betalingsformulier weergeeft bij een directe " +"betaling" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"De sjabloon die het inline betalingsformulier weergeeft bij een betaling per" +" token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Er is een fout opgetreden bij de transactie met referentie %(ref)s voor " +"%(amount)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"De transactie met referentie %(ref)s voor %(amount)s is geautoriseerd " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"De transactie met referentie %(ref)s voor %(amount)s is bevestigd " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Er zijn geen transacties om weer te geven" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Er is nog geen token aangemaakt." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Er valt niets te betalen." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Er valt niets te betalen." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Deze actie zal ook %s tokens archiveren die met deze betaalmethode zijn " +"geregistreerd. Het archiveren van tokens is onomkeerbaar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Deze actie zal ook %s tokens archiveren die bij deze provider zijn " +"geregistreerd. Het archiveren van tokens is onomkeerbaar." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Hiermee wordt bepaald of klanten hun betaalmethoden kunnen opslaan als betaaltokens.\n" +"Een betalingstoken is een anonieme link naar de details van de betaalmethode die zijn opgeslagen in de\n" +"database van de provider, zodat de klant deze kan hergebruiken voor een volgende aankoop." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Hiermee wordt bepaald of klanten expresbetaalmethoden kunnen gebruiken. Met " +"Snel afrekenen kunnen klanten betalen met Google Pay en Apple Pay waarvan " +"adresgegevens worden verzameld bij de betaling." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Deze relatie heeft geen e-mailadres, wat problemen kan veroorzaken bij sommige betaalproviders.\n" +"Het wordt aangeraden om een e-mailadres in te stellen voor deze relatie." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Deze betaalmethode heeft een partner in crime nodig; je moet eerst een " +"betaalprovider inschakelen die deze methode ondersteunt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Deze transactie is bevestigd na de verwerking van de gedeeltelijke " +"vastlegging en de gedeeltelijk geannuleerde transacties (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Token inline formuliersjabloon" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenisatie ondersteund" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Tokenization is het proces waarbij de betaalgegevens worden opgeslagen als " +"een token dat later opnieuw kan worden gebruikt zonder dat de betaalgegevens" +" opnieuw moeten worden ingevoerd." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transactie" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Transactieautorisatie wordt niet ondersteund door de volgende " +"betaalproviders: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Ondersteund type terugbetaling" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Kon geen contact opnemen met de server. Even gedult alstublieft." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Niet gepubliceerd" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Upgraden" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validatie van de betaalmethode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Geannuleerd resterend bedrag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Ongeldige transactie" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Waarschuwing" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Waarschuwingsberichten" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Waarschuwing!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "We konden je betaling niet vinden, maar maak je geen zorgen." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "We verwerken je betaling, een moment geduld." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Of er een betalingstoken moet worden aangemaakt bij de naverwerking van de " +"transactie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" +"Of de provider van elke transactie de gedeeltelijke vastlegging ondersteunt." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Of de callback al is uitgevoerd" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Of de aanbieder nu wel of niet zichtbaar is op de website. Tokens blijven " +"functioneel, maar zijn alleen zichtbaar op beheerformulieren." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Overschrijving" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Je kan de betaalprovider %s niet verwijderen; schakel hem uit of " +"desinstalleer hem in de plaats." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Je kunt een uitgeschakelde provider niet publiceren." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Je hebt geen toegang tot deze betaaltoken." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Je zou binnen een paar minuten een e-mail moeten ontvangen die je betaling " +"bevestigd." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Jouw betaling is toegestaan." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Jouw betaling is geannuleerd." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Je betaling is succesvol verwerkt maar wacht op goedkeuring." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Je betaling is succesvol verwerkt." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Je betaling is nog niet verwerkt." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Postcode" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postcode" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "gevaar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "betaalmethode" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "betaling: transacties na verwerking" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "aanbieder" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "succes" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"om deze\n" +" betaling uit te voeren." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "waarschuwing" diff --git a/i18n/payment.pot b/i18n/payment.pot new file mode 100644 index 0000000..48a7b96 --- /dev/null +++ b/i18n/payment.pot @@ -0,0 +1,2235 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2024-01-29 10:45+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 +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..2c5f6de --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,2326 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Dariusz Żbikowski , 2023 +# Wil Odoo, 2023 +# Anita Kosobucka, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Anita Kosobucka, 2023\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Pobierane Dane" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Proszę o płatność do:

  • Bank: %s
  • Numer konta: " +"%s
  • Właściciel konta: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "Skonfiguruj dostawcę płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +"Aktywuj metody płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Niepublikowane" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Opublikowane" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Zapisane metody płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +"Jak skonfigurować konto PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Twoje metody płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Ostrzeżenie! Trwa częściowe przechwytywanie. Poczekaj chwilę\n" +"chwilę na jego przetworzenie. Sprawdź konfigurację dostawcy płatności, jeśli\n" +"przechwytywanie jest nadal w toku po kilku minutach." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Ostrzeżenie! Nie można przechwycić kwoty ujemnej ani więcej" +" niż" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Ostrzeżenie Tworzenie dostawcy płatności za pomocą przycisku UTWÓRZ nie jest obsługiwane.\n" +"Zamiast tego użyj akcji Duplikuj." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Ostrzeżenie Brak waluty lub nieprawidłowa waluta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Ostrzeżenie Musisz być zalogowany, aby dokonać płatności." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Żądanie zwrotu kwoty %(amount)s zostało wysłane. Płatność zostanie wkrótce " +"utworzona. Numer referencyjny transakcji zwrotu: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" +"Zarchiwizowany token nie może zostać odarchiwizowany gdy został " +"zarchiwizowany." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"Transakcja z numerem referencyjnym %(ref)s została zainicjowana " +"(%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Transakcja z referencją %(ref)s została zainicjowana w celu zapisania nowej " +"metody płatności (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Transakcja z numerem referencyjnym %(ref)s została zainicjowana przy użyciu " +"metody płatności %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Numer konta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktywuj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktywne" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adres" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Zezwalaj na usługę Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Zezwól na zapisywanie metod płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Już przechwycony" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Już unieważnione" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Usługi płatnicze Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Kwota" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Kwota Maks." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Kwota do przechwycenia" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Podczas przetwarzania płatności wystąpił błąd." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Zastosuj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Zarchiwizowane" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Czy na pewno chcesz usunąć tę metodę płatności?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Czy na pewno chcesz unieważnić autoryzowaną transakcję? Ta akcja nie może " +"zostać cofnięta." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Wiadomość autoryzacyjna" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autoryzowane" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Zatwierdzona kwota" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Dostępność" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nazwa Banku" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Wzór dokumentu wywołania zwrotnego" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Wywołanie zwrotne wykonane" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Skrót wywołania zwrotnego" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Metoda wywołania zwrotnego" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Identyfikator rekordu wywołania zwrotnego" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Anuluj" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Anulowano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Wiadomość anulowana" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Przechwyć" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Ręczne przechwytywanie kwoty" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Przechwytywanie transakcji" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Przechwytuje kwotę z Odoo po zakończeniu dostawy.\n" +"Użyj tej opcji, jeśli chcesz obciążać karty klientów tylko wtedy, gdy\n" +"jesteś pewien, że możesz wysłać do nich towary." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transakcje podrzędne" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transakcje podrzędne" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Wybierz metodę płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Wybierz inną metodę" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Miasto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zamknij" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Kolor" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Firmy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Firma" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguracja" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Potwierdź usunięcie" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potwierdzone" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Moduł odpowiadający" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Kraje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Kraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Utwórz token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Utwórz nowego dostawcę płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Utworzył(a)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Data utworzenia" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" +"Tworzenie transakcji na podstawie zarchiwizowanego tokena jest zabronione." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Uwierzytelnienia" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Karty kredytowe i debetowe (poprzez Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Waluty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Waluta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Własne instrukcje płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klient" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Definiowanie kolejności wyświetlania" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Wyłączone" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Wiadomość wykonania" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Projekt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Włączone" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Błąd" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Błąd: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Szablon formularza Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Obsługa usługi Express Checkout" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Tylko pełne" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Wygeneruj link do płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Wygeneruj link do płatności." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Wygeneruj i skopiuj link do płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupuj wg." + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Wytyczanie HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Ma projekt potomków" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Ma pozostałą kwotę" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Czy płatność została przetworzona" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Wiadomość pomocnicza" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" +"Jeśli płatność nie została potwierdzona, możesz skontaktować się z nami." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Obraz" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"W trybie testowym przez testowy interfejs płatniczy przetwarzane są fałszywe płatności.\n" +"Ten tryb jest zalecany podczas konfigurowania dostawcy." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Szablon formularza wbudowanego" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instaluj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Stan instalacji" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Zainstalowano" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Wewnętrzny błąd serwera" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Czy kwota do przechwycenia jest prawidłowa?" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Jest przetworzony" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Jest on obecnie powiązany z następującymi dokumentami:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Trasa lądowania" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Język" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Data ostatniej zmiany stanu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Data ostatniej aktualizacji" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Zróbmy to" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Złożenie wniosku do dostawcy nie jest możliwe, ponieważ dostawca jest " +"zablokowany." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Zarządzaj swymi metodami płatności" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manualna" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Obsługiwane przechwytywanie ręczne" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Maksymalna kwota" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Maksymalny dozwolony przechwyt" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Wiadomość" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Wiadomości" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nazwa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Brak zestawu dostawców" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Nie znaleziono ręcznej metody płatności dla tej firmy. Utwórz ją w menu " +"Dostawca płatności." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Brak metod płatności dla twojego dostawcy płatności." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Partnerowi publicznemu nie można przypisać żadnego tokena." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Moduł Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Płatność offline za pomocą tokena" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Krok wdrożenia" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Płatności online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Bezpośrednia płatność online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Płatność online za pomocą tokena" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Płatność online z przekierowaniem" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Dostęp do tych danych mają tylko administratorzy." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Tylko autoryzowane transakcje mogą zostać anulowane." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Tylko potwierdzone transakcje mogą zostać zwrócone." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operacja" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operacja nie jest obsługiwana." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Inne" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Inne metody płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token tożsamości PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Częściowo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Kontrahent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nazwa partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Zapłać" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Kreator przechwytywania płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Szczegóły płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Kontrola płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formularz płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instrukcje Płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Link do płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metoda płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Kod metody płatności" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Metody wysyłania płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Dostawca Płatności" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Dostawcy Płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Liczba tokenów płatności" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tokeny płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcja płatności" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transakcje płatności" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transakcje płatnicze powiązane z tokenem" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Szczegóły płatności zapisane na %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Metody płatności" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Przetwarzanie płatności nie powiodło się" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Dostawca płatności" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Kreator wdrażania dostawcy płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Wpłaty" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Oczekujące" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Wiadomość przetwarzania" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Ustaw kwotę dodatnią." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Ustaw kwotę niższą niż %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Przejdź do firmy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Przetwarzane przez" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Dostawca" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Numer referencyjny dostawcy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Dostawcy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Opublikowano" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Powód: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Szablon formularza przekierowania" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Odnośnik" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Odniesienie musi być unikalne!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Korekta" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Korekty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Liczba zwrotów" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID dokumentu związanego" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Powiązany model dokumentu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Wymagaj waluty" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Polecenie zapłaty SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Zapisz" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Wybierz kraje. Pozostaw puste by zezwolić na każdy." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Wybierz kraje. Pozostaw puste, aby udostępnić wszędzie." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Wybierz waluty. Pozostaw puste, aby nie ograniczać." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Wybierz waluty. Pozostaw puste by zezwolić na każdą." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Wybrana metoda płatności za wdrożenie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekwencja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Pokaż Zezwalaj na Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Pokaż Zezwalaj na tokenizację" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Pokaż wiadomość autoryzacji" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Pokaż wiadomość anulowania" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Pokaż stronę poświadczeń" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Pokaż wiadomość Gotowe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Pokaż oczekujące wiadomości" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Pokaż wiadomość wstępną" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Pomiń" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Niektóre transakcje, które zamierzasz przechwycić, mogą być przechwycone " +"tylko w całości. Obsługuj transakcje indywidualnie, aby przechwycić " +"częściową kwotę." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Transakcja źródłowa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Krok zakończony!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Obsługa przechwytywania częściowego" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Obsługiwane kraje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Obsługiwane waluty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Obsługiwane metody płatności" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Tryb testowy" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Token dostępu jest nieprawidłowy." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Kwota do przechwycenia musi być dodatnia i nie może być wyższa niż %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Transakcje podrzędne transakcji." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Wyraźna część szczegółów płatności metody płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Kolor karty w widoku kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Uzupełniająca wiadomość informacyjna o stanie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Kraje, w których ten dostawca płatności jest dostępny. Pozostaw puste, aby " +"był dostępny we wszystkich krajach." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Waluty dostępne u tego dostawcy płatności. Pozostaw puste, aby nie " +"ograniczać." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Należy wypełnić następujące pola: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Wewnętrzne odniesienie do transakcji" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Lista krajów w których następująca metoda płatności jest dostępna (jeżeli " +"dostawca na to pozwala). W pozostałych krajach ta metoda płatności nie jest " +"widoczna dla klientów." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Lista dostawców obsługujących tę metodę płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "Główna waluta firmy, używana do wyświetlania pól pieniężnych." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Maksymalna kwota płatności, dla której dostępny jest ten dostawca płatności." +" Pozostaw puste, aby był dostępny dla dowolnej kwoty płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Komunikat wyświetlany w przypadku autoryzacji płatności" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Komunikat wyświetlany w przypadku anulowania zamówienia podczas procesu " +"płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Komunikat wyświetlany w przypadku pomyślnego złożenia zamówienia po " +"dokonaniu płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Komunikat wyświetlany, jeśli zamówienie oczekuje na realizację po " +"zakończeniu procesu płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" +"Komunikat wyświetlany w celu wyjaśnienia i ułatwienia procesu płatności" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Płatność powinna być bezpośrednia, z przekierowaniem lub dokonana za pomocą " +"tokena." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Numer referencyjny dostawcy dla transakcji" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" +"Trasa, na którą użytkownik jest przekierowywany po dokonaniu transakcji." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Transakcja źródłowa powiązanych transakcji podrzędnych" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Kod techniczny tego dostawcy usług płatniczych." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Szablon renderujący formularz przesłany w celu przekierowania użytkownika " +"podczas dokonywania płatności" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Szablon renderujący formularz ekspresowych metod płatności." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Szablon renderujący wbudowany formularz płatności podczas dokonywania " +"płatności bezpośredniej" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Szablon renderujący wbudowany formularz płatności podczas dokonywania " +"płatności tokenem." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Transakcja z referencją %(ref)s dla %(amount)s napotkała błąd " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Transakcja z referencją %(ref)s dla %(amount)s została autoryzowana " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Transakcja z referencją %(ref)s dla %(amount)s została potwierdzona " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Nie ma żadnych transakcji do pokazania" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Nie utworzono jeszcze żadnego tokena." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Nie ma nic do zapłacenia." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Nie trzeba nic płacić." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Ta akcja spowoduje również zarchiwizowanie %s tokenów zarejestrowanych u " +"tego dostawcy. Archiwizacja tokenów jest nieodwracalna." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Kontroluje to, czy klienci mogą zapisywać swoje metody płatności jako tokeny płatności.\n" +"Token płatności to anonimowy link do szczegółów metody płatności zapisanych w bazie danych dostawcy.\n" +"dostawcy, umożliwiający klientowi ponowne użycie go przy następnym zakupie." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Kontroluje to, czy klienci mogą korzystać z ekspresowych metod płatności. " +"Express checkout umożliwia klientom płacenie za pomocą Google Pay i Apple " +"Pay, z których dane adresowe są zbierane podczas płatności." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Ten partner nie ma adresu e-mail, co może powodować problemy z niektórymi dostawcami płatności.\n" +"Zaleca się ustawienie adresu e-mail dla tego partnera." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Ta transakcja została potwierdzona po przetworzeniu jej częściowych " +"transakcji przechwycenia i częściowego unieważnienia (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Szablon formularza inline z tokenem" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Obsługiwana tokenizacja" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transakcja" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Autoryzacja transakcji nie jest obsługiwana przez następujących dostawców " +"płatności: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Typ wspieranego zwrotu" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nieopublikowane" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Aktualizacja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Walidacja metody płatności" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Unieważnienie pozostałej kwoty" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Pusta transakcja" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Ostrzeżenie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Wiadomość ostrzegawcza" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Uwaga!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Nie możemy znaleźć płatności, ale nie martw się." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Twoja płatność jest przetwarzana. Poczekaj." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Czy token płatności powinien zostać utworzony po przetworzeniu transakcji?" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Czy każdy dostawca transakcji obsługuje częściowe przechwytywanie." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Czy wywołanie zwrotne zostało już wykonane" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Czy dostawca jest widoczny na stronie internetowej, czy nie. Tokeny " +"pozostają funkcjonalne, ale są widoczne tylko w formularzach zarządzania." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Przelew bankowy" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Nie można opublikować wyłączonego dostawcy." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Nie masz dostępu do tego tokena płatności." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"W ciągu kilku minut powinieneś otrzymać wiadomość e-mail z potwierdzeniem " +"płatności." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Twoja płatność została autoryzowana." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Twoja płatność została anulowana" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Twoja płatność została pomyślnie przetworzona, ale czeka na zatwierdzenie." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Twoja płatność została poprawnie przetworzona." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Płatność nie została jeszcze przetworzona." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Kod pocztowy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Kod pocztowy" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "niebezpieczeństwo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "płatność: transakcje przetworzone" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "dostawca" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "sukces" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"aby dokonać tej\n" +"płatności." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "ostrzeżenie" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..685f843 --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,2243 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Reinaldo Ramos , 2023 +# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023 +# Manuela Silva , 2023 +# Wil Odoo, 2023 +# Rita Bastos, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rita Bastos, 2024\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Dados Recebidos" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Conta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Número da Conta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Ativar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Ativo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Endereço" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Valor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arquivados" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilidade" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nome do Banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Cancelado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Escolha um método de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Cidade" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Fechar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Código" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Cor" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Empresas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuração" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmado" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contacto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Países" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Moedas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moeda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instruções de pagamento personalizado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demonstraçãol" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Rascunho" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Erro" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Gerar Link Para Pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Rotas HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Se o pagamento não foi confirmado pode nos contatar." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagem" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Estado da Instalação" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Idioma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gira os seus métodos de pagamento" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mensagem" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mensagens" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Método" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nome" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operação" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operação não suportada." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Outro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Código de Identidade de PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Parceiro" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nome do Parceiro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instruções de Pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Método de Pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Métodos de Pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Código de Pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Códigos de Pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transação de Pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transações de Pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagamentos" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Pendente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mensagem Pendente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefone" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Provedores" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicada" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referência" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Reembolso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Notas de Crédito" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Id. dos Documentos Relacionados" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modelo de Documento Relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Débito Direto SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Guardar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequência" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Salte" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Estado" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Modo de Teste" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transação" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Não Publicada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Atualizar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Aviso!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Não nos foi possível encontrar o seu pagamento, mas não se preocupe." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transferência Bancária" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Deve receber um email a confirmar o seu pagamento dentro de minutos." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "O seu pagamento foi autorizado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Código Postal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Código Postal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..65dd4f6 --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,2372 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# grazziano , 2023 +# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023 +# Wil Odoo, 2023 +# Maitê Dietze, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Maitê Dietze, 2024\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Dados coletados" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Realize o pagamento para:

  • Banco: %s
  • Conta bancária:" +" %s
  • Titular da conta: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Essas propriedades estão definidas para\n" +" corresponder ao comportamento dos provedores e da integração deles com o\n" +" Odoo em relação a esta forma de pagamento. Alterações podem causar erros\n" +" e primeiro devem ser testadas em uma base de dados de teste." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Configurar um provedor de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Habilitar métodos de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Salvar minhas informações de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Não publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Métodos de pagamento salvos" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Todos os países são suportados.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Todas moedas são suportadas.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Protegido por" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Como configurar sua conta " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Suas formas de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Não foi possível encontrar uma forma de pagamento adequada.
\n" +" Se você acredita que houve um erro, entre em contato com o administrador\n" +" do site." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Aviso: há uma captura parcial pendente. Espere até\n" +" que seja processada. Verifique a configuração do seu provedor de pagamento se\n" +" a captura ainda estiver pendente após alguns minutos." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Aviso: não é possível capturar uma quantia negativa ou mais\n" +" que" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Aviso: A criação de um provedor de pagamento a partir do botão CRIAR não é suportada.\n" +" Utilize a ação Duplicar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Aviso Certifique-se de estar conectado com o\n" +" usuário correto antes de fazer este pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Aviso: a moeda está faltando ou é incorreta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Aviso: você deve estar logado para pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Uma solicitação de reembolso no valor de %(amount)s foi enviada. O pagamento" +" será criado em breve. Referência de transação de reembolso: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Um token não pode ser desarquivado após ser arquivado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"Uma transação com a referência %(ref)s foi iniciada (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Uma transação com a referência %(ref)s foi iniciada para salvar um novo " +"método de pagamento (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Uma transação com a referência %(ref)s foi iniciada utilizando o método de " +"pagamento %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Conta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Número da conta" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Ativar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Ativo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Endereço" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Permitir checkout expresso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permitir salvar métodos de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Já capturado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Já anulado" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Valor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Valor máx" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Valor a capturar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Ocorreu um erro durante o processamento do seu pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplicar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arquivado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Tem certeza de que deseja excluir esta forma de pagamento?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Tem certeza de que deseja anular a transação autorizada? Esta ação não pode " +"ser desfeita." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Mensagem de autorização" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Quantia autorizada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilidade" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Formas disponíveis" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Nome do banco" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Marcas" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Modelo de documento de retorno de chamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Retorno de chamada finalizado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Hash de retorno de chamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Método de retorno de chamada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID do registro de retorno de chamada" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Cancelada" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Mensagem cancelada" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Não foi possível excluir a forma de pagamento" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Não foi possível salvar a forma de pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Captura" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capturar quantia manualmente" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Capturar transação" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capture o valor a partir do Odoo quando a entrega for concluída.\n" +"Use isso se você quiser cobrar os cartões dos clientes somente quando\n" +"tiver certeza de que pode enviar as mercadorias para eles." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Transações secundárias" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Transações secundárias" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Escolha uma forma de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Selecione outra forma " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Cidade" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Fechar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Código" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Cor" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Empresas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Empresa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configuração" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmar exclusão" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmado" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contato" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Módulo correspondente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Países" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "País" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Criar token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Criar um novo provedor de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "É proibido criar uma transação a partir de um token arquivado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credenciais" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Cartão de crédito e débito (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Moedas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moeda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instruções de pagamento personalizadas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Cliente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Defina a ordem de exibição" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Desabilitado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Mensagem de conclusão" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Rascunho" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Habilitado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Erro" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Erro: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Modelo de formulário de checkout expresso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Suporta checkout expresso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"O check-out expresso permite que os clientes paguem mais rápido usando uma " +"forma de pagamento que fornece todas as informações de entrega e de cobrança" +" necessárias, possibilitando assim pular o processo de checkout." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Total apenas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Gerar link de pagamento " + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Gerar link de pagamento da venda" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Gerar e copiar link de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Ir para minha conta " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Roteamento HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Tem secundários em rascunho" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Tem quantia remanescente" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "O pagamento foi pós-processado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Mensagem de ajuda" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Caso o pagamento não tenha sido confirmado, entre em contato conosco." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagem" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"No modo de teste, um pagamento falso é processado por meio de uma interface de pagamento de teste.\n" +"Este modo é recomendado ao configurar o provedor." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Modelo de formulário em linha" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Estado da instalação" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalado" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Erro interno do servidor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "A quantia a capturar é válida" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Foi pós-processado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "É a forma de pagamento primária" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Está atualmente vinculado aos seguintes documentos:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Rota de destino" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Idioma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Data da última mudança de situação" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Vamos lá" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Não é possível fazer uma solicitação ao provedor porque o provedor está " +"desabilitado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Gerencie seus métodos de pagamento" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Suporta captura manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Valor máximo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Captura máxima permitida" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mensagem" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mensagens" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Método" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nome" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Nenhum provedor definido" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Nenhuma forma de pagamento manual foi encontrada para esta empresa. Crie uma" +" no menu de provedores de serviços de pagamentos." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" +"Nenhuma forma de pagamento encontrada para seus provedores de pagamento." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Nenhum token pode ser atribuído ao usuário público." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Módulo do Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Pagamento offline por token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Etapa de onboarding " + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Imagem da etapa de integração" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Pagamentos online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Pagamento direto online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Pagamento online por token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Pagamento online com redirecionamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Somente administradores podem acessar esses dados." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Somente transações autorizadas podem ser anuladas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Somente transações confirmadas podem ser reembolsadas." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operação" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operação não suportada." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Outro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Outras formas de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token de identidade do PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Usuário" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nome do usuário" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Pagar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Assistente de captura de pagamentos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Informações de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Acompanhamento do pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formulário de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instruções de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Link de pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Método de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Código da forma de pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Formas de pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Provedor de serviços de pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Provedores de serviços de pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Contagem de tokens de pagamentos" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tokens de pagamentos" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transação do pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Transações de pagamento" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Transações de pagamento vinculadas ao token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Informações de pagamento salvas em %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Formas de pagamento" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Falha no processamento do pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Provedor de serviços de pagamento" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Assistente de integração de provedor de serviços de pagamento" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Pagamentos" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Pendente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mensagem pendente" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefone" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Certifique-se de que %(payment_method)s é suportado por %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Defina um valor positivo." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Defina um valor menor que %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Alterne para empresa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Forma de pagamento primária" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Processado por" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Código do provedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referência do provedor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Provedores" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicado" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motivo: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Modelo de formulário de redirecionamento" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referência" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "A referência deve ser única." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Reembolso" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"O reembolso é um recurso que permite reembolsar os clientes diretamente pelo" +" pagamento no Odoo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Contagem de reembolsos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID do documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modelo do documento relacionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Solicitar moeda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Débito direto SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Salvar" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Selecione os países. Deixe em branco para permitir qualquer um." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" +"Selecione os países. Deixe vazio para disponibilizar em todas as regiões." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Selecione moedas. Deixe vazio para não ter restrições." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Selecione moedas. Deixe em branco para permitir qualquer uma." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Método de pagamento de integração selecionado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sequência" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Exibir permissão para checkout expresso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Exibir permissão para tokenização" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Exibir mensagem de autenticação" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Exibir mensagem de cancelamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Exibir página de credenciais" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Exibir mensagem de conclusão" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Exibir mensagem de pendência" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Exibir mensagem de ajuda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Ignorar" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Algumas das transações que você pretende capturar só podem ser capturadas na" +" íntegra. Processe as transações individualmente para capturar um valor " +"parcial." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Transação de origem" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Estado" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Passo Completado!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Suporte à captura parcial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Países suportados" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Moedas suportadas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Formas de pagamento aceitas" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Suportado por" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Modo de teste" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "O token de acesso é inválido." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"O valor a ser capturado deve ser positivo e não pode ser superior a %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"A imagem de base usada para essa forma de pagamento (no formato 64x64 px)" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"As marcas da forma de pagamento que serão exibidas no formulário de " +"pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "As transações secundárias da transação. " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "A parte vazia das informações de pagamento da forma de pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "A cor do cartão na visualização kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "A mensagem de informações complementares sobre a situação" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Os países nos quais esta forma de pagamento está disponível. Deixe em branco" +" para disponibilizar a todos os países." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"As moedas disponíveis com este provedor de pagamentos. Deixe em branco para " +"não ter restrições." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Os campos seguintes devem ser preenchidos: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Os seguintes kwargs não estão na lista de permissões: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "A referência interna da transação" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"A lista de países em que esta forma de pagamento pode ser usada (se o " +"provedor permitir). Em outros países, esta forma de pagamento não estará " +"disponível para os clientes." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"A lista de moedas que são suportadas por essa forma de pagamento (se o " +"provedor permitir). Ao pagar com outra moeda, esta forma de pagamento não " +"estará disponível para os clientes" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "A lista de provedores que dão suporte a essa forma de pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "A moeda principal da empresa, usada para exibir campos monetários." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"O valor máximo de pagamento para a qual este provedor de pagamento está " +"disponível. Deixe em branco para disponibilizar para qualquer valor de " +"pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "A mensagem exibida se o pagamento for autorizado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"A mensagem exibida se o pedido for cancelado durante o processo de pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"A mensagem exibida se o pedido for concluído com sucesso após o pagamento " +"ser processado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"A mensagem exibida se o pedido estiver pendente após o pagamento ser " +"processado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "A mensagem exibida para explicar a auxiliar no processo de pagamento" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"O pagamento deve ser direto, com redirecionamento ou feito através de um " +"token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"A forma de pagamento primária da forma de pagamento atual, se esta última for uma marca.\n" +"Por exemplo, \"cartão\" é a forma de pagamento primária da marca de cartões \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "A referência do provedor do token da transação." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "A referência do provedor da transação" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "A imagem redimensionada exibida no formulário de pagamento.." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "A rota para a qual o usuário é redirecionado após a transação" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "A transação de origem das transações secundárias relacionadas" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "O código técnico desta forma de pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "O código técnico deste provedor de pagamento." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"O modelo renderizando um formulário enviado para redirecionar o usuário ao " +"fazer um pagamento" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "O modelo renderizando o formulário das formas de pagamento expresso." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"O modelo renderizando o formulário em linha de pagamento ao fazer um " +"pagamento direto" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"O modelo renderizando o formulário em linha de pagamento ao fazer um " +"pagamento por token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"A transação com a referência %(ref)s no valor de %(amount)s encontrou um " +"erro (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"A transação com a referência %(ref)s no valor de %(amount)s foi autorizada " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"A transação com a referência %(ref)s no valor de %(amount)s foi confirmada " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Não há transações a serem exibidas" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Ainda não há tokens criados." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Não há nada a ser pago." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Não há nada a pagar." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Essa ação também arquivará %s tokens que estão registrados com essa forma de" +" pagamento. O arquivamento de tokens é irreversível." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"A ação também arquivará tokens %s que estão registrados com este provedor. A" +" ação de arquivar tokens é irreversível." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Isso controla se os clientes podem salvar suas formas de pagamento como tokens de pagamento.\n" +"Um token de pagamento é um link anônimo para as informações da forma de pagamento salva no\n" +"banco de dados do provedor, permitindo que o cliente o reutilize em uma próxima compra." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Isso controla se os clientes podem usar formas de pagamento expresso. O " +"checkout expresso permite que os clientes paguem com Google Pay e Apple Pay," +" de onde o endereço é coletado no momento do pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Este usuário não tem e-mail informado, o que pode causar problemas com alguns provedores de serviços de pagamento.\n" +" É recomendado definir um e-mail para este usuário." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Esta forma de pagamento precisa de um parceiro; você deve primeiro habilitar" +" um provedor de pagamentos que suporte este método." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Esta transação foi confirmada em decorrência do processamento das transações" +" de captura parcial e de cancelamento parcial (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Modelo de formulário em linha do token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Suporte à tokenização" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"A tokenização é o processo de salvar as informações de pagamento como um " +"token que pode ser reutilizado sem necessidade de inserir as informações " +"novamente." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transação" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"A autorização da transação não é suportada pelos seguintes provedores de " +"pagamento: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipo de reembolso possível" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Não foi possível contatar o servidor. Aguarde." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Não publicado" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Upgrade" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validação da forma de pagamento" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Cancelar quantia restante" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Transação nula" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Aviso" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Mensagem de aviso" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Aviso!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Não conseguimos encontrar seu pagamento, mas não se preocupe." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Estamos processando seu pagamento. Aguarde." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Se um token de pagamento deve ser criado ao pós-processar a transação" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Se o provedor de cada transação permite captura parcial." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Se o retorno de chamada já foi executado" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Se o provedor está visível no site ou não. Os tokens permanecem funcionais, " +"mas só ficam visíveis em formulários de gerenciamento." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transferência bancária" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Você não pode excluir o provedor de pagamento %s; em vez disso, desabilite-o" +" ou desinstale-o." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Não é possível publicar um provedor desabilitado." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Você não tem acesso a este token de pagamento." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Você receberá um e-mail confirmando seu pagamento em alguns minutos." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Seu pagamento foi autorizado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Seu pagamento foi cancelado." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Seu pagamento foi processado com sucesso, mas está aguardando por aprovação." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Seu pagamento foi processado com sucesso." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "O seu pagamento ainda não foi processado." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "CEP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "CEP" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "perigo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "forma de pagamento" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "pagamento: transações de pós-processo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "provedor" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "sucesso" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"para realizar este\n" +" pagamento." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "aviso" diff --git a/i18n/ro.po b/i18n/ro.po new file mode 100644 index 0000000..e228d4e --- /dev/null +++ b/i18n/ro.po @@ -0,0 +1,2326 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Hongu Cosmin , 2022 +# sharkutz , 2022 +# Foldi Robert , 2022 +# Martin Trigaux, 2022 +# Cozmin Candea , 2023 +# Dorin Hongu , 2023 +# Fenyedi Levente, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: Fenyedi Levente, 2023\n" +"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Date preluate" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "Valoare:" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "Referință:" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "

Vă rugăm să efectuați o plată în:

  • Banca: %s
  • Contul: %s
  • Titular cont: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr " Înapoi la contul meu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr " Șterge" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Metode de plată salvate" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" +"Nu a fost găsită nicio opțiune de plată potrivită.
\n" +" Dacă credeți că este o eroare, vă rugăm să contactați administratorul site-ului." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Atenție Moneda lipsește sau este incorectă." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Atenție Trebuie să fiți autentificat pentru a plăti." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Cont" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Numar de Cont" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Activează" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Activ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "Adaugă taxe extra" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Permite salvarea metodelor de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Valoare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Valoare Maximă" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "A apărut o eroare în timpul procesării acestei plăți." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Aplică" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhivat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "Sunteți sigur că doriți să anulați tranzacția autorizată? Această acțiune nu poate fi anulată." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Autorizare Mesaj" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Disponibilitate" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bancă" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Numele Bancii" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Model Document Callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback Realizat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Metodă Callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID Înregistrare Callback" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Anulează" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Anulat(ă)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Mesaj Anulare" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Captați Valoarea Manual" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Captați Tranzacție" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capturați suma din Odoo, atunci când livrarea este finalizată.\n" +"Folosiți această opțiune dacă doriți să vă debitați cardurile clienților\n" +"doar atunci când sunteți sigur că puteți livra bunurile lor." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Alege metoda de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Localitate" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "Click aici pentru a fi redirecționat către pagina de confirmare." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Închide" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "Cod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Color" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Companii" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Companie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Configurare" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirmă ștergerea" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Confirmat" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Contact" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Modul corespondent" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Țări" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Țară" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Creați Token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Creat în" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Date autentificare" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "Card de credit și debit" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Card de credit și debit (prin Stripe)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "Card Credit (powered by Adyen)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "Card Credit (powered by Authorize)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "Card Credit (powered by Buckaroo)" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "Card Credit (powered by Sips)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Instrucțiuni de plată personalizate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Client" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Definiți ordinea de afișare" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Dezactivat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "Destituire" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "Afișat ca" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Efectuat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Mesaj efectuare" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Ciornă" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Activ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Eroare" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "Eroare: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Taxe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "Taxe locale fixe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "Taxe internaționale fixe" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "De la" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Numai complet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generați un link de plată" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generați linkul de plată a vânzărilor" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupează după" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Rutare HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "A fost post-procesată plata" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Mesaj de ajutor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Dacă plata nu a fost confirmată ne puteți contacta." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "Dacă credeți că este o eroare, vă rugăm să contactați administratorul sitului web." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Imagine" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "Imagine afișată pe formularul de plată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "În modul de testare, o plată falsă este procesată prin o interfață de plată de testare.\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Șablon formular în linie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instalează" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Stare Instalare" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instalat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Eroare internă server" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Este momentan legat de următoarele documente:" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "Doar făcut" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Landing Route" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Limba" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Data ultimei modificări a stării" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare pe" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "Gestionați Metode Plată" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manual" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Valoare maximă" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mesaj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mesaje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metodă" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "Mai multe opțiuni de plată selectate" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Nume" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Nici un furnizor setat" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "Nu a fost procesată nicio plată." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "Nicio opțiune de plată selectată" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "Nerealizat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "Neverificat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Modul Odoo Enterprise " + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Plată offline prin token" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Plată directă online" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Plată online prin token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Plată online cu redirecționare" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Doar administratorii pot accesa aceste date." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Numai tranzacțiile autorizate pot fi anulate." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Numai tranzacțiile confirmate pot fi rambursate." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operație" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Altul" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token de identitate PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parțial" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partener" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Nume partener" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "Plată" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalii plată" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Payment Followup" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Formular Plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Instrucțiuni de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Link Plată" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metoda de plată" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Furnizor de plată" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Furnizori de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "Referință plată" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Token de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Număr tokenuri de plată" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Jetoane Plată" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Tranzacție plată" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Tranzacții plată" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Tranzacții plată legate de token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plăți" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "În așteptare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Mesaj în așteptare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "Vă rugăm să selectați o opțiune de plată." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "Vă rugăm să selectați doar o opțiune de plată." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "Vă rugăm să setați o valoare mai mică ca %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "Te rog așteaptă ..." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Procesat de" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Furnizor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "Furnizori" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicat" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "Motiv:" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Motiv: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Șablon formular redirecționare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Referință" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referința trebuie să fie unică!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Retur" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Returnări" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Număr de rambursări" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID Document Asociat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modelul Documentului Asociat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Debit direct SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "Salvează Metoda de Plată" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "Salvează detaliile mele de plată" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Metoda de plată selectată la bord" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Secvență" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "Eroare server" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "Eroare Server:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Afișează Permite Tokenizare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Afișează Mesajul de Autorizare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Afișează Mesajul de Anulare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Afișează Pagina de Credențiale" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Afișează Mesajul de Finalizare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Afișează Mesajul În Așteptare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Afișează Mesajul Precedent" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Tranzacție Sursă" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stare" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Stare" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Dungat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Mod testare" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Tokenul de acces este nevalid." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Culoarea cardului în vizualizarea kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Mesajul de informații complementare despre stare" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Următoarele câmpuri trebuie completate: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Referința internă a tranzacției" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Mesajul afișat dacă plata este autorizată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "Mesajul afișat dacă comanda este anulată în timpul procesului de plată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "Mesajul afișat dacă comanda este finalizată cu succes după procesul de plată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "Mesajul afișat dacă comanda este în așteptare după procesul de plată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Mesajul afișat pentru a explica și ajuta procesul de plată" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "Plata ar trebui să fie directă, cu redirecționare, sau făcută cu un token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Ruta către care este redirecționat utilizatorul după tranzacție" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "Șablonul care afișează un formular trimis pentru a redirecționa utilizatorul când efectuează o plată" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "Șablonul care afișează formularul de plată în linie când se efectuează o plată " + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "Valoarea sumei de plată trebuie să fie pozitivă." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Nu există tranzacții de afișat" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Nu există nimic de plătit." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "Această metodă de plată a fost verificată de sistemul nostru." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "Această metodă de plată nu a fost verificată de sistemul nostru." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenizarea este suportată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Tipul de rambursare suportat" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "Imposibil de contactat serverul Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nepublicat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Actualizează" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validarea metodei de plată" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "Taxele variabile trebuie să fie întotdeauna pozitive și mai mici de 100%." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "Verificat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Tranzacție nulă" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Atenție" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Atenție!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "Nu putem șterge metoda de plată." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Nu putem găsi plata dvs., dar nu vă faceți griji." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "Nu putem procesa plata dvs." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "Nu putem salva metoda de plată." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "Procesăm plățile, vă rugăm să așteptați ..." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "Indică dacă un token de plată trebuie creat la post-procesarea tranzacției" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Indică dacă callback-ul a fost deja executat" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Transfer bancar" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Ar trebui să primiți un e-mail care vă confirmă plata în câteva minute." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "Veți fi anunțat la confirmarea plății." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "Veți fi anunțat atunci când plata este complet confirmată." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Plata dvs. a fost autorizată." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Plata dvs. a fost anulată." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "Plata dvs. a fost primită, dar trebuie confirmată manual." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "Plata dvs. a fost procesată cu succes, dar așteaptă aprobarea." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "Plata dvs. a fost procesată cu succes. Mulțumesc!" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "Plata dvs. este în stare de așteptare." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Cod poștal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Cod postal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "plata: post-procesare tranzacții" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "afișează mai puțin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "afișează mai mult" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..b138dde --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,2372 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Сергей Шебанин , 2023 +# Vasiliy Korobatov , 2023 +# alenafairy, 2023 +# Dinar , 2023 +# Vladimir Lukianov , 2023 +# Sergey Vilizhanin, 2023 +# Ivan Kropotkin , 2023 +# Viktor Pogrebniak , 2023 +# Martin Trigaux, 2023 +# Alena Vlasova, 2023 +# ILMIR , 2024 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Полученные данные" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Пожалуйста, произведите оплату по адресу:

  • Банк: " +"%s
  • Номер счета: %s
  • Владелец счета: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Эти свойства устанавливаются для того, чтобы\n" +" чтобы соответствовать поведению провайдеров и их интеграции с\n" +" Odoo в отношении данного метода оплаты. Любые изменения могут привести к ошибкам\n" +" и должны быть сначала проверены на тестовой базе данных." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Настройка провайдера платежей" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Включить способы оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Сохранить мои платежные реквизиты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Неопубликованный" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Опубликовано" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Сохраненные способы оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Поддерживаются все страны.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Поддерживаются все валюты.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Обеспечен" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Как настроить свой счет PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Ваши способы оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Не удалось найти подходящий способ оплаты.
\n" +" Если вы считаете, что это ошибка, пожалуйста, свяжитесь с администратором сайта\n" +" администратор." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Внимание! Ожидается частичный захват. Пожалуйста, подождите\n" +" пока он будет обработан. Проверьте конфигурацию вашего платежного провайдера, если\n" +" если через несколько минут захват все еще не обработан." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Внимание! Вы не можете захватить ни отрицательную сумму, ни больше\n" +" чем" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Предупреждение Создание платежного провайдера с помощью кнопки CREATE не поддерживается.\n" +" Вместо этого используйте действие Дублировать." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Внимание Убедитесь, что вы вошли в систему как\n" +" правильного партнера, прежде чем совершать этот платеж." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Предупреждение Валюта отсутствует или неверна." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Предупреждение Для оплаты вы должны войти в систему." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Отправлен запрос на возврат средств в размере %(amount)s. Платеж будет " +"создан в ближайшее время. Ссылка на транзакцию возврата: %(ref)s " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "После архивации токен не может быть разархивирован." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Транзакция с ссылкой %(ref)s была инициирована (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Транзакция с ссылкой %(ref)s была инициирована для сохранения нового метода " +"оплаты (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Транзакция с ссылкой %(ref)s была инициирована с использованием метода " +"оплаты %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Аккаунт" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Номер счета" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Активировать" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Активный" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Адрес" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Разрешить экспресс-оформление заказа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Разрешить накопительные способы оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Уже в плену" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Уже аннулировано" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Платежные сервисы Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Сумма" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Сумма Макс" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Сумма для захвата" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Во время обработки вашего платежа произошла ошибка." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Применить" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Архивировано" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Вы уверены, что хотите удалить этот способ оплаты?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Вы уверены, что хотите аннулировать авторизованную транзакцию? Это действие " +"нельзя отменить." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Авторизация сообщения" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Войти" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Утвержденная сумма" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Доступность" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Доступные методы" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Название банка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Производители" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Модель ответного документа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Обратный вызов выполнен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Обратный Хэш" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Метод обратного вызова" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Идентификатор записи обратного вызова" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Отменить" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Отменено" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Отмененное сообщение" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Невозможно удалить метод оплаты" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Невозможно сохранить метод оплаты" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Захватить" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Захватить сумму вручную" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Захват транзакции" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Получите сумму из Odoo, когда доставка будет завершена.\n" +"Используйте этот способ, если хотите снимать деньги с карт клиентов только тогда\n" +"вы уверены, что можете отправить им товар." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Сделки с детьми" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Операции с детьми" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Выберите способ платежа" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Выберите другой метод " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Город" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Закрыть" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Код" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Цвет" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Компании" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Компания" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Конфигурация" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Подтвердить удаление" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Подтверждено" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Контакты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Соответствующий модуль" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Страны" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Страна" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Создать токен" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Создайте нового поставщика платежей" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Создано" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Создание транзакции из заархивированного токена запрещено." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Учетные данные" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Кредитная и дебетовая карта (через Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Валюты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Валюта" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Инструкция для оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Клиент" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Определите порядок отображения" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Демо" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Отключено" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Выполненное сообщение" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Черновик" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Включено" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Предприятие" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Ошибка" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Ошибка: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Шаблон формы экспресс-кассы" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Поддерживается экспресс-оформление заказа" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Экспресс-оформление заказа позволяет покупателям быстрее оплачивать покупки," +" используя метод оплаты, который предоставляет всю необходимую информацию о " +"выставлении счета и доставке, что позволяет пропустить процесс оформления " +"заказа." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Флаттервейв" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Только полный" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Создать ссылку для оплаты" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Ссылка для оплаты продаж" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Создайте и скопируйте ссылку для оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Перейти в мой аккаунт " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Группировать по" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Маршрутизация HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Имеет черновых детей" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Оставшаяся сумма" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Был ли платеж подвергнут постобработке" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Сообщение помощи" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Если платеж не был подтвержден, вы можете связаться с нами." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Изображение" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"В тестовом режиме через тестовый платежный интерфейс обрабатывается фальшивый платеж.\n" +"Этот режим рекомендуется использовать при настройке провайдера." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Шаблон строчной формы" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Установить" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Состояние установки" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Установлен" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Внутренняя ошибка сервера" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Действительна ли сумма для захвата" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Постобработка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Основной способ оплаты" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "В настоящее время он связан со следующими документами:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Маршрут посадки" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Язык" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Дата последнего изменения штата" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Последнее обновление" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Давайте сделаем это" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "Запрос к провайдеру невозможен, так как провайдер отключен." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Управляйте способами оплаты" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Руководство" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Поддерживается ручная съемка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Максимальная сумма" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Максимально допустимый захват" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Меркадо-Паго" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Сообщение" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Сообщения" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Метод" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Имя" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Нет набора поставщиков" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Для этой компании не удалось найти ручного способа оплаты. Пожалуйста, " +"создайте его в меню \"Поставщик платежей\"." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Для ваших поставщиков услуг не найдено способов оплаты." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Публичному партнеру не может быть назначен токен." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Модуль Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Автономная оплата с помощью токена" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Этап адаптации" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Изображение шага введения в должность" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Онлайн-платежи" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Прямые онлайн-платежи" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Онлайн-платеж с помощью жетона" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Онлайн-платежи с перенаправлением" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Только администраторы могут изменять эти данные." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Аннулировать можно только авторизованные транзакции." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Возврат средств возможен только при подтвержденных транзакциях." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Операция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Операция не поддерживается." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Другое" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Другие способы оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Маркер удостоверения PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Частичный" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Партнер" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Имя партнера" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Оплатить" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Мастер захвата платежей" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Детали оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Напоминание Платежа" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Форма оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Инструкция по платежу" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Ссылка для оплаты" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Способ оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Код способа оплаты" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Способы оплаты" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Поставщик платежей" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" +"Выберите поставщиков платежных услуг и включите способы оплаты при " +"оформлении заказа" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Платежный токен" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Количество платежных токенов" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Токен оплаты" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "платеж" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Платежные операции" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Платежные операции, привязанные к токену" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Платежные реквизиты сохранены на %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Способы оплаты" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Обработка платежа не удалась" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Поставщик платёжных услуг" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Мастер регистрации платежных провайдеров" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Платежи" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "В ожидании" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Сообщения ожидающие ответа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Телефон" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Убедитесь, что %(payment_method)s поддерживается %(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Пожалуйста, укажите положительную сумму." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Пожалуйста, задайте сумму меньше, чем %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Пожалуйста, переключитесь на компанию" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Основной способ оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Обработано" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Провайдер" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Код поставщика" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Ссылка на поставщика" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Провайдеры" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Опубликовано" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Причина: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Шаблон формы перенаправления" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Справка" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Ссылка должна быть уникальной!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Возврат" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Refund - это функция, позволяющая возвращать деньги клиентам непосредственно" +" из платежа в Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Возвраты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Подсчет возвратов" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Идентификатор соответствующего документа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Модель сопутствующего документа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Требуется валюта" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Собирайте платежи от ваших клиентов через прямой дебет" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Сохранить" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Выберите страны. Оставьте пустым, чтобы разрешить любую." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Выберите страны. Оставьте пустым, чтобы сделать доступным везде." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Выберите валюты. Оставьте пустым, чтобы не ограничивать выбор." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Выберите валюты. Оставьте пустым, чтобы разрешить любую." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Выбранный способ оплаты при входе в систему" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Последовательность" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Показать Разрешить экспресс-оформление заказа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Показать Разрешить токенизацию" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Показать сообщение Auth Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Показать сообщение об отмене" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Показать страницу учетных данных" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Показать сообщение Выполнено" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Показать отложенное сообщение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Показать предварительное сообщение" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Пропустить" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Некоторые транзакции, которые вы собираетесь захватить, можно захватить " +"только целиком. Обработайте транзакции по отдельности, чтобы захватить " +"частичную сумму." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Источник транзакции" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Область" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Статус" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Шаг завершен!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Поддержка частичного захвата" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Поддерживаемые страны" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Поддерживаемые валюты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Поддерживаемые способы оплаты" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Поддерживается" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Тестовый режим" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Маркер доступа недействителен." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" +"Сумма для захвата должна быть положительной и не может быть больше %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"Базовое изображение, используемое для данного способа оплаты; в формате " +"64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "Марки способов оплаты, которые будут отображаться в форме оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Дочерние транзакции данной транзакции." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Четкая часть платежных реквизитов метода оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Цвет карточки в режиме просмотра канбан" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Дополнительное информационное сообщение о состоянии" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Страны, в которых доступен данный поставщик платежей. Оставьте пустым, чтобы" +" сделать его доступным во всех странах." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Валюты, доступные для данного платежного провайдера. Оставьте пустым, чтобы " +"не ограничивать ни одну из них." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Должны быть заполнены следующие поля: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Следующие kwargs не включены в белый список: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Внутренняя ссылка транзакции" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Список стран, в которых можно использовать данный способ оплаты (если " +"провайдер его разрешает). В других странах этот способ оплаты недоступен для" +" клиентов." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"Список валют, для которых поддерживается данный способ оплаты (если " +"провайдер позволяет это сделать). При оплате в другой валюте данный способ " +"оплаты недоступен для клиентов." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Список провайдеров, поддерживающих данный метод оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Основная валюта компании, используемая для отображения денежных полей." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Максимальная сумма платежа, для которой доступен данный поставщик платежей. " +"Оставьте пустым, чтобы сделать его доступным для любой суммы платежа." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Сообщение, отображаемое при авторизации платежа" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Сообщение, отображаемое в случае отмены заказа в процессе оплаты" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "Сообщение, отображаемое при успешном выполнении заказа после оплаты" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Сообщение, отображаемое в случае, если заказ ожидает выполнения после оплаты" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Сообщение, отображаемое для пояснения и помощи в процессе оплаты" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Платеж должен быть прямым, с перенаправлением или осуществляться с помощью " +"токена." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Основной метод оплаты текущего метода оплаты, если последний является брендом.\n" +"Например, \"Card\" - это основной метод оплаты карты марки \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Ссылка на поставщика токена транзакции." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Ссылка на поставщика транзакции" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Увеличенное изображение, отображаемое в форме оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Маршрут, на который перенаправляется пользователь после транзакции" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Исходная транзакция связанных дочерних транзакций" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Технический код данного способа оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Технический код данного провайдера платежей." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Шаблон, отображающий форму, отправляемую для перенаправления пользователя " +"при совершении платежа" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Шаблон для создания формы экспресс-методов оплаты." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Шаблон, отображающий встроенную форму оплаты при совершении прямого платежа" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Шаблон, отображающий встроенную форму оплаты при совершении платежа с " +"помощью токена." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Транзакция с ссылкой %(ref)s для %(amount)s столкнулась с ошибкой " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Транзакция со ссылкой %(ref)s для %(amount)s была авторизована " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Транзакция со ссылкой %(ref)s для %(amount)s была подтверждена " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Нет никаких операций, которые можно было бы показать" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Токен еще не создан." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Платить ничего не нужно." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Не нужно ничего платить." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Это действие также архивирует %s токенов, зарегистрированных с помощью этого" +" метода оплаты. Архивация токенов необратима." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Это действие также архивирует %s токенов, зарегистрированных у этого " +"провайдера. Архивация токенов необратима." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Этот параметр определяет, могут ли клиенты сохранять свои методы оплаты в виде платежных маркеров.\n" +"Платежный токен - это анонимная ссылка на данные о методе оплаты, сохраненная в базе данных\n" +"базе данных провайдера, что позволяет клиенту повторно использовать его при следующей покупке." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Этот параметр определяет, могут ли покупатели использовать экспресс-методы " +"оплаты. Экспресс-оформление заказа позволяет покупателям оплачивать покупки " +"с помощью Google Pay и Apple Pay, адресная информация которых собирается при" +" оплате." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"У этого партнера нет электронной почты, что может вызвать проблемы с некоторыми платежными провайдерами.\n" +" Рекомендуется установить электронную почту для этого партнера." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Этому методу оплаты нужен партнер по преступлению; сначала нужно подключить " +"поставщика услуг, поддерживающего этот метод." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Эта транзакция была подтверждена после обработки ее транзакций частичного " +"захвата и частичного аннулирования (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Шаблон инлайн-формы Token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Поддерживается токенизация" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Токенизация - это процесс сохранения платежных данных в виде токена, который" +" впоследствии может быть использован повторно без необходимости повторного " +"ввода платежных данных." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Транзакция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Авторизация транзакций не поддерживается следующими поставщиками платежных " +"услуг: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Тип поддерживаемого возмещения" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Невозможно связаться с сервером. Пожалуйста, подождите." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Неопубликованный" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Обновить" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Проверка способа оплаты" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Недействительный остаток" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Пустая транзакция" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Предупреждение" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Предупреждающее сообщение" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Внимание!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Мы не можем найти ваш платеж, но не волнуйтесь." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Мы обрабатываем ваш платеж. Пожалуйста, подождите." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Следует ли создавать платежный токен при постобработке транзакции" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Поддерживает ли поставщик каждой из транзакций частичный захват." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Был ли уже выполнен обратный вызов" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Виден ли провайдер на сайте или нет. Токены остаются функциональными, но " +"видны только в формах управления." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Банковский перевод" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"Вы не можете удалить провайдера платежей %s; вместо этого отключите или " +"удалите его." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Вы не можете опубликовать провайдера с ограниченными возможностями." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "У вас нет доступа к этому платежному маркеру." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Через несколько минут вы получите электронное письмо с подтверждением " +"оплаты." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Ваш платеж был авторизован." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Ваш платеж был отменен." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Ваш платеж был успешно обработан, но ожидает одобрения." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Ваш платеж был успешно обработан." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Ваш платеж еще не обработан." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ИНДЕКС" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Индекс" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "опасно" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "информация" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "способ оплаты" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "оплата: операции после обработки" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "исполнитель" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "успешно" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"чтобы сделать этот\n" +" оплату." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "предупреждение" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..8bf50b7 --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,2235 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Jaroslav Bosansky , 2023 +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Dáta načítané" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Uskutočnite platbu na adresu:

  • Banka: %s
  • Číslo účtu:" +" %s
  • Majiteľ účtu: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Uložené platobné metódy" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Upozornenie Chýba mena, alebo je nesprávna." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "UpozorneniePre platbu musíte byť prihlásený." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Účet" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Číslo účtu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivovať" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktívne" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Povoliť ukladanie platobných metód" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Suma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maximálna suma" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Použiť" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Archivovaný" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "Chcete zrušiť autorizovanú transakciu? Táto akcia je nevratná." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Autorizované" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Dostupnosť" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bankové doklady" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Názov banky" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Zrušené" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Zrušené" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Zachytiť sumu ručne" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Zachytenie transakcie" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Vyberte metódu platby" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Mesto" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zatvoriť" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kód" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Farba" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Spoločnosti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Spoločnosť" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfigurácia" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Potvrď zmazanie" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potvrdené" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Zodpovedajúci modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Štáty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Štát" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Poverenia" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Meny" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Mena" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Vlastné platobné podmienky" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Zákazník" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Blokovaný" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Hotová správa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Návrh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Chyba" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Vytvorte odkaz na platbu za predaj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Zoskupiť podľa" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP smerovanie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Pomoc správa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Obrázok" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Nainštalovať" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Stav inštalácie" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Nainštalované" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Interná chyba serveru" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jazyk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Poďme na to" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Spravujte svoje platobné metódy" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuálne" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Správa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Správy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metóda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Meno" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo modul podnikateľskej edície" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Krok registrácie" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Iba správcovia môžu pristupovať k týmto údajom." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operatíva" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Iné" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Identifikačný token PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Čiastočné" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Názov partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Platba" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Platobné podmienky" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metóda platby" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Platobné metódy" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Platobný token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Platobné tokeny" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Platobná transakcia" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Platobné transakcie" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Platby" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Nevykonané" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Čakajúca správa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefón" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Spracoval" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Poskytovateľ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Poskytovatelia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publikovať" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referencia" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referencia musí byť jedinečná!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Refundácia" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Prijaté dobropisy" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "Súvisiace ID dokumentu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Súvisiaci model dokumentu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA inkaso" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Uložiť" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Postupnosť" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Preskočiť" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Štát" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Stav" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Krok ukončený!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testovací režim" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transakcia" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Nepublikované" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Aktualizácia" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Neplatná transakcia" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Varovanie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Varovná správa" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Varovanie!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Vašu platbu nemôžeme nájsť, ale nebojte sa." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Drôtový prenos" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Mali by ste obdržať email povrdzujúci vasu platbu v priebehu niekoľkých " +"minút." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaša platba bola autorizovaná." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Vaša platba bola úspešne spracovaná, ale čaká na schválenie." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "PSČ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "PSČ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..8b59ca8 --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,2252 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Vida Potočnik , 2023 +# Boris Kodelja , 2023 +# laznikd , 2023 +# Tadej Lupšina , 2023 +# Tomaž Jug , 2023 +# Nejc G , 2023 +# Jasmina Macur , 2023 +# matjaz k , 2023 +# Matjaz Mozetic , 2023 +# Martin Trigaux, 2023 +# Katja Deržič, 2024 +# Grega Vavtar , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Grega Vavtar , 2024\n" +"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Pridobljeni podatki" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Opozorilo Valuta manjka ali je napačna." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Številka računa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiviraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Naslov" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Znesek" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Uporabi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Ali si prepričan, da želiš razveljaviti potrjeno transakcijo? Tega opravila " +"ni mogoče povrniti." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Odobritev sporočila" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Razpoložljivost" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Naziv banke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Povratni klic je končan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Metoda povratnih klicev" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID zapisa povratnega klica" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Prekliči" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Preklicano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Preklicano sporočilo" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Ročno zajemanje zneska" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Zajem transakcije" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Izberite način plačila" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Kraj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zaključi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Oznaka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Barva" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Podjetja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Podjetje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Nastavitve" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potrjeno" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Stik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Ustrezni modul" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Države" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Ustvari žeton" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valute" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Navodila za plačilo po meri" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Stranka" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Onemogočeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Osnutek" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-pošta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Napaka" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Združi po" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP usmerjanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Sporočilo za pomoč" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Slika" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Predloga za vnosni obrazec" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Namesti" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Nameščeno" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Napaka notranjega strežnika" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Je naknadno obdelan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jezik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Zadnji datum spremembe države" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Naredimo to" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Upravljanje načinov plačila" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Ročno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Podprto ročno zajemanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Največji znesek" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Sporočilo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Sporočila" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naziv" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Postopek" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Drugo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Delno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Naziv partnerja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Plačaj" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Podrobnosti plačila" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Navodila za plačilo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Način plačila" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Načini plačila" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Ponudnik plačil" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Ponudniki plačil" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Plačilni žeton" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Število plačilnih žetonov" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Plačilni žetoni" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Plačilna transakcija" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Plačilne transakcije" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plačila" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Nerešeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Čakajoče sporočilo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Obdelal" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Ponudnik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Referenca ponudnika" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Ponudniki" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referenca" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Dobropis" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Dobropisi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Število vračil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID povezanega dokumenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Povezan dokumentni model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA direktna bremenitev" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Shrani" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Zaporedje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Prikaži stran s pooblastili" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Preskoči" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Stanje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testni način" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Žeton za dostop je neveljaven." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Ničesar ni treba plačati." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Predloga za vnosni obrazec žetona" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transakcija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Neobjavljeno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Nadgradnja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Neveljavna transakcija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Opozorilo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Opozorilno sporočilo" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Opozorilo!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bančno nakazilo" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaše plačilo je bilo potrjeno." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Poštna številka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Poštna št." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/sq.po b/i18n/sq.po new file mode 100644 index 0000000..f2c7ec1 --- /dev/null +++ b/i18n/sq.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# EDIL MANU, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:53+0000\n" +"Last-Translator: EDIL MANU, 2023\n" +"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n" +"Language: sq\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Anullo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Kompani" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Krijuar nga" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Krijuar me" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupo Nga" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Modifikuar per here te fundit nga" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Modifikuar per here te fundit me" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Metoda e pagesës" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekuencë" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Statusi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..8faf884 --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,2303 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Bojan Borovnjak , 2023 +# Martin Trigaux, 2023 +# Milan Bojovic , 2024 +# コフスタジオ, 2024 +# Dragan Vukosavljevic , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Dragan Vukosavljevic , 2024\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Podaci su preuzeti" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Saved Payment Methods" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Pažnja Valuta nedostaje ili nije ispravna." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Warning You must be logged in to pay." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "A token cannot be unarchived once it has been archived." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Računi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Broj računa" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktiviraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adresa" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Allow Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Allow Saving Payment Methods" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Payment Services" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maksimalni iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "An error occurred during the processing of your payment." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Primeni" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arhivirano" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Are you sure you want to delete this payment method?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Da li ste sigurni da želite da poništite autorizovanu transakciju? Ova " +"radnja se ne može opozvati." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Authorize Message" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Odobreno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Dostupnost" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Naziv banke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Callback Document Model" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback Done" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Callback Method" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Callback Record ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Otkaži" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Otkazano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Canceled Message" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Capture Amount Manually" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Beleži transakcije" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Child Transactions" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Izaberite način plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Grad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Zatvori" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Boja" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Preduzeća" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Kompanija" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Confirm Deletion" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Potvrđeno" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Corresponding Module" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Zemlje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Zemlja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Create Token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Create a new payment provider" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Creating a transaction from an archived token is forbidden." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Credentials" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Credit & Debit card (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valute" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Custom payment instructions" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Klijent" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Define the display order" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Onemogućeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Done Message" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Nacrt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Enabled" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Greška" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Express Checkout Form Template" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Express Checkout Supported" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Full Only" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generate Payment Link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generiši link za plaćanje prodaje" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Idi na Moj nalog " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP rutiranje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Has the payment been post-processed" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Help Message" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "If the payment hasn't been confirmed you can contact us." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Slika" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"U test modu, lažna plaćanja se obrađuju kroz testni interfejs plaćanja.\n" +"Ovaj mod se savetuje kada postavljate provajdera." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Inline Form Template" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Instaliraj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Installation State" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Instaliran" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Internal server error" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Is Post-processed" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "It is currently linked to the following documents:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Landing Route" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jezik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Last State Change Date" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Poslednji put ažurirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Poslednji put ažurirano" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Hajde da to uradimo" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Making a request to the provider is not possible because the provider is " +"disabled." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Ručno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Manual Capture Supported" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Maksimalni iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Poruka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Poruke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metoda" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naziv" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "No Provider Set" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Offline payment by token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Uvodni korak" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online plaćanja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Online direct payment" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Online payment by token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Online payment with redirection" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Only administrators can access this data." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Only authorized transactions can be voided." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Only confirmed transactions can be refunded." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Zadatak" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Operacija nije podržana." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Ostalo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Identity Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Delimično" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Ime partnera" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Plati" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Detalji plaćanja" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Payment Followup" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Payment Form" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Payment Instructions" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Payment Link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Način plaćanja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Načini plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Provajder plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Provajderi plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Payment Token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Payment Token Count" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Tokeni plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transakcija plaćanja" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Platne transakcije" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Payment Transactions Linked To Token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Payment details saved on %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Payment provider" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Payment provider onboarding wizard" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plaćanja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "U toku" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Pending Message" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Processed by" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Provajder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Provider Reference" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Provajderi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Objavljeno" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Reason: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Redirect Form Template" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referenca" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Reference must be unique!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Povrat novca" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Povraćaji" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Brojač povraćaja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID povezanog dokumenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Model povezanog dokumenta" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Direct Debit" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Sačuvaj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Select countries. Leave empty to make available everywhere." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Selected onboarding payment method" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Niz" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Show Allow Express Checkout" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Show Allow Tokenization" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Show Auth Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Show Cancel Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Show Credentials Page" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Show Done Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Show Pending Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Show Pre Msg" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Preskoči" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Source Transaction" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Korak završen!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Test Mode" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Tok za pristup je nevažeći." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "The clear part of the payment method's payment details." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "The color of the card in kanban view" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "The complementary information message about the state" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "The following fields must be filled: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "The internal reference of the transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "The main currency of the company, used to display monetary fields." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "The message displayed if payment is authorized" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"The message displayed if the order is canceled during the payment process" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"The message displayed if the order is successfully done after the payment " +"process" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "The message displayed if the order pending after the payment process" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "The message displayed to explain and help the payment process" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"The payment should either be direct, with redirection, or made by a token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "The provider reference of the transaction" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "The route the user is redirected to after the transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "The technical code of this payment provider." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"The template rendering a form submitted to redirect the user when making a " +"payment" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "The template rendering the express payment methods' form." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"The template rendering the inline payment form when making a direct payment" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"The template rendering the inline payment form when making a payment by " +"token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "There are no transactions to show" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Nema šta da se plati." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Token Inline Form Template" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenization Supported" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transakcija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Transaction authorization is not supported by the following payment " +"providers: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Vrste povraćaja koje su podržane" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Neobjavljeno" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Nadogradi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Validation of the payment method" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Ništavna transakcija" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Pažnja" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Upozorenje" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Upozorenje!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "We are not able to find your payment, but don't worry." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Whether a payment token should be created when post-processing the " +"transaction" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Whether the callback has already been executed" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Wire Transfer" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "You cannot publish a disabled provider." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "You do not have access to this payment token." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "You should receive an email confirming your payment in a few minutes." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Vaše plaćanje je autorizovano." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Your payment has been cancelled." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "" +"Your payment has been successfully processed but is waiting for approval." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Your payment has not been processed yet." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Poštanski broj" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Poštanski broj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "danger" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "info" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "payment: post-process transactions" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "provider" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "success" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "warning" diff --git a/i18n/sr@latin.po b/i18n/sr@latin.po new file mode 100644 index 0000000..4fbf7b2 --- /dev/null +++ b/i18n/sr@latin.po @@ -0,0 +1,2317 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Nemanja Dragovic , 2017 +# Ljubisa Jovev , 2017 +# Martin Trigaux , 2017 +# Djordje Marjanovic , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Djordje Marjanovic , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktivan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adrese" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "Iznos" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "Odustani" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Otkazano" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Grad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Preduzeće" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Postavka" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Zemlje" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Država" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kupac" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "Završeno" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Nacrt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-mail" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Greška" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "Naknade" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "Od" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupiši po" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Slika" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Jezik" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Poruka" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Poruke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Naziv" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "Ok" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "Metodi plaćanja" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Plaćanja" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Na čekanju" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon:" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "Šifra" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Prioritet" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Upozorenje!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "ZIP" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..7b14f06 --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,2251 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Haojun Zou , 2023 +# Martin Wilderoth , 2023 +# Daniel Forslund , 2023 +# Robin Calvin, 2023 +# Simon S, 2023 +# Bengt Evertsson , 2023 +# fah_odoo , 2023 +# Jakob Krabbe , 2023 +# Kim Asplund , 2023 +# Mikael Åkerberg , 2023 +# Chrille Hedberg , 2023 +# Patrik Lermon , 2023 +# Lasse L, 2023 +# Anders Wallenquist , 2023 +# Martin Trigaux, 2023 +# Kristoffer Grundström , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Kristoffer Grundström , 2024\n" +"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Data hämtad" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Vänligen gör en betalning till:

  • Bank: " +"%s
  • Kontonummer: %s
  • Kontoinnehavarer: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Sparade betalningsmetoder" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Aktivera" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Aktiv" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adress" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Tillåt sparande av betalningsmetoder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Belopp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Verkställ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arkiverad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Är du säker på att du vill ta bort den här betalningsmetoden?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Är du säker på att du vill annullera den auktoriserade transaktionen? Denna " +"åtgärd kan inte ångras." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Tillgänglighet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Bankens namn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Avbryt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Avbruten" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Fånga transaktion" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Välj en betalmetod" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Stad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Stäng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Färg" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Bolag" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Bolag" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Konfiguration" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Bekräfta radering" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Bekräftad" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontakt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Länder" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Land" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredit- och betalkort (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Valutor" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Anpassade betalinstruktioner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Kund" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Definiera visningsordningen" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Inaktiverad" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Utkast" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-post" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Aktiverad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Företag" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Fel" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Fel: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generera betalningslänk" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Generera betallänk" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Gruppera efter" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP-rutt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Hjälpmeddelande" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Om betalningen inte har bekräftats kan du kontakta oss." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Bild" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"I testläget behandlas en falsk betalning via ett testbetalningsgränssnitt.\n" +"Detta läge rekommenderas när du konfigurerar leverantören." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Installera" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Installerad" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Språk" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad den" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Låt oss sätta igång" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuell" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Meddelande" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Meddelanden" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Metod" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Namn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise-modul" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Steg för introduktion" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Onlinebetalningar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Åtgärd" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Annat" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT identitetskod" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Delvis betald" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Partner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Företagsnamn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Betala" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Betalningsinstruktioner" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Betalningsmetod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Betalningsmetoder" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Betalningsleverantör" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Betalningsleverantörer" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Betalnings-token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Betalningspoletter" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Betalningstransaktion" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Betalningstransaktioner" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Betalningar" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Avvaktande" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Leverantör" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Leverantörer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Publicerad" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referens" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Kreditfaktura" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Återbetalningar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Återbetalningar räknas" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID relaterat dokument" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Modell för relaterade dokument" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Autogiro" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Spara" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Hoppa över" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Etapp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Status" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Steg slutfört!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Testläge" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Åtkomsttoken är ogiltig." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Den tekniska koden för denna betalningsleverantör." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Transaktion" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Typ av återbetalning som stöds" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Opublicerad" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Uppgradera" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Annullera transaktion" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Varning" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Varningsmeddelande" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Varning!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Vi kan tyvärr inte hitta din betalning ännu, men oroa dig inte." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Bankinbetalning" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Du bör få ett mail inom några minuter som bekräftar din betalning." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Din betalning har bekräftas." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Din betalning har avbrutits." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Din betalning har behandlats men väntar på godkännande." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Postnummer" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Postnummer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" diff --git a/i18n/ta.po b/i18n/ta.po new file mode 100644 index 0000000..623042c --- /dev/null +++ b/i18n/ta.po @@ -0,0 +1,2315 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2016-02-11 13:18+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Amount:" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Reference:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "

Please make a payment to:

  • Bank: %s
  • Account Number: %s
  • Account Holder: %s
" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid " Back to My Account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid " Delete" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Saved payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid " How to configure your PayPal account" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"No suitable payment option could be found.
\n" +" If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "No suitable payment provider could be found." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning Make sure your are logged in as the right partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A refund request of %(amount)s has been sent. The payment will be created soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated to save a new payment method (%(provider_name)s)" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "A transaction with reference %(ref)s has been initiated using the payment method %(token)s (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_active +msgid "Add Extra Fees" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Add new payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__payment_provider_selection +msgid "Allow Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_aps +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Amount" +msgstr "தொகை" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "An error occurred during the processing of this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Are you sure you want to void the authorized transaction? This action can't be undone." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +#, python-format +msgid "Cancel" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Canceled operations" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Click here to be redirected to the confirmation page." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "நிறுவனம்" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "கட்டமைப்பு" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "தேசம்" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "Create a payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "உருவாக்கியவர்" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "" +"உருவாக்கப்பட்ட \n" +"தேதி" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_stripe +msgid "Credit & Debit Card" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_razorpay +msgid "Credit & Debit Card, UPI (Powered by Razorpay)" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_adyen +msgid "Credit Card (powered by Adyen)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_asiapay +msgid "Credit Card (powered by Asiapay)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_authorize +msgid "Credit Card (powered by Authorize)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_buckaroo +msgid "Credit Card (powered by Buckaroo)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_mercado_pago +msgid "Credit Card (powered by Mercado Pago)" +msgstr "" + +#. module: payment +#: model:payment.provider,display_as:payment.payment_provider_sips +msgid "Credit Card (powered by Sips)" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "நாணயம்" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__display_as +msgid "Description of the provider for customers" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Dismiss" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "காட்சி பெயர்" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_as +msgid "Displayed as" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__done +msgid "Done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "மின்னஞ்சல்" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "" + +#. module: payment +#. odoo-python +#. odoo-javascript +#: code:addons/payment/models/payment_transaction.py:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Error: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Failed operations" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__fees +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_fees +msgid "Fees Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_fixed +msgid "Fixed domestic fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_fixed +msgid "Fixed international fees" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "From" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__has_multiple_providers +msgid "Has Multiple Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_link_wizard__payment_provider_selection +msgid "If a specific payment provider is selected, customers will only be allowed to pay via this one. If 'All' is selected, customers can pay via any available payment provider." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "If not defined, the provider name will be used." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "If you believe that it is an error, please contact the website administrator." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "Image displayed on the payment form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__just_done +msgid "Just done" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Making a request to the provider is not possible because the provider is disabled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay_meth_link +msgid "Manage payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Managed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Multiple payment options selected" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "பெயர்" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "No manual payment method could be found for this company. Please create one from the Payment Provider menu." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "No payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "No payment option selected" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_provider_onboarding_state__not_done +msgid "Not done" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "Not verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +#, python-format +msgid "Ok" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Operations in progress" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Other payment methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "கூட்டாளி" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Pay" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__available_provider_ids +msgid "Payment Providers Available" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__description +msgid "Payment Ref" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select a payment option." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Please select only one payment option." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount smaller than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Please wait ..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +msgid "Providers" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers list" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Reason:" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Reference" +msgstr "" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "Save Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "Save my payment details" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Saving your payment method, please wait..." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "வரிசை" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "Server Error" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Server error:" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_payment_method_ids +msgid "Show Payment Method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "Some of the transactions you intend to capture can only be captured in full. Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_provider_onboarding_state +msgid "State of the onboarding payment provider step" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.test_token_badge +msgid "Test Token" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "The countries in which this payment provider is available. Leave blank to make it available in all countries." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "The currencies available with this payment provider. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__fees +msgid "The fees amount; set by the system as it depends on the provider" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "The message displayed if the order is canceled during the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "The message displayed if the order is successfully done after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The payment should either be direct, with redirection, or made by a token." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "The template rendering a form submitted to redirect the user when making a payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "The template rendering the inline payment form when making a direct payment" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "The template rendering the inline payment form when making a payment by token." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s encountered an error (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been authorized (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "The transaction with reference %(ref)s for %(amount)s has been confirmed (%(provider_name)s)." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "The value of the payment amount must be positive." +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "This action will also archive %s tokens that are registered with this provider. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "This field holds the image used for this payment method, limited to 64x64 px" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "This payment has been canceled." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has been verified by our system." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.verified_token_checkmark +msgid "This payment method has not been verified by our system." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "This transaction has been confirmed following the processing of its partial capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Transaction authorization is not supported by the following payment providers: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the Odoo server." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +#: model_terms:ir.ui.view,arch_db:payment.manage +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_dom_var +msgid "Variable domestic fees" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Variable fees must always be positive and below 100%." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__fees_int_var +msgid "Variable international fees" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__verified +msgid "Verified" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Waiting for operations to process" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "Warning!" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to delete your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form_mixin.js:0 +#, python-format +msgid "We are not able to process your payment." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/manage_form.js:0 +#, python-format +msgid "We are not able to save your payment method." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment, please wait ..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are waiting for the payment provider to confirm the payment." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "Whether a payment token should be created when post-processing the transaction" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot delete the payment provider %s; archive it instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is confirmed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You will be notified when the payment is fully confirmed." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been processed." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment has been received but need to be confirmed manually." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "Your payment has been successfully processed but is waiting for approval." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed. Thank you!" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is being processed, please wait..." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment is in pending state." +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Your payment method has been saved." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show less" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.icon_list +msgid "show more" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.manage +msgid "– created on" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.checkout +msgid "— created on" +msgstr "" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..cfe56b0 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,2342 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Rasareeyar Lappiam, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rasareeyar Lappiam, 2024\n" +"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " ดึงข้อมูล" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

กรุณาชำระเงินที่:

  • ธนาคาร: %s
  • หมายเลขบัญชี: " +"%s
  • เจ้าของบัญชี: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" คุณสมบัติเหล่านี้ได้รับการตั้งค่า\n" +" ให้ตรงกับพฤติกรรมของผู้ให้บริการและการบูรณาการกับ Odoo \n" +" เกี่ยวกับวิธีการชำระเงินนี้ การเปลี่ยนแปลงใดๆ อาจส่งผลให้เกิดข้อผิดพลาด \n" +" และควรได้รับการทดสอบกับฐานข้อมูลทดสอบก่อน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " กำหนดค่าผู้ให้บริการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" เปิดใช้งานวิธีการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "บันทึกรายละเอียดการชำระเงินของฉัน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "ไม่ได้เผยแพร่" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "เผยแพร่แล้ว" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "วิธีการชำระเงินที่บันทึกไว้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" รองรับทุกประเทศ\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" รองรับทุกสกุลเงิน\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " รับความปลอดภัยจาก" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" วิธีกำหนดค่าบัญชี PayPal " +"ของคุณ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "วิธีการชำระเงินของคุณ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"ไม่พบวิธีการชำระเงินที่เหมาะสม
\n" +" หากคุณเชื่อว่าเป็นข้อผิดพลาด โปรดติดต่อผู้ดูแลเว็บไซต์\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"คำเตือน! มีการจับภาพบางส่วนที่รอดำเนินการ กรุณารอสักครู่\n" +" เพื่อดำเนินการ ตรวจสอบการกำหนดค่าผู้ให้บริการชำระเงินของคุณว่าการจับภาพยังคง\n" +" ค้างอยู่หลังจากผ่านไปไม่กี่นาทีหรือไม่" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"คำเตือน! คุณไม่สามารถจับยอดติดลบได้ไม่เกิน\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"คำเตือน ไม่รองรับการสร้างผู้ให้บริการชำระเงินจากปุ่มสร้าง \n" +" โปรดใช้การดำเนินการซ้ำแทน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"คำเตือน ตรวจสอบให้แน่ใจว่าคุณเข้าสู่ระบบใน\n" +" ฐานะพาร์ทเนอร์ที่ถูกต้องก่อนที่จะทำการชำระเงินนี้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "คำเตือนสกุลเงินหายไปหรือไม่ถูกต้อง" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "คำเตือน คุณต้องเข้าสู่ระบบเพื่อชำระเงิน" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"ส่งคำขอคืนเงินจำนวน %(amount)s แล้ว การชำระเงินจะถูกสร้างขึ้นเร็วๆ นี้ " +"การอ้างอิงธุรกรรมการคืนเงิน: %(ref)s (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "โทเค็นไม่สามารถยกเลิกการเก็บถาวรได้เมื่อเก็บถาวรแล้ว" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "" +"การทำธุรกรรมที่มีอ้างอิง %(ref)s ได้ถูกเริ่มต้นแล้ว (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"การทำธุรกรรมที่มีอ้างอิง %(ref)s " +"ได้ถูกเริ่มต้นขึ้นเพื่อบันทึกวิธีการชำระเงินใหม่ (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"การทำธุรกรรมด้วยอ้างอิง %(ref)s ได้ถูกเริ่มต้นขึ้นโดยใช้วิธีการชำระเงิน " +"%(token)s (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "บัญชี" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "หมายเลขบัญชี" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "เปิดใช้งาน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "เปิดใช้งาน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "ที่อยู่" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "อนุญาตให้ชำระเงินด่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "อนุญาตให้บันทึกวิธีการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "จับภาพแล้ว" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "ยกเลิกแล้ว" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "บริการชำระเงินของ Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "จำนวน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "จำนวนเงินสูงสุด" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "จำนวนเงินที่จะรับ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "เกิดข้อผิดพลาดระหว่างการประมวลผลการชำระเงินของคุณ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "นำไปใช้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "เก็บถาวรแล้ว" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบวิธีการชำระเงินนี้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"คุณแน่ใจหรือไม่ว่าต้องการยกเลิกธุรกรรมที่ได้รับอนุญาต? " +"การดำเนินการนี้ไม่สามารถยกเลิกได้" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "อนุญาตข้อความ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "ได้รับอนุญาต" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "จำนวนเงินที่ได้รับอนุญาต" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "ความพร้อม" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "วิธีการที่มีอยู่" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "ธนาคาร" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "ชื่อธนาคาร" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "แบรนด์" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "โมเดลเอกสารโทรกลับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "โทรกลับเรียบร้อยแล้ว" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "แฮชโทรกลับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "วิธีการโทรกลับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID บันทึกการโทรกลับ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "ถูกยกเลิก" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "ข้อความที่ยกเลิก" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "ไม่สามารถลบวิธีการชำระเงินได้" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "ไม่สามารถบันทึกวิธีการชำระเงินได้" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "การตัดวงเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "การตัดจำนวนเงินด้วยตนเอง" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "จับการทำธุรกรรม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"เก็บเงินจาก Odoo เมื่อการส่งมอบเสร็จสิ้น\n" +"ใช้สิ่งนี้หากคุณต้องการเรียกเก็บเงินจากบัตรของลูกค้าของคุณเฉพาะเมื่อ\n" +"คุณแน่ใจว่าคุณสามารถจัดส่งสินค้าให้พวกเขาได้เท่านั้น" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "ธุรกรรมย่อย" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "ธุรกรรมย่อย" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "เลือกวิธีการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "เลือกวิธีอื่น " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "เมือง" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "ปิด" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "โค้ด" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "สี" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "บริษัท" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "บริษัท" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "การกำหนดค่า" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "ยืนยันการลบ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "ยืนยันแล้ว" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "ติดต่อ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "โมดูลที่สอดคล้องกัน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "ประเทศ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "ประเทศ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "สร้างโทเค็น" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "สร้างผู้ให้บริการชำระเงินใหม่" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "การสร้างธุรกรรมจากโทเค็นที่เก็บถาวรเป็นสิ่งต้องห้าม" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "ข้อมูลประจำตัว" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "บัตรเครดิตและเดบิต (ผ่าน Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "สกุลเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "สกุลเงิน" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "คำแนะนำการชำระเงินที่กำหนดเอง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "ลูกค้า" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "กำหนดลำดับการแสดง" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "สาธิต" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "ปิดใช้งาน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "แสดงชื่อ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "ข้อความเสร็จสิ้น" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "ร่าง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "อีเมล" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "เปิดใช้งานแล้ว" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "องค์กร" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "ผิดพลาด" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "ข้อผิดพลาด: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "เทมเพลตแบบฟอร์มการชำระเงินด่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "รองรับการชำระเงินด่วน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"การชำระเงินด่วนช่วยให้ลูกค้าชำระเงินได้เร็วขึ้นโดยใช้วิธีการชำระเงินที่ให้ข้อมูลการเรียกเก็บเงินและการจัดส่งที่จำเป็นทั้งหมด" +" จึงสามารถข้ามขั้นตอนการชำระเงินได้" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "เต็มรูปแบบเท่านั้น" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "สร้างลิงค์การชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "สร้างลิงก์การชำระเงินสำหรับการขาย" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "สร้างและคัดลอกลิงค์การชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "ไปที่บัญชีของฉัน " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "กลุ่มโดย" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "การกำหนด HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "มีการร่างย่อย" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "มีจำนวนคงเหลือ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "มีการชำระเงินภายหลังการประมวลผลหรือไม่" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "ข้อความช่วยเหลือ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ไอดี" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "หากการชำระเงินไม่ได้รับการยืนยัน คุณสามารถติดต่อเราได้" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "รูปภาพ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"ในโหมดทดสอบ การชำระเงินปลอมจะถูกประมวลผลผ่านอินเทอร์เฟซการชำระเงินทดสอบ\n" +"แนะนำให้ใช้โหมดนี้เมื่อตั้งค่าผู้ให้บริการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "เทมเพลตฟอร์มอินไลน์" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "ติดตั้ง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "สถานะการติดตั้ง" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "ติดตั้งแล้ว" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "เกิดข้อผิดพลาดจากเซิร์ฟเวอร์ภายใน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "เป็นจำนวนเงินที่จะตัดได้" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "เป็นขั้นตอนหลังการประมวลผล" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "เป็นวิธีการชำระเงินหลัก" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "ขณะนี้มีการเชื่อมโยงกับเอกสารดังต่อไปนี้:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "เส้นทางการลง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "ภาษา" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "วันที่เปลี่ยนสถานะล่าสุด" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "อัปเดตครั้งล่าสุดโดย" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "อัปเดตครั้งล่าสุดเมื่อ" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "ลุยกันเลย" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "ไม่สามารถส่งคำขอไปยังผู้ให้บริการได้เนื่องจากผู้ให้บริการถูกปิดใช้งาน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "จัดการวิธีการชำระเงินของคุณ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "ด้วยตัวเอง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "รองรับการตัดวงเงินด้วยตนเอง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "จำนวนสูงสุด" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "อนุญาตให้ตัดวงเงินสูงสุด" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "ข้อความ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "ข้อความ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "วิธีการ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "ชื่อ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "ไม่มีการตั้งค่าผู้ให้บริการ" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"ไม่พบวิธีการชำระเงินด้วยตนเองสำหรับบริษัทนี้ " +"โปรดสร้างหนึ่งรายการจากเมนูผู้ให้บริการชำระเงิน" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "ไม่พบวิธีการชำระเงินสำหรับผู้ให้บริการชำระเงินของคุณ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "ไม่สามารถกำหนดโทเค็นให้กับพาร์ทเนอร์สาธารณะได้" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo สำหรับองค์กร" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "ชำระเงินออฟไลน์ด้วยโทเค็น" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "ขั้นตอนการเริ่มใช้งาน" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "รูปภาพขั้นตอนการเริ่มใช้งาน" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "การชำระเงินออนไลน์" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "ชำระเงินโดยตรงออนไลน์" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "ชำระเงินออนไลน์ด้วยโทเค็น" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "การชำระเงินออนไลน์พร้อมการเปลี่ยนเส้นทาง" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "มีเพียงผู้ดูแลระบบเท่านั้นที่สามารถเข้าถึงข้อมูลนี้ได้" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "เฉพาะธุรกรรมที่ได้รับอนุญาตเท่านั้นที่สามารถถือเป็นโมฆะได้" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "เฉพาะธุรกรรมที่ยืนยันแล้วเท่านั้นที่สามารถขอคืนเงินได้" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "ปฏิบัติการ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "ไม่รองรับการดำเนินการ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "อื่น ๆ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "วิธีการชำระเงินอื่น" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "โทเค็น PDT Identity" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "บางส่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "พาร์ทเนอร์" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "ชื่อคู่ค้า" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "จ่าย" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "ตัวช่วยสร้างการตัดวงเงินการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "รายละเอียดการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "ติดตามการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "แบบฟอร์มการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "คำแนะนำการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "ลิงค์การชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "วิธีการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "รหัสวิธีการชำระเงิน" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "วิธีการชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "ผู้ให้บริการชำระเงิน" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "ผู้ให้บริการชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "โทเค็นการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "จำนวนโทเค็นการชำระเงิน" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "โทเค็นการชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "ธุรกรรมสำหรับการชำระเงิน" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "ธุรกรรมการชำระเงิน" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "ธุรกรรมการชำระเงินที่เชื่อมโยงกับโทเค็น" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "รายละเอียดการชำระเงินบันทึกไว้เมื่อ %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "วิธีการชำระเงิน" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "การประมวลผลการชำระเงินล้มเหลว" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "ผู้ให้บริการชำระเงิน" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "ตัวช่วยสร้างการเริ่มต้นใช้งานผู้ให้บริการการชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "การชำระเงิน" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "รอดำเนินการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "ข้อความอยู่ระหว่างดำเนินการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "โทรศัพท์" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" +"โปรดตรวจสอบให้แน่ใจว่า %(payment_method)s ได้รับการรับรองโดย%(provider)s." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "โปรดกำหนดจำนวนที่เป็นบวก" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "กรุณากำหนดจำนวนเงินให้ต่ำกว่า %s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "กรุณาเปลี่ยนบริษัท" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "วิธีการชำระเงินหลัก" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "ดำเนินการโดย" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "ผู้ให้บริการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "รหัสผู้ให้บริการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "การอ้างอิงผู้ให้บริการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "ผู้ให้บริการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "เผยแพร่แล้ว" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "เหตุผล: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "เทมเพลตแบบฟอร์มการเปลี่ยนเส้นทาง" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "การอ้างอิง" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "การอ้างอิงต้องไม่ซ้ำกัน!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "คืนเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"การคืนเงินเป็นฟีเจอร์ที่ช่วยให้คืนเงินให้กับลูกค้าได้โดยตรงจากการชำระเงินใน " +"Odoo" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "การคืนเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "จำนวนการคืนเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "รหัสเอกสารที่เกี่ยวข้อง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "รูปแบบเอกสารที่เกี่ยวข้อง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "ต้องใช้สกุลเงิน" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "เดบิต" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "บันทึก" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "เลือกประเทศ เว้นว่างไว้เพื่ออนุญาตรายการใดก็ได้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "เลือกประเทศ เว้นว่างไว้เพื่อให้สามารถใช้ได้ทุกที่" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "เลือกสกุลเงิน เว้นว่างไว้เพื่อไม่จำกัดสกุลเงินใดๆ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "เลือกสกุลเงิน เว้นว่างไว้เพื่ออนุญาตรายการใดก็ได้" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "วิธีการชำระเงินการเริ่มต้นใช้งานที่เลือก" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "ลำดับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "แสดงอนุญาตการชำระเงินด่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "แสดงการอนุญาตโทเค็น" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "แสดงข้อความการยืนยันตัวตน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "แสดงข้อความการยกเลิก" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "แสดงหน้าข้อมูลประจำตัว" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "แสดงข้อความเสร็จสิ้น" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "แสดงข้อความที่รอดำเนินการ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "แสดงข้อความก่อนหน้า" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "ข้าม" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"ธุรกรรมบางรายการที่คุณตั้งใจจะบันทึกสามารถบันทึกได้ทั้งหมดเท่านั้น " +"จัดการธุรกรรมทีละรายการเพื่อบันทึกจำนวนเงินบางส่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "ธุรกรรมแหล่งที่มา" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "รัฐ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "สถานะ" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "ขั้นตอนเสร็จสมบูรณ์!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "รองรับการตัดวงเงินบางส่วน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "ประเทศที่รองรับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "สกุลเงินที่รองรับ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "วิธีการชำระเงินที่รองรับ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "สนับสนุนโดย" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "ทดสอบโหมด" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "โทเค็นการเข้าถึงไม่ถูกต้อง" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "จำนวนที่จะตัดวงเงินต้องเป็นจำนวนบวกและไม่สามารถมากกว่า %s ได้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "รูปภาพพื้นฐานที่ใช้สำหรับวิธีการชำระเงินนี้ ในรูปแบบ 64x64 พิกเซล" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "แบรนด์ของวิธีการชำระเงินที่จะแสดงในแบบฟอร์มการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "ธุรกรรมย่อยของธุรกรรม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "ส่วนที่ชัดเจนของรายละเอียดการชำระเงินของวิธีการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "สีของการ์ดในมุมมองคัมบัง" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "ข้อความข้อมูลเสริมเกี่ยวกับสถานะ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"ประเทศที่ผู้ให้บริการชำระเงินรายนี้ให้บริการ " +"เว้นว่างไว้เพื่อให้สามารถใช้ได้ในทุกประเทศ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"สกุลเงินที่สามารถใช้ได้กับผู้ให้บริการชำระเงินรายนี้ " +"เว้นว่างไว้เพื่อไม่จำกัด" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "ต้องกรอกข้อมูลในฟิลด์ต่อไปนี้: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "kwargs ต่อไปนี้ไม่อยู่ในรายการที่อนุญาตพิเศษ: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "การอ้างอิงภายในของธุรกรรม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"รายชื่อประเทศที่ใช้วิธีการชำระเงินนี้ได้ (หากผู้ให้บริการอนุญาต) " +"ในประเทศอื่น วิธีการชำระเงินนี้ไม่พร้อมให้บริการแก่ลูกค้า" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"รายการสกุลเงินที่รองรับวิธีการชำระเงินนี้ (หากผู้ให้บริการอนุญาต) " +"เมื่อชำระเงินด้วยสกุลเงินอื่น ลูกค้าจะไม่สามารถชำระเงินด้วยวิธีดังกล่าวได้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "รายชื่อผู้ให้บริการที่รองรับวิธีการชำระเงินนี้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "สกุลเงินหลักของบริษัท ใช้เพื่อแสดงฟิลด์การเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"จำนวนเงินการชำระเงินสูงสุดที่ผู้ให้บริการการชำระเงินรายนี้สามารถใช้ได้ " +"เว้นว่างไว้เพื่อให้ใช้ได้กับจำนวนเงินที่ชำระ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "ข้อความปรากฏขึ้นหากการชำระเงินได้รับการอนุมัติ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "ข้อความที่แสดงขึ้นหากคำสั่งซื้อถูกยกเลิกในระหว่างขั้นตอนการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "ข้อความที่แสดงขึ้นหากคำสั่งซื้อเสร็จสิ้นหลังจากขั้นตอนการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"ข้อความที่แสดงขึ้นหากคำสั่งซื้ออยู่ระหว่างดำเนินการหลังจากขั้นตอนการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "ข้อความที่แสดงขึ้นเพื่ออธิบายและช่วยเหลือขั้นตอนการชำระเงิน" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"การชำระเงินควรเป็นการชำระเงินโดยตรง หรือมีการเปลี่ยนเส้นทาง " +"หรือชำระด้วยโทเค็น" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"วิธีการชำระเงินหลักของวิธีการชำระเงินปัจจุบัน หากวิธีหลังเป็นแบรนด์\n" +"ตัวอย่างเช่น \"บัตร\" เป็นวิธีการชำระเงินหลักของแบรนด์บัตร \"VISA\"" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "การอ้างอิงผู้ให้บริการของโทเค็นของธุรกรรม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "การอ้างอิงผู้ให้บริการของธุรกรรม" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "รูปภาพปรับขนาดที่แสดงในแบบฟอร์มการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "เส้นทางที่ผู้ใช้ถูกเปลี่ยนเส้นทางไปหลังการทำธุรกรรม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "ธุรกรรมแหล่งที่มาของธุรกรรมรองที่เกี่ยวข้อง" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "รหัสทางเทคนิคของวิธีการชำระเงินนี้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "รหัสทางเทคนิคของผู้ให้บริการชำระเงินรายนี้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "เทมเพลตแสดงแบบฟอร์มที่ส่งเพื่อเปลี่ยนเส้นทางผู้ใช้เมื่อชำระเงิน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "เทมเพลตที่แสดงแบบฟอร์มวิธีการชำระเงินด่วน" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "เทมเพลตที่แสดงแบบฟอร์มการชำระเงินแบบอินไลน์เมื่อชำระเงินโดยตรง" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "เทมเพลตที่แสดงแบบฟอร์มการชำระเงินแบบอินไลน์เมื่อชำระเงินด้วยโทเค็น" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"ธุรกรรมที่มีการอ้างอิง %(ref)s สำหรับ %(amount)s พบข้อผิดพลาด " +"(%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"ธุรกรรมที่มีการอ้างอิง %(ref)s สำหรับ %(amount)s ได้รับการอนุมัติแล้ว " +"(%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"ธุรกรรมที่มีการอ้างอิง %(ref)s สำหรับ %(amount)s ได้รับการยืนยันแล้ว " +"(%(provider_name)s)" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "ไม่มีธุรกรรมที่จะแสดง" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "ยังไม่มีการสร้างโทเค็น" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "ไม่มีอะไรจะต้องชำระ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "ไม่มีอะไรต้องชำระ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"การดำเนินการนี้จะเก็บถาวรโทเค็น %s ที่ลงทะเบียนด้วยวิธีการชำระเงินนี้ด้วย " +"โทเค็นการเก็บถาวรไม่สามารถย้อนกลับได้" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"การดำเนินการนี้จะเก็บถาวรโทเค็น %s ที่ลงทะเบียนกับผู้ให้บริการรายนี้ด้วย " +"โทเค็นการเก็บถาวรไม่สามารถย้อนกลับได้" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"วิธีนี้จะควบคุมว่าลูกค้าสามารถบันทึกวิธีการชำระเงินเป็นโทเค็นการชำระเงินได้หรือไม่\n" +"โทเค็นการชำระเงินคือลิงก์ที่ไม่ระบุตัวตนไปยังรายละเอียดวิธีการชำระเงินที่บันทึกไว้ใน\n" +"ฐานข้อมูลของผู้ให้บริการทำให้ลูกค้าสามารถนำกลับมาใช้ซ้ำได้ในการซื้อครั้งถัดไป" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"วิธีนี้จะควบคุมว่าลูกค้าสามารถใช้วิธีการชำระเงินแบบด่วนได้หรือไม่ " +"การชำระเงินแบบด่วนช่วยให้ลูกค้าสามารถชำระเงินด้วย Google Pay และ Apple Pay " +"ซึ่งจะมีการรวบรวมข้อมูลที่อยู่เมื่อชำระเงิน" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"พาร์ทเนอร์รายนี้ไม่มีอีเมล ซึ่งอาจทำให้เกิดปัญหากับผู้ให้บริการชำระเงินบางราย\n" +" แนะนำให้ตั้งค่าอีเมลสำหรับพาร์ทเนอร์รายนี้" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"วิธีการชำระเงินนี้จำเป็นต้องมีพาร์ทเนอร์ " +"คุณควรเปิดใช้งานผู้ให้บริการการชำระเงินที่รองรับวิธีนี้ก่อน" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"ธุรกรรมนี้ได้รับการยืนยันหลังจากการประมวลผลการตัดวงเงินบางส่วนและธุรกรรมที่เป็นโมฆะบางส่วน" +" (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "เทมเพลตฟอร์มโทเค็นอินไลน์" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "โทเค็นที่รองรับ" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Tokenization " +"คือกระบวนการบันทึกรายละเอียดการชำระเงินเป็นโทเค็นที่สามารถนำมาใช้ซ้ำได้ในภายหลังโดยไม่ต้องป้อนรายละเอียดการชำระเงินอีกครั้ง" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "ธุรกรรม" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"การอนุมัติธุรกรรมไม่ได้รับการรองรับโดยผู้ให้บริการชำระเงินต่อไปนี้: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "ประเภทของการคืนเงินที่รองรับ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "ไม่สามารถติดต่อเซิร์ฟเวอร์ได้ กรุณารอสักครู่" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "ยกเลิกการเผยแพร่" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "อัพเกรด" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "การตรวจสอบความถูกต้องของวิธีการชำระเงิน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "จำนวนเงินคงเหลือเป็นโมฆะ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "ธุรกรรมที่เป็นโมฆะ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "คำเตือน" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "ข้อความเตือน" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "คำเตือน!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "เราไม่พบการชำระเงินของคุณ แต่ไม่ต้องกังวล" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "เรากำลังประมวลผลการชำระเงินของคุณ กรุณารอสักครู่" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "เมื่อมีการประมวลผลธุรกรรมภายหลัง ควรสร้างโทเค็นการชำระเงินหรือไม่" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "ไม่ว่าผู้ให้บริการธุรกรรมแต่ละรายจะรองรับการตัดวงเงินบางส่วนหรือไม่" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "ไม่ว่าการโทรกลับจะถูกดำเนินการแล้วก็ตาม" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"ไม่ว่าผู้ให้บริการจะมองเห็นได้บนเว็บไซต์หรือไม่ก็ตาม โทเค็นยังคงใช้งานได้ " +"แต่จะมองเห็นได้เฉพาะในแบบฟอร์มการจัดการเท่านั้น" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "โอนเงิน" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" +"คุณไม่สามารถลบผู้ให้บริการชำระเงิน %s ได้ ปิดการใช้งานหรือถอนการติดตั้งแทน" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "คุณไม่สามารถเผยแพร่ผู้ให้บริการที่ถูกปิดใช้งานได้" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "คุณไม่มีสิทธิ์เข้าถึงโทเค็นการชำระเงินนี้" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "คุณควรได้รับอีเมลยืนยันการชำระเงินของคุณในอีกไม่กี่นาที" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "การชำระเงินของคุณได้รับการอนุมัติแล้ว" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "การชำระเงินของคุณถูกยกเลิก" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "การชำระเงินของคุณได้รับการประมวลผลเรียบร้อยแล้ว แต่กำลังรอการอนุมัติ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "การชำระเงินของคุณได้รับการประมวลผลเรียบร้อยแล้ว" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "การชำระเงินของคุณยังไม่ได้รับการประมวลผล" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "รหัสไปรษณีย์" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "รหัสไปรษณีย์" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "อันตราย" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "ข้อมูล" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "วิธีการชำระเงิน" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "การชำระเงิน: การทำธุรกรรมหลังการประมวลผล" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "ผู้ให้บริการ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "สำเร็จ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"เพื่อทำการ\n" +" ชำระเงินนี้" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "คำเตือน" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..1dccb6e --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,2324 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Sami Çiçekli, 2023 +# Doğan Altunbay , 2023 +# Emre Akayoğlu , 2023 +# Ayhan KIZILTAN , 2023 +# Halil, 2023 +# Tugay Hatıl , 2023 +# abc Def , 2023 +# Güven YILMAZ , 2023 +# Murat Durmuş , 2023 +# Levent Karakaş , 2023 +# Martin Trigaux, 2023 +# Umur Akın , 2023 +# omerfarukcakmak , 2023 +# Murat Kaplan , 2023 +# Ertuğrul Güreş , 2023 +# Ediz Duman , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ediz Duman , 2024\n" +"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " Getirilen Veriler" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Lütfen Ödeme yapmak için:

  • Banka: %s
  • Hesap Numarası:" +" %s
  • Hesap Sahibi: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " Ödeme sağlayıcısını yapılandırma" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Ödeme Yöntemlerini Etkinleştir" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Ödeme ayrıntılarımı kaydet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Yayınlanmamış" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Yayınlanan" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr " Kaydedilen Ödeme Yöntemleri " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Tüm ülkeler desteklenmektedir.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" All currencies are supported.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Tarafından emniyete alınmış" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" PayPal hesabınızı nasıl " +"yapılandırabilirsiniz?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Ödeme yöntemleriniz" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Uygun ödeme yöntemi bulunamadı.
\n" +" Bunun bir hata olduğunu düşünüyorsanız lütfen web sitesiyle iletişime geçin.\n" +" administrator." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Uyarı! Kısmi bir yakalama bekleniyor. lütfen bekleyin\n" +" işleme alınması için . Aşağıdaki durumlarda ödeme sağlayıcınızın yapılandırmasını kontrol edin\n" +" yakalama için birkaç dakika daha beklemede." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Uyarı! Negatif bir tutarı veya daha fazlasını alamazsınız\n" +" hariç" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Uyarı CREATE düğmesinden bir ödeme sağlayıcısı oluşturma desteklenmez.\n" +" Lütfen bunun yerine Kopyala eylemini kullanın." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Uyarı olarak oturum açtığınızdan emin olun.\n" +" Bu ödemeyi yapmadan önce doğru iş ortağını arayın." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Uyarı Para birimi eksik veya hatalı." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "" +"Uyarı Ödeme yapabilmek için giriş yapmış olmalısınız." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"%(amount)s tutarında bir iade talebi gönderildi. Ödeme yakında " +"oluşturulacaktır. İade işlemi referansı: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Bir belirteç arşivlendikten sonra arşivden çıkarılamaz." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "%(ref)s referanslı bir işlem başlatılmıştır (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Yeni bir ödeme yöntemini (%(provider_name)s) kaydetmek için %(ref)s " +"referanslı bir işlem başlatıldı" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Ödeme yöntemi %(token)s (%(provider_name)s) kullanılarak %(ref)s referanslı " +"bir işlem başlatıldı." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Hesap" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Hesap Numarası" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Etkinleştir" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Etkin" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Adres" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Hızlı Ödeme'ye İzin Ver" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Ödeme Yöntemlerini Kaydetmeye İzin Ver" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon Ödeme Hizmetleri" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Tutar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Maksimum Tutar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Ödemenizin işlenmesi sırasında bir hata oluştu." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Uygula" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Arşivlendi" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Bu ödeme yöntemini silmek istediğinizden emin misiniz?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Onaylanmış işlemi geçersiz kılmak istediğinize emin misiniz? Bu işlem geri " +"alınamaz." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Authorize Mesajı" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Yetkili" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Uygunluk" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Banka Adı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Geri Arama Dokuman Modeli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Geri Arama Tamamlandı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Geri Arama Şifresi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Geri Çağırma Yöntemi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Geri Arama Kayıt Kimliği" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "İptal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "İptal Edildi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "İptal Edilen Mesaj" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Tutarı Manuel Yakala" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "İşlem Yakala" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Teslimat tamamlandığında miktarı Odoo'dan yakalayın.\n" +"Müşteri kartlarınızdan yalnızca şu durumlarda ücret almak istiyorsanız bunu kullanın:\n" +"malları onlara gönderebileceğinizden eminsiniz." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Alt İşlemler" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Ödeme Metodu Seçin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Semt/İlçe" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Kapat" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Kod" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Renk" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Şirketler" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Şirket" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Yapılandırma" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Silme İşlemini Doğrula" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Doğrulanmış" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Kontak" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "İlgili Modül" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Ülke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Ülke" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Jeton Oluştur" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Yeni bir ödeme sağlayıcısı oluşturun" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Arşivlenmiş bir belirteçten işlem oluşturmak yasaktır." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Kimlik bilgileri" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Kredi ve Banka kartı (via Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Para Birimleri" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Para Birimi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Özel ödeme talimatları" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Müşteri" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Görüntüleme sırasını tanımlama" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Devre Dışı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Yapıldı Mesajı" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Taslak" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "E-Posta" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Etkin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Kurumsal" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Hata" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Hata: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Hızlı Ödeme Formu Şablonu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Hızlı Ödeme Desteği" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Yalnızca Tam" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Ödeme Linki Oluştur" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Satış Ödeme Linki Oluştur" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Grupla" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP Yönlendirme" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Ödeme sonradan işlendi mi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Yardım Mesajı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Ödeme onaylanmadıysa bizimle iletişime geçebilirsiniz." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Görsel" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Test modunda, sahte bir ödeme bir test ödeme arayüzü aracılığıyla işlenir.\n" +"Bu mod, sağlayıcıyı ayarlarken önerilir." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Satır İçi Form Şablonu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Yükle" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Yükleme Durumu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Yüklü" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "İç Sunucu Hatası" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Son işleniyor mu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Şu anda aşağıdaki belgelerle bağlantılıdır:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "İniş Rotası" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Dil" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Son Durum Değişiklik Tarihi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Haydi yapalım şunu" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Sağlayıcı devre dışı bırakıldığı için sağlayıcıya talepte bulunmak mümkün " +"değildir." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Ödeme yöntemlerinizi yönetin" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Manuel" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Manuel Yakalama Desteklenir" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "En yüksek tutar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Mesaj" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Mesajlar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Yöntem" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Adı" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Sağlayıcı Kümesi Yok" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Bu şirket için herhangi bir manuel ödeme yöntemi bulunamadı. Lütfen Ödeme " +"Sağlayıcı menüsünden bir tane oluşturun." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "Ödeme sağlayıcılarınız için ödeme yöntemi bulunamadı." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo Enterprise Modül" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Token ile çevrimdışı ödeme" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Katılım Adımı" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Online Ödemeler" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Online doğrudan ödeme" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Token ile online ödeme" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Yeniden yönlendirme ile online ödeme" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Bu verilere yalnızca yöneticiler erişebilir." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Yalnızca yetkili işlemler iptal edilebilir." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Yalnızca onaylanmış işlemler iade edilebilir." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Operasyon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "İşlem desteklenmiyor." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Diğer" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Diğer ödeme seçenekleri" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT Kimlik Simgesi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Parçalı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "İş Ortağı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "İş Ortağı Adı" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Öde" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Ödeme detayları" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Ödeme Takibi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Ödeme Formu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Ödeme Talimatları" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Ödeme Linki" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Ödeme Yöntemi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Ödeme Yöntemleri" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Ödeme Sağlayıcı" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Ödeme Sağlayıcıları" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Ödeme Belirteci" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Ödeme Token Sayısı" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Ödeme Token'ları" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Ödeme İşlemi" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Ödeme İşlemleri" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Token ile Bağlantılı Ödeme İşlemleri" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Ödeme ayrıntıları %(date)s olarak kaydedildi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Ödeme Yöntemleri" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Ödeme sağlayıcısı" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Ödeme sağlayıcısı ekleme sihirbazı" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Ödemeler" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Beklemede" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Bekleme Mesajı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Telefon" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Tarafından işlendi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Sağlayıcı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Sağlayıcı Referansı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Sağlayıcılar" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Yayınlandı" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Sebep: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Form Şablonunu Yeniden Yönlendirme" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Referans" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Referans benzersiz olmalı!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "İade/Fiyat Farkı" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "İadeler" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "İade Sayısı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "İlgili Döküman ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "İlgili Döküman Modeli" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA Doğrudan Ödeme" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Kaydet" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Ülkeleri seçin. Her yerde kullanılabilir yapmak için boş bırakın." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Dinamik yapılandırmada seçilen ödeme yöntemi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Sıralama" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Hızlı Ödeme İzin Ver'i göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Tokenizasyona İzin Ver'i Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Yetkilendirme Mesajını Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "İptal Mesajını Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Kimlik Bilgileri Sayfasını Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Bitti Mesajını Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Bekleyen Mesajını Göster" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Ön Mesajı Göster" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Atla" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Kaynak İşlem" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Durum" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Durumu" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Adım Tamamlandı!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Desteklenen Ödeme Yöntemleri" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Test Modu" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Erişim tokenı geçersiz." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Ödeme yönteminin ödeme ayrıntılarının açık kısmı." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Kanban görünümünde kartın rengi" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Durum hakkında tamamlayıcı bilgi mesajı" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Bu ödeme sağlayıcısının kullanılabildiği ülkeler. Tüm ülkelerde " +"kullanılabilir yapmak için boş bırakın." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Aşağıdaki alanlar doldurulmalıdır: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "İşlemin dahili referansı" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Şirketin ana para birimi, parasal alanları görüntülemek için kullanılır." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Bu ödeme sağlayıcısının kullanabileceği maksimum ödeme tutarı. Herhangi bir " +"ödeme tutarı için kullanılabilir hale getirmek üzere boş bırakın." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Ödeme onaylanmışsa görüntülenen mesaj" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Ödeme işlemi sırasında sipariş iptal edilirse görüntülenen mesaj" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "Ödeme işleminden sonra sipariş başarıyla yapılırsa görüntülenen mesaj" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "Ödeme işleminden sonra sipariş beklemede ise görüntülenen mesaj" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Ödeme sürecini açıklamak ve yardımcı olmak için görüntülenen mesaj" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Ödeme, yeniden yönlendirme ile doğrudan veya bir token ile yapılmalıdır." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "İşlemin sağlayıcı referansı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "İşlemden sonra kullanıcının yönlendirildiği yol" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Bu ödeme sağlayıcısının teknik kodu." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Ödeme yaparken kullanıcıyı yeniden yönlendirmek için gönderilen formu " +"oluşturan şablon" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Hızlı ödeme yöntemlerinin formunu oluşturan şablon." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "Doğrudan ödeme yaparken satır içi ödeme formunu oluşturan şablon" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "Belirteç ile ödeme yaparken satır içi ödeme formunu oluşturan şablon." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"%(amount)s için %(ref)s referanslı işlem bir hatayla (%(provider_name)s) " +"karşılaştı." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"%(amount)s için %(ref)s referanslı işleme izin verilmiştir " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"%(amount)s için %(ref)s referanslı işlem onaylanmıştır (%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Gösterilecek işlem yok" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Ödeyecek bir şey yok." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Bu eylem, bu sağlayıcıya kayıtlı %s belirteçleri de arşivler. Jetonları " +"arşivlemek geri alınamaz." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Bu, müşterilerin ödeme yöntemlerini ödeme belirteci olarak kaydedip kaydedemeyeceğini kontrol eder.\n" +"Ödeme belirteci, ödeme yöntemi ayrıntılarının kaydedildiği anonim bir bağlantıdır.\n" +"sağlayıcının veritabanına kaydedilir ve müşterinin bir sonraki satın alma işlemi için yeniden kullanmasına olanak tanır." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Bu, müşterilerin hızlı ödeme yöntemlerini kullanıp kullanamayacağını kontrol" +" eder. Ekspres ödeme, müşterilerin ödeme sırasında adres bilgilerinin " +"toplandığı Google Pay ve Apple Pay ile ödeme yapmasını sağlar." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Bu iş ortağının e-postası yoktur, bu da bazı ödeme sağlayıcılarıyla sorunlara neden olabilir.\n" +" Bu iş ortağı için bir e-posta ayarlamanız önerilir." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Belirteç Satır İçi Form Şablonu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenizasyon Destekli" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "İşlem" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"İşlem yetkilendirmesi aşağıdaki ödeme sağlayıcıları tarafından desteklenmez:" +" %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Desteklenen İade Türü" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Yayında Değil" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Yükselt" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Ödeme yönteminin doğrulanması" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Geçersiz İşlem" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Uyarı" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Uyarı Mesajı" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Uyarı!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Ödemenizi bulamıyoruz, ancak endişelenmeyin." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"İşlemi sonradan işlerken bir ödeme tokenının oluşturulup oluşturulmayacağı" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Geri aramanın zaten yürütülüp yürütülmediği" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Sağlayıcının web sitesinde görünür olup olmadığı. Belirteçler işlevsel " +"kalır, ancak yalnızca yönetim formlarında görünür." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Manuel Transfer" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Engelli bir sağlayıcıyı yayınlayamazsınız." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Bu ödeme tokenına erişiminiz yok." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "Birkaç dakika içinde ödemenizi onaylayan bir e-posta alacaksınız." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "Ödemeniz onaylandı." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "Ödemeniz iptal edildi." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Ödemeniz başarıyla işleme koyuldu, ancak onay bekliyor." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Ödemeniz henüz işleme alınmadı." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "PK" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "PK" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "tehlike" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "bilgi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "ödeme: işlem sonrası işlemler" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "sağlayıcı" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "başarılı" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "dikkat" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..957bfb8 --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,2309 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# Alina Lisnenko , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Alina Lisnenko , 2024\n" +"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Дані отримано" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Виконайте платіж на:

  • Банк: %s
  • Номер рахунку: " +"%s
  • Власник рахунку: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Неопубліковано" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Опубліковано" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Збережені способи оплати" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Як налаштувати ваш рахунок " +"PayPal" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Не вдалося знайти відповідний спосіб оплати.
\n" +" Якщо ви вважаєте, що це помилка, зверніться до\n" +" адміністратора сайту." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Увага! Очікується часткове отримання. Будь ласка, зачекайте \n" +"деякий час, поки його буде оброблено. Перевірте конфігурацію провайдера платежів, \n" +"якщо отримання буде все ще в очікуванні через кілька хвилин." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Увага! Ви не можете отримати негативну суму \n" +" або більше ніж" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Попередження Створення платіжного провайдера з кнопки СТВОРИТИ не підтримується.\n" +" Використовуйте натомість дію Дублювати." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "Попередження Валюта відсутня або невірна." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Попередження Ви повинні увійти, щоб оплатити." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Запит на повернення %(amount)s надіслано. Платіж буде створено пізніше. " +"Референс повернення транзакції: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Токен не можна розархівувати після того, як його заархівовано." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Транзакцію з референсом %(ref)s було ініційовано (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Транзакцію з референсом %(ref)s було ініційовано для збереження нового " +"способу оплати (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Транзакцію з референсом %(ref)s було ініційовано використовуючи спосіб " +"оплати %(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Рахунок" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Номер рахунку" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Активувати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Активно" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Адреса" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Дозволити експрес-чекаут" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Дозволити збереження способів оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Вже отримано" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Вже скасовано" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Платіжні послуги Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Сума" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Максимальна сума" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Сума до отримання" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Під час обробки вашого платежу виникла помилка" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Застосувати" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Заархівовано" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Ви впевнені, що хочете видалити цей спосіб оплати?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Ви дійсно хочете анулювати авторизовану транзакцію? Цю дію не можна " +"скасувати." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Повідомлення авторизації" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Авторизований" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Авторизована сума" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Наявність" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Назва банку" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Модель зворотнього документу" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Відкликання виконане" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Зворотній хеш" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Зворотній метод" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID запису відкликання" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Скасувати" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Скасовано" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Скасоване повідомлення" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Отримати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Сума отримання вручну" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Транзакція отримання" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Отримайте суму від Odoo, коли доставка буде завершена.\n" +"Використовуйте це, якщо ви хочете стягувати плату з карток своїх клієнтів, лише \n" +"коли ви впевнені, що можете відправити їм товари." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Дочірні транзакції" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Дочірні транзакції" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Виберіть метод оплати" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Місто" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Закрити" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Код" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Колір" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Компанії" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Компанія" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Налаштування" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Підтвердити видалення" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Підтверджено" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Контакт" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Відповідний модуль " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Країни" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Країна" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Створити токен" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Створити новий провайдер платежу" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Створено" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Створення транзакції з заархівованого токена заборонено." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Повноваження" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Кредитова та дебетова картка (через Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Валюти" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Валюта" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Спеціальні платіжні інструкції" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Клієнт" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Визначте порядок відображення" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Демо" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Відключено" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Повідомлення \"готово\"" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Чернетка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Ел. пошта" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Увімкнено" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Підприємство" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Помилка" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Помилка: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Шаблон форми швидкої реєстрації" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Підтримується швидка реєстрація" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Лише повний" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Створити посилання платежу" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Створити посилання платежу продажів" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Створити та копіювати посилання платежу" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Групувати за" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Маршрутизація HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Є дочірня чернетка" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Є сума боргу" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Чи був платіж після обробки" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Допоміжне повідомлення" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "Ви можете зв'язатися з нами, якщо платіж не було підтверджено." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Зображення" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"У тестовому режимі фальшивий платіж обробляється через тестовий платіжний інтерфейс.\n" +"Цей режим рекомендується використовувати при налаштуванні провайдера." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Вбудований шаблон форми" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Встановити" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Статус установки" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Встановлено" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Внутрішня помилка сервера" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Чи сума до отримання дійсна" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Пост-обробляється" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Наразі він пов’язаний з такими документами:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Лендінговий маршрут" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Мова" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Дата останньої зміни стану" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Давайте зробимо це" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "Зробити запит до провайдера неможливо, оскільки провайдер вимкнено." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Керуйте своїми способами оплати" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Вручну" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Підтримується ручне отримання" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Максимальна сума" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Максимально дозволена сума до отримання" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Повідомлення" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Повідомлення" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Метод" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Ім'я" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Не встановлено провайдера" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Для цієї компанії не вдалося знайти спосіб оплати вручну. Будь ласка, " +"створіть його в меню постачальника платежів." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Жоден токен не може бути призначений публічному партнеру." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Модуль Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Офлайновий платіж за токеном" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Крок залучення" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Зображення кроку адаптації" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Онлайн платежі" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Прямі платежі онлайн" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Онлайн платіж за токеном" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Онлайн платіж з перенаправленням" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Доступ до цих даних можуть отримати лише адміністратори." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Лише санкціоновані транзакції можуть бути анульовані." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Лише підтверджені транзакції можуть бути повернені." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Операція" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Операція не підтримується" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Інше" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Інші способи оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Токен ідентифікації PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Частинами" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Партнер" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Назва партнера" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Оплатити" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Помічник отримання оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Деталі платежу" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Нагадування платежу" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Форма оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Інструкції оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Посилання платежу" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Спосіб оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Способи оплати" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Провайдер платежу" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Провайдери платежу" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Токен оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Підрахунок токенів платежу" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Токени оплати" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Платіжна операція" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Платіжні операції" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Транзакції платежу пов'язані з токеном" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Деталі платежу збережно на %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Способи оплати" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Провайдер платежу" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Помічник отримання провайдера платежу" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Платежі" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "В очікуванні" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Повідомлення в очікуванні" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Телефон" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Вкажіть суму більше нуля." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Вкажіть суму меншу ніж %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Перемкніться на компанію" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Оброблено" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Провайдер" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Референс провайдера" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Провайдери" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Опубліковано" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Причина: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Шаблон форми переадресації" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Референс" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Посилання має бути унікальним!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Відшкодування" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Відшкодування" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Підрахунок повернень" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID відповідного документа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Пов'язана модель документа" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Необхідна валюта" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Прямий дебет SEPA " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Зберегти" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Виберіть країни. Залиште пустим, щоб зробити доступним всюди." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Оберіть валюти. Залиште порожнім, щоб нічого не обмежувати." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Вибраний залучений метод оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Послідовність" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Показати Дозволити швидку реєстрацію" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Показати Дозволити токенізацію" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Показати Auth Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Показати Скасувати Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Показати сторінку облікових даних" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Показати Виконано Msg" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Показати повідомлення очікування" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Показати попередній перегляд повідомлення" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Пропустити" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Деякі транзакції, які ви збираєтеся зафіксувати, можна зафіксувати лише " +"повністю. Обробляйте транзакції окремо, щоб отримати часткову суму." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Джерело транзакції" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Статус" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Статус" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Крок завершено!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Підтримка часткового отримання" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Підтримувані способи оплати" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Режим перевірки" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Токен доступу недійсний." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "Сума для отримання має бути позитивною та не може перевищувати %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Дочірні транзакції." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Чітка частина реквізитів способу оплати." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Колір картки у перегляді канбану" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Додаткове інформаційне повідомлення про державу" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Країни, у яких доступний цей платіжний постачальник. Залиште поле порожнім, " +"щоб воно було доступним у всіх країнах." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Валюти, доступні цьому постачальнику платежів. Залиште порожнім, щоб нічого " +"не обмежувати." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Наступні поля повинні бути заповнені: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Внутрішній референс транзакції" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Основна валюта компанії, яка використовується для відображення грошових " +"полів." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Максимальна сума платежу, доступна для цього постачальника платежів. Залиште" +" поле порожнім, щоб зробити його доступним для будь-якої суми платежу." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Повідомлення відображається, якщо платіж авторизовано" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "" +"Повідомлення відображається, якщо замовлення скасовано під час процесу " +"оплати" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Повідомлення відображається, якщо замовлення успішно виконано після процесу " +"оплати" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "" +"Повідомлення відображається, якщо замовлення очікує на розгляд після процесу" +" оплати" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Відображається повідомлення, щоб пояснити та допомогти процесу оплати" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Платіж має бути або прямим, з перенаправленням, або здійснюватися за " +"допомогою токена." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Референс провайдера транзакції" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Маршрут, на який користувач перенаправляється після транзакції" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Вихідна транзакція пов’язаних дочірніх транзакцій" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Технічний код цього провайдера платежу." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Шаблон, що відображає форму, надіслану для переспрямування користувача під " +"час здійснення платежу" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Шаблон відтворення форми експрес-платежів." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "" +"Шаблон відтворення форми вбудованого платежу під час здійснення прямого " +"платежу" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "" +"Шаблон, що відображає вбудовану платіжну форму при здійсненні платежу " +"токеном." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Транзакція з референсом %(ref)s для %(amount)s викликала помилку " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Транзакція з референсом %(ref)s на %(amount)s було авторизовано " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Транзакцію з референсом %(ref)s на %(amount)s було підтверджено " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Немає транзакції для показу" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Ще немає створеного токену." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Ще немає нічого для оплати." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Немає нічого для оплати." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Ця дія також архівує %s токени зареєстровані з цим провайдером. Архівація " +"токенів необоротна." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Це визначає, чи можуть клієнти зберігати свої методи оплати як платіжні токени.\n" +"Маркер платежу — це анонімне посилання на деталі способу оплати, збережені в \n" +"базі даних постачальника, що дозволяє клієнту повторно використовувати його для наступної покупки." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Це визначає, чи можуть клієнти використовувати експрес-платежі. Експрес-" +"касса дозволяє клієнтам оплачувати за допомогою Google Pay і Apple Pay, " +"інформація про адресу яких збирається під час оплати." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"У цього партнера немає електронної пошти, що може спричинити проблеми з деякими провайдерами платежів.\n" +" Рекомендується встановити електронну адресу для цього партнера." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Цю транзакцію було підтверджено після обробки її часткового отримання та " +"частково недійсних транзакцій (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Шаблон форми вбудованого токена" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Токенізація підтримується" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Операція" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Авторизація транзакцій не підтримується такими платіжними провайдерами: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Тип повернення підтримується" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Неопубліковано" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Оновлення" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Підтвердження методу оплати" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Недійсна сума боргу" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Недійсна транзакція" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Попередження" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Повідомлення попередження" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Увага!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "Ми не можемо знайти ваш платіж, але не хвилюйтеся." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "Чи потрібно створювати токен платежу під час постобробки транзакції" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Чи кожен із постачальників транзакцій підтримує часткове отримання." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Чи був уже виконаний зворотний виклик" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Відображається постачальник на веб-сайті чи ні. Токени залишаються " +"функціональними, але видимі лише у формах керування." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Банківський переказ" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Ви не можете опублікувати вимкненого провайдера." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "У вас немає доступу до цього платіжного токена" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Через кілька хвилин ви повинні отримати електронний лист, що підтверджує " +"оплату." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Вашу оплату було авторизовано." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Ваш платіж скасовано." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Ваш платіж успішно оброблено, але очікує на затвердження." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Ваш платіж ще не оброблено." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Індекс" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Індекс" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "небезпека" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "інфо" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "платіж: операції після обробки" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "провайдер" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "успішно" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"зробити\n" +" цей платіж." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "попередження" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..4e78326 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,2351 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Thang Nguyen, 2023 +# Dung Nguyen Thi , 2023 +# Wil Odoo, 2023 +# Thi Huong Nguyen, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-14 13:53+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Thi Huong Nguyen, 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "Dữ liệu đã được nạp" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

Vui lòng thực hiện thanh toán tới:

  • Ngân hàng: %s
  • Số" +" tài khoản: %s
  • Chủ tài khoản: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" Các thuộc tính này được thiết lập để\n" +" khớp hành vi của nhà cung cấp và hành vi tích hợp của họ với\n" +" Odoo liên quan đến phương thức thanh toán này. Mọi thay đổi đều có thể\n" +" tạo ra lỗi và trước tiên phải được kiểm tra trên cơ sở dữ liệu kiểm thử." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr "" +" Cấu hình nhà cung cấp dịch vụ thanh" +" toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" Bật phương thức thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "Lưu thông tin thanh toán của tôi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "Đã huỷ hiển thị" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "Đã hiển thị" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "Đã lưu phương thức thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" Mọi quốc gia đều được hỗ trợ.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" Mọi loại tiền tệ đều được hỗ trợ.\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " Bảo mật bởi" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr "" +" Cách cấu hình tài khoản PayPal của " +"bạn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "Phương thức thanh toán của bạn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"Không tìm thấy phương thức thanh toán phù hợp.
\n" +" Nếu bạn tin đây là lỗi, hãy liên hệ với quản trị viên\n" +" trang web." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"Cảnh báo! Có khoản thu hồi thanh toán một phần đang treo. Vui lòng chờ\n" +" xử lý trong giây lát. Ngoài ra, hãy kiểm tra cấu hình nhà cung cấp dịch vụ \n" +" thanh toán của bạn nếu khoản thu hồi vẫn còn treo sau vài phút." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"Cảnh báo! Bạn không thể thu số tiền nhỏ hơn 0 hoặc nhiều\n" +" hơn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"Cảnh báo Không hỗ trợ tạo nhà cung cấp dịch vụ thanh toán từ nút TẠO.\n" +" Thay vào đó, vui lòng sử dụng thao tác Nhân bản." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"Cảnh báo Bảo đảm bạn đã đăng nhập với tư cách\n" +" đối tác thích hợp trước khi thực hiện thanh toán." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "" +"Cảnh báo Đơn vị tiền tệ bị thiếu hoặc không chính xác." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "Cảnh báo Bạn phải đăng nhập để thanh toán." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "" +"Yêu cầu hoàn trả số tiền %(amount)s đã được gửi đi. Thanh toán sẽ sớm được " +"tạo. Mã giao dịch hoàn tiền: %(ref)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "Không thể hủy lưu trữ token sau khi nó đã được lưu trữ." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "Giao dịch với mã %(ref)s đã được khởi tạo (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "" +"Giao dịch với mã %(ref)s đã được khởi tạo để lưu một phương thức thanh toán " +"mới (%(provider_name)s)" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "" +"Giao dịch với mã %(ref)s đã được khởi tạo bằng phương thức thanh toán " +"%(token)s (%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "Tài khoản" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "Số tài khoản" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "Kích hoạt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "Đang hoạt động" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "Địa chỉ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "Cho phép thanh toán nhanh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "Cho phép lưu phương thức thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "Đã thu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "Đã vô hiệu" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Dịch vụ thanh toán Amazon" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "Số tiền" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "Amount Max" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "Số tiền cần thu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "Đã xuất hiện lỗi trong quá trình xử lý thanh toán của bạn." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "Ứng tuyển" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "Đã lưu trữ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "Bạn có chắc muốn xóa phương thức thanh toán này không?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "" +"Bạn có chắc chắn muốn vô hiệu giao dịch được ủy quyền không? Bạn không thể " +"hoàn tác hành động này." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "Authorize Message" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "Cơ chế ủy quyền" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "Số tiền được ủy quyền" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "Tình trạng còn hàng" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "Phương thức khả dụng" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "Ngân hàng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "Tên ngân hàng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "Thương hiệu" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "Mô hình tài liệu Callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Hoàn tất Callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "Callback Hash" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "Phương pháp Callback" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "ID hồ sơ callback" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "Hủy" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "Đã huỷ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "Tin nhắn đã hủy" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "Không thể xoá phương thức thanh toán" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "Không thể lưu phương thức thanh toán" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "Thu hồi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "Ghi số tiền theo cách thủ công" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "Chấp nhận giao dịch" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Ghi nhận số tiền từ Odoo, khi giao hàng hoàn tất.\n" +"Dùng tính năng này nếu bạn muốn tính phí khách hàng chỉ khi\n" +"bạn chắc chắn có thể giao hàng cho họ." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "Giao dịch con" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "Giao dịch con" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "Chọn phương thức thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "Chọn phương thức khác " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "Thành phố" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "Đóng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "Mã" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "Màu sắc" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "Công ty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "Công ty" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "Cấu hình" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "Xác nhận xóa" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "Đã xác nhận" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "Liên hệ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "Phân hệ tương ứng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "Quốc gia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "Quốc gia" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "Tạo token" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "Tạo một nhà cung cấp dịch vụ thanh toán mới" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "Cấm tạo giao dịch từ token đã lưu trữ." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "Thông tin đăng nhập" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "Thẻ tín dụng và ghi nợ (qua Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "Tiền tệ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "Tiền tệ" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "Hướng dẫn thanh toán tùy chỉnh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "Khách hàng" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "Xác định trình tự xuất hiện" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "Demo" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "Đã vô hiệu" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "Hoàn tất tin nhắn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "Nháp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "Email" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "Enabled" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "Doanh nghiệp" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "Lỗi" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "Lỗi: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "Mẫu biểu mẫu thanh toán nhanh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "Hỗ trợ thanh toán nhanh" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "" +"Thanh toán nhanh cho phép khách hàng thanh toán nhanh hơn bằng cách sử dụng " +"một phương thức thanh toán cung cấp tất cả thông tin thanh toán và giao hàng" +" bắt buộc, do đó có thể bỏ qua quá trình này khi thanh toán." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "Full Only" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "Generate Payment Link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "Tạo liên kết thanh toán bán hàng" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "Tạo và sao chép liên kết thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "Đi đến tài khoản của tôi " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "Nhóm theo" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "Định tuyến HTTP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "Có giao dịch con nháp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "Có số tiền còn lại" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "Khoản thanh toán đã được xử lý sau" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "Thông điệp trợ giúp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "If the payment hasn't been confirmed you can contact us." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "Hình ảnh" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"Trong chế độ kiểm thử, một khoản thanh toán giả sẽ được xử lý thông qua giao diện thanh toán kiểm thử.\n" +"Nên dùng chế độ này khi thiết lập nhà cung cấp dịch vụ thanh toán." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "Mẫu biểu mẫu nội tuyến" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "Cài đặt" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "Trạng thái cài đặt" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "Đã cài đặt" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "Lỗi máy chủ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "Số tiền cần thu hợp lệ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "Được xử lý sau" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "Là phương thức thanh toán chính" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "Nó hiện được liên kết với các tài liệu sau:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "Trang chuyển hướng" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "Ngôn ngữ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "Ngày cập nhật trạng thái gần nhất" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "Hãy làm nó" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "" +"Không thể tạo yêu cầu cho nhà cung cấp vì nhà cung cấp đã bị vô hiệu hóa." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "Quản lý phương thức thanh toán của bạn" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "Thủ công" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "Hỗ trợ thu hồi thủ công" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "Số tiền tối đa" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "Thu hồi tối đa được phép" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "Tin nhắn" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "Tin nhắn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "Phương thức" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "Tên" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "Không có nhà cung cấp được đặt" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "" +"Không thể tìm thấy phương thức thanh toán thủ công nào cho công ty này. Vui " +"lòng tạo trong menu Nhà cung cấp dịch vụ thanh toán." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "" +"Không tìm thấy phương thức thanh toán nào cho nhà cung cấp dịch vụ thanh " +"toán của bạn." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "Không thể gán token cho đối tác công khai." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Phân hệ Odoo Enterprise" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "Thanh toán offline bằng token" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "Trình tự hướng dẫn" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "Hình ảnh bước giới thiệu " + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "Thanh toán trực tuyến" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "Thanh toán trực tiếp trực tuyến" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "Thanh toán trực tuyến bằng token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "Thanh toán trực tuyến với chuyển hướng" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "Chỉ có admin mới có thể truy cập vào dữ liệu này." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "Chỉ các giao dịch được ủy quyền mới được hủy bỏ." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "Chỉ các giao dịch đã xác nhận mới có thể được hoàn tiền." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "Hoạt động" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "Thao tác không được hỗ trợ." + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "Khác" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "Phương thức thanh toán khác" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "Token định danh PDT" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "Một phần" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "Đối tác" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "Tên đối tác" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "Thanh toán" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "Công cụ thu hồi thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "Thông tin thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "Payment Followup" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "Payment Form" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "Hướng dẫn thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "Payment Link" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "Phương thức thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "Mã phương thức thanh toán" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "Phương thức thanh toán" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "Nhà cung cấp dịch vụ thanh toán" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "Nhà cung cấp dịch vụ thanh toán" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "Mã thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "Số token thanh toán" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "Mã thanh toán" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "Giao dịch thanh toán" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "Giao dịch thanh toán" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "Giao dịch thanh toán liên kết với token" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "Thông tin thanh toán đã được lưu vào %(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "Phương thức thanh toán" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "Xử lý thanh toán không thành công" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "Nhà cung cấp dịch vụ thanh toán" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "Công cụ hướng dẫn về nhà cung cấp dịch vụ thanh toán" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "Thanh toán" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "Đang chờ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "Thông báo treo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "Điện thoại" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "Hãy đảm bảo rằng %(payment_method)s được %(provider)s hỗ trợ." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "Vui lòng nhập số tiền lớn hơn 0." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "Vui lòng nhập số tiền nhỏ hơn %s." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "Vui lòng chuyển sang công ty" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "Phương thức thanh toán chính" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "Xử lý bởi" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "Nhà cung cấp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "Mã nhà cung cấp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "Tham chiếu nhà cung cấp" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "Nhà cung cấp " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "Đã hiển thị" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "Lý do: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "Chuyển hướng biểu mẫu" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "Mã tham chiếu" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "Mã cần phải duy nhất!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "Hoàn tiền" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "" +"Hoàn tiền là tính năng cho phép hoàn tiền trực tiếp cho khách hàng từ thanh " +"toán trong Odoo." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "Hoàn tiền" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "Số hoàn tiền" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "ID tài liệu liên quan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "Mô hình tài liệu liên quan" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "Yêu cầu tiền tệ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "Ghi nợ trực tiếp SEPA" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "Lưu" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "Chọn quốc gia. Để trống để sử dụng ở mọi nơi." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "Chọn quốc gia. Để trống để sử dụng ở mọi nơi." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "Chọn tiền tệ. Để trống để không giới hạn loại tiền tệ." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "Chọn tiền tệ. Để trống để sử dụng mọi loại tiền tệ." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "Phương thức thanh toán đã chọn cho hướng dẫn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "Trình tự" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "Hiển thị Cho phép thanh toán nhanh" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "Hiển thị Cho phép token hoá" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "Hiển thị Thông báo uỷ quyền" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "Hiển thị Thông báo huỷ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "Hiển thị Trang thông tin đăng nhập" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "Hiển thị Thông báo hoàn tất" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "Hiển thị Thông báo treo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "Hiển thị Thông báo hỗ trợ" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "Bỏ qua" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "" +"Một số giao dịch bạn định thu hồi chỉ có thể được thu đầy đủ. Hãy xử lý các " +"giao dịch một cách riêng lẻ để thu tiền từng phần." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "Giao dịch nguồn" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "Trạng thái" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "Trạng thái" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "Bước hoàn thành!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "Hỗ trợ thu hồi một phần" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "Quốc gia được hỗ trợ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "Tiền tệ được hỗ trợ" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "Phương thức thanh toán được hỗ trợ" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "Hỗ trợ bởi" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "Chế độ kiểm thử" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "Token truy cập không hợp lệ." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "Số tiền cần thu hồi phải lớn hơn 0 và không thể vượt quá %s." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "" +"Hình ảnh cơ sở được sử dụng cho phương thức thanh toán này; ở định dạng " +"64x64 px." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "" +"Thương hiệu của phương thức thanh toán sẽ được hiển thị trên biểu mẫu thanh " +"toán." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "Giao dịch con của giao dịch." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "Phần rõ ràng về thông tin thanh toán của phương thức thanh toán." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "Màu của thẻ trong chế độ xem kanban" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "Thông tin bổ sung về trạng thái" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "" +"Các quốc gia nơi có thể sử dụng nhà cung cấp dịch vụ thanh toán này. Để " +"trống để sử dụng tất cả quốc gia." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "" +"Các loại tiền tệ khả dụng với nhà cung cấp dịch vụ thanh toán này. Để trống " +"không hạn loại tiền tệ." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "Các trường sau phải được điền: %s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "Các kwargs sau đây không được whitelist: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "Tham chiếu nội bộ của giao dịch" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "" +"Danh sách các quốc gia có thể sử dụng phương thức thanh toán này (nếu nhà " +"cung cấp cho phép). Ở các quốc gia khác, phương thức thanh toán này sẽ không" +" khả dụng cho khách hàng." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "" +"Danh sách các loại tiền tệ mà phương thức thanh toán này hỗ trợ (nếu nhà " +"cung cấp cho phép). Khi thanh toán bằng loại tiền tệ khác, phương thức thanh" +" toán này không khả dụng cho khách hàng." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "Danh sách nhà cung cấp hỗ trợ phương thức thanh toán này." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "" +"Loại tiền tệ chính của công ty, được sử dụng để hiển thị các trường tiền tệ." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "" +"Số tiền thanh toán tối đa khả dụng với nhà cung cấp dịch vụ thanh toán này. " +"Để trống để không giới hạn số tiền thanh toán." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "Thông báo hiển thị nếu thanh toán được ủy quyền" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "Thông báo hiển thị nếu đơn hàng bị hủy trong quá trình thanh toán" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "" +"Thông báo hiển thị nếu đơn hàng được đặt thành công sau quá trình thanh toán" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "Thông báo hiển thị nếu đơn hàng còn treo sau quá trình thanh toán" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "Thông báo hiển thị để giải thích và hỗ trợ quá trình thanh toán" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "" +"Thanh toán phải được thực hiện trực tiếp, có chuyển hướng, hoặc được thực " +"hiện bằng token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"Phương thức thanh toán chính của phương thức thanh toán hiện tại, nếu phương thức thanh toán hiện tại là một thương hiệu.\n" +"Ví dụ: \"Thẻ\" là phương thức thanh toán chính của thương hiệu thẻ \"VISA\"." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "Tham chiếu nhà cung cấp của token giao dịch." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "Tham chiếu nhà cung cấp của giao dịch" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "Hình ảnh đã thay đổi kích thước hiển thị trên biểu mẫu thanh toán." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "Trang người dùng được chuyển hướng đến sau giao dịch" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "Giao dịch nguồn của các giao dịch con liên quan" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "Mã kỹ thuật của phương thức thanh toán này." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "Mã kỹ thuật của nhà cung cấp dịch vụ thanh toán này." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "" +"Mẫu kết xuất biểu mẫu đã gửi để chuyển hướng người dùng khi thực hiện thanh " +"toán" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "Mẫu kết xuất biểu mẫu của phương thức thanh toán nhanh" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "Mẫu kết xuất biểu mẫu thanh toán nội tuyến khi thanh toán trực tiếp" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "Mẫu kết xuất biểu mẫu thanh toán nội tuyến khi thanh toán bằng token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "" +"Giao dịch có mã %(ref)s với số tiền %(amount)s đã gặp lỗi " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "" +"Giao dịch có mã %(ref)s với số tiền %(amount)s đã được uỷ quyền " +"(%(provider_name)s)." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "" +"Giao dịch có mã %(ref)s với số tiền %(amount)s đã được xác nhận " +"(%(provider_name)s)." + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "Không có giao dịch để hiển thị" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "Chưa có token nào được tạo." + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "Không có gì cần thanh toán. " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "Không có khoản thanh toán nào. " + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "" +"Hành động này cũng sẽ lưu trữ %s token đã được đăng ký theo phương thức " +"thanh toán này. Bạn sẽ không thể hoàn tác việc lưu trữ token." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "" +"Hành động này cũng sẽ lưu trữ %s token đã được đăng ký với nhà cung cấp này." +" Bạn sẽ không thể đảo ngược thao tác lưu trữ token." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"Điều này kiểm soát việc khách hàng có thể lưu phương thức thanh toán của họ dưới dạng token thanh toán hay không.\n" +"Token thanh toán là một liên kết ẩn danh đến thông tin phương thức thanh toán được lưu trong\n" +"cơ sở dữ liệu của nhà cung cấp, cho phép khách hàng sử dụng lại cho lần mua hàng tiếp theo." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"Điều này kiểm soát việc khách hàng có thể sử dụng phương thức thanh toán " +"nhanh hay không. Thanh toán nhanh cho phép khách hàng thanh toán bằng Google" +" Pay và Apple Pay từ đó thông tin địa chỉ được thu thập khi thanh toán." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"Đối tác không có email, việc này có thể dẫn đến trục trặc với một số nhà cung cấp dịch vụ thanh toán. \n" +" Bạn nên điền email cho đối tác này." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "" +"Phương thức thanh toán này cần có nhà cung cấp; trước tiên bạn cần kích hoạt" +" nhà cung cấp dịch vụ thanh toán hỗ trợ phương thức này." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "" +"Giao dịch này đã được xác nhận sau khi xử lý các giao dịch thu hồi một phần " +"và vô hiệu một phần (%(provider)s)." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "Mẫu biểu mẫu nội tuyến token" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Hỗ trợ token hoá" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "" +"Token hoá là quá trình lưu thông tin thanh toán dưới dạng token mà sau này " +"bạn có thể sử dụng lại mà không cần phải nhập lại thông tin thanh toán." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "Giao dịch" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "" +"Các nhà cung cấp dịch vụ thanh toán sau không hỗ trợ ủy quyền giao dịch: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "Loại hoàn tiền được hỗ trợ" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "Không thể kết nối với máy chủ. Vui lòng chờ đợi." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "Đã huỷ hiển thị" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "Nâng cấp" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "Xác thực phương thức thanh toán" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "Vô hiệu số tiền còn lại" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "Giao dịch trống" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "Cảnh báo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "Thông báo cảnh báo" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "Cảnh báo!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "" +"Chúng tôi không thể tìm khoản thanh toán của bạn, nhưng đừng lo lắng nhé." + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "Chúng tôi đang xử lý thanh toán của bạn. Vui lòng chờ đợi." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "" +"Có nên tạo token thanh toán trong giai đoạn xử lý sau giao dịch hay không" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "Liệu mỗi nhà cung cấp giao dịch có hỗ trợ thu hồi một phần hay không." + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "Liệu lệnh gọi lại đã được thực hiện hay chưa" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "" +"Liệu nhà cung cấp có hiển thị trên trang web hay không. Token vẫn hoạt động " +"nhưng chỉ hiển thị trên biểu mẫu quản lý." + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "Chuyển khoản ngân hàng" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "Bạn không thể hiển thị một nhà cung cấp đã bị vô hiệu hóa." + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "Bạn không có quyền truy cập token thanh toán này. " + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "" +"Bạn sẽ nhận được email xác nhận khoản thanh toán của bạn trong vài phút nữa." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been authorized." +msgstr "Thanh toán của bạn đã được chứng thực." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been cancelled." +msgstr "Your payment has been cancelled." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "Thanh toán của bạn đã được xử lý thành công nhưng đang chờ phê duyệt." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#, python-format +msgid "Your payment has been successfully processed." +msgstr "Thanh toán của bạn đã được xử lý thành công." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "Thanh toán của bạn chưa được xử lý." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "Mã bưu chính" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "Mã bưu chính" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "nguy hiểm" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "thông tin" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "phương thức thanh toán" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "thanh toán: xử lý sau giao dịch" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "nhà cung cấp" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "thành công" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"để tiến hành\n" +" thanh toán." + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "cảnh báo" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..a6d8f42 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,2286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# Wil Odoo, 2023 +# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023 +# Chloe Wang, 2023 +# Jeffery CHEN , 2023 +# liAnGjiA , 2024 +# 湘子 南 <1360857908@qq.com>, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: 湘子 南 <1360857908@qq.com>, 2024\n" +"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr " 数据已获取" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "

请付款至:

  • 银行:%s
  •  账号:%s
  • 账户持有人:%s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" 这些属性是为\n" +" 供应商及其与\n" +" Odoo 就付款方式进行整合而设置。任何更改都可能导致错误\n" +" 并应首先在测试数据库中进行测试。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " 配置支付提供商" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" 启用付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "保存我的付款信息" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "未发布" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "已发布" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "保存的支付方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" 支持所有国家/地区。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" 支持所有货币。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr " 担保人" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr " 如何设置您的PayPal账户" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "您的付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"未找到合适的付款方式。
\n" +" 如果您认为这是一个错误,请联系网站\n" +" 管理员。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"警告! 正在处理一项部分收款。请稍等,\n" +" 系统会先完成处理该笔收款。\n" +" 若几分钟后仍未处理完成,请检查支付服务商相关设置。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "警告!不能捕获负数,也不能捕获超过" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"警告不支持从创建按钮创建支付服务商。\n" +" 请使用复制动作来代替。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"警告在付款前,请确保您已登录为\n" +" 合作伙伴身份登录。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "警告货币缺失或者不正确。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "警告您必须登录后才能支付。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "已发送%(amount)s的退款申请。支付将很快创建。退款交易参考:%(ref)s (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "令牌一旦被归档就不能被取消归档。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "参考号码%(ref)s的交易已经被启动 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "参考号码%(ref)s的交易已经被启动来保存一个新的支付方式 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "使用支付方式%(token)s (%(provider_name)s)的带参考号码%(ref)s的交易已经被启动。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "科目" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "账号" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "激活" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "已启用" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "地址" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "允许快速结账" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "允许保存支付方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "已捕获" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "已失效" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon支付服务" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "金额" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "金额最大值" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "待获量数量" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "在处理这项支付的过程中发生了一个错误。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "应用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "已存档" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "您确定要删除此支付方式吗?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "是否确定取消授权交易?此动作经确定后无法撤消。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "授权信息" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "授权" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "授权金额" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "可用性" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "可用方法" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "银行" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "银行名称" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "品牌" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "牛仔" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "回调文档模型" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "回调完成" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "回调哈希函数" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "回调方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "回调记录ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "取消" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "已取消" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "已取消的消息" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "无法删除付款方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "无法保存付款方式" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "获取" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "手动获取金额" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "捕捉交易" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"当交货完成时,从 ERP 获取金额。\n" +"如果您想在确定您可以向客户发货时才从客户的卡上扣款,就可以使用这个方法。\n" +"您确定您能把货物运给他们时才使用." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "下级交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "下级交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "选择支付方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "选择其他方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "城市" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "关闭" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "代码" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "颜色" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "公司" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "配置" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "确认删除" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "已确认" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "联系人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "对应模块" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "国家/地区" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "国家/地区" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "创建令牌" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "创建新的支付服务商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "创建人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "创建日期" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "禁止从一个已归档的令牌创建交易。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "授权认证" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "信用卡和借记卡(通过 Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "币种" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "币种" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "自定义支付说明" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "客户" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "定义显示顺序" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "演示" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "已禁用" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "完成的信息" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "草稿" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "电子邮件" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "启用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "企业" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "错误" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "错误:%s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "快速结账表单模板" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "支持快速结账" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "快速结账允许客户使用一种可提供所有必要账单和发货信息的付款方式,从而跳过结账流程,加快付款速度。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "仅限全员" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "生成支付链接" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "生成销售付款链接" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "生成并复制支付链接" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "转到我的账户" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "分组方式" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP 路由" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "有草稿子级" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "有剩余金额" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "支付是否经过后期处理" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "帮助信息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "ID" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "如果支付尚未确认,您可以与我们联系。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "图像" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"在测试模式下,通过测试支付界面处理虚假支付。\n" +"设置提供程序时,建议使用此模式。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "内嵌式表格模板" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "安装" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "安装状态" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "已安装" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "内部服务器错误" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "捕获金额是否有效" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "是经过后期处理的" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "是主要付款方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "目前,它与以下文件相关联:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "登录路线" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "语言" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "最后状态的变更日期" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "让我们开始吧" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "无法向该提供商提出请求,因为该提供商已被禁用。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "管理付款方式" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "手动" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "支持手动采集" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "最大金额" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "允许的最大获取量" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "消息" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "方法" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "名称" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "没有供应商设置" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "没有找到该公司的手动支付方式。请从支付提供商菜单中创建一个。" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "未找到适合您的付款提供商的付款方式。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "不能为公共合作伙伴分配令牌。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo 企业版专属模块" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "通过令牌进行离线支付" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "入门步骤" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "步骤图片新手简介" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "线上支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "线上直接支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "线上令牌支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "带重定向功能的线上支付" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "只有系统管理员可以访问此数据。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "只有经过授权的交易才能作废。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "只有经确认的交易才能退款。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "作业" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "不支持操作。" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "其他" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "其他支付方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT身份令牌" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "部分" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "合作伙伴" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "合作伙伴名称" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "支付捕获向导" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "支付详情" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "支付追踪" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "支付形式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "支付说明" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "支付链接" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "付款方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "支付方式代码" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "付款方式" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "支付提供商" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "支付提供商" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "支付令牌" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "支付令牌计数" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "支付令牌" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "支付交易" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "支付交易" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "与令牌相关的支付交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "支付详情保存于%(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "支付方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "付款处理失败" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "支付服务商" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "支付提供商入门向导" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "付款" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "待定" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "待定消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "电话" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "请确保 %(provider)s 支持 %(payment_method)s。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "请设置正数。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "请设置低于%s的金额。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "请切换至公司" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "主要付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "处理人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "提供商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "提供方代码" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "提供商参考" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "服务商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "已发布" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "原因: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "重定向表格模板" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "参考号" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "引用必须唯一!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "退款" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "退款是一项允许从 ERP 付款中直接向客户退款的功能。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "退款" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "退款计数" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "相关单据ID" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "相关单据模型" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "收款币种" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA 直接借记" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "保存" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "选择国家。留空表示允许任何国家。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "选择国家。留空以便在所有地方都是可用的。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "选择币种。留空则不限制币种。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "选择货币。留空表示允许任何货币。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "选择支付方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "序列" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "显示允许快速结账" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "显示允许标记化" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "最小延迟消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "显示取消信息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "显示凭证页" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "显示 \"完成 \"信息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "显示待处理的信息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "显示预留信息" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "少量" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "跳过" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "您计划收款的交易,只能作全额收款。若要分开收款,请单独处理个别交易。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "交易来源" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "省/州" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "状态" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "步骤已完成!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "支持部分收款" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "支持国家" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "支持的货币" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "支持的付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "技术支持" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "测试模式" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "访问令牌无效。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "收款金额必须为正数,且不能大于%s。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "用于此付款方式的基本图像;格式为 64x64 px。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "将显示在付款表单上的付款方式品牌。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "交易的下级交易。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "支付方式的支付细节的清晰部分。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "打开看板视图" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "关于状态的补充信息信息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "这个支付提供商可用的国家。如果没有设置,它对所有国家都是可用的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "该付款服务提供商可用的射程。留空则不限制币种。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "必须填写以下字段:%s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "下列参数未列入白名单: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "交易的内部参考" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "可使用该付款方式的国家列表(如果供应商允许)。在其他国家,客户无法使用此付款方式。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "该付款方式支持的货币列表(如果提供商允许)。使用其他货币付款时,客户无法使用此付款方式。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "支持该付款方式的供应商列表。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "公司的主要货币,用于显示货币字段。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "这个支付提供商可用的最大支付金额。如果没有设置,任何支付金额都是可用的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "如果支付被授权,显示的信息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "如果在支付过程中取消了订单,所显示的信息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "如果订单在支付过程中被成功完成,所显示的信息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "如果订单在支付过程中被搁置,所显示的信息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "为解释和帮助支付过程而显示的信息" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "支付应该是直接的,有重定向的,或者是通过令牌进行的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"当前付款方式的主要付款方式(如果后者是一个品牌)。\n" +"例如,\"Card \"是 \"VISA \"卡品牌的主要支付方式。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "交易令牌的提供商编号。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "交易的提供商参考" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "付款表格上显示的调整后的图片。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "用户在交易后被重定向到的路线" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "相关下级交易的原始交易" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "该付款方式的技术代码。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "该支付提供商的技术代码。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "模板渲染一个提交的表单,以便在支付时重定向用户" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "该模板用于渲染 \"快递付款方式 \"表单。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "直接支付时渲染内联支付表格的模板" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "使用令牌付款时,渲染内嵌付款表单的模板。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "对%(amount)s的参考%(ref)s交易遇到一个错误 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "对%(amount)s的参考%(ref)s交易已经被授权 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "参考号码%(ref)s的交易%(amount)s已经被 (%(provider_name)s) 确认。" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "没有任何交易可以显示" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "尚未创建令牌。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "不需要支付任何费用。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "不需要支付。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "此操作还将存档用此支付方式注册的 %s 代币。存档代币是不可逆的。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "这个动作也将归档在这个提供商那里注册的%s令牌。归档令牌是不可逆转的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"这控制了客户是否可以将他们的支付方式保存为支付令牌。\n" +"支付令牌是保存在提供商数据库中的支付方式详情的匿名链接,\n" +"允许客户在下次采购时重新使用。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "这控制了客户是否可以使用快速支付方式。快速结账允许客户使用Google支付和Apple支付来支付,在支付时收集地址信息。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"该合作伙伴没有电子邮箱地址,可能导致某些付款服务提供商出现问题。\n" +" 建议为其设置电子邮箱地址。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "这种付款方式需要一个合作伙伴;您应首先启用支持这种付款方式的付款提供商。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "在处理部分生效和作废交易(%(provider)s)后,该交易已得到确认。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "令牌内嵌式表单模板" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "支持的标记化" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "令牌化是将支付信息保存为令牌的过程,以后无需再次输入支付信息即可重复使用。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "下列支付服务商不支持交易授权:%s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "支持的退款类型" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "无法联系服务器。请稍候。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "未发布" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "升级" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "支付方式的验证" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "无效剩余金额" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "无效交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "警告" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "警告消息" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "警告!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "我们找不到您的支付。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "我们正在处理您的付款。请稍候。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "在对交易进行后处理时,是否应该创建一个支付令牌" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "是否所有交易提供商,都支持部分收款。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "回调是否已经被执行" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "不管服务商在网站是否可见,令牌保持功能,但只在管理表单上可见。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "电汇" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "您不能删除付款提供商%s;请将其存档." + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "您无法发布一个禁用的服务商。" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "您无权访问此支付令牌。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "您应该在几分钟内收到一封确认支付的EMail。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "支付已获授权。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "您的支付已被取消。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "您的支付已经成功处理,但正在等待批准。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "您的付款已成功处理。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "您的支付还未处理。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "ZIP" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "邮政编码" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "危险" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "信息" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "付款方式" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "支付:后处理交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "服务商" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "成功" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"以进行此项\n" +" 付款。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "警告" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..2c90866 --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,2284 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment +# +# Translators: +# 敬雲 林 , 2023 +# Wil Odoo, 2023 +# Tony Ng, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-01-29 10:45+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tony Ng, 2024\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard___data_fetched +msgid " Data Fetched" +msgstr "獲取的資料" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"

Please make a payment to:

  • Bank: %s
  • Account Number: " +"%s
  • Account Holder: %s
" +msgstr "" +"

請依已下資訊付款:

  • 銀行: %s
  • 帳號: %s
  • 戶名: %s
" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +" These properties are set to\n" +" match the behavior of providers and that of their integration with\n" +" Odoo regarding this payment method. Any change may result in errors\n" +" and should be tested on a test database first." +msgstr "" +" 設定這些屬性是為了\n" +" 配對服務提供者的行為,以及他們就此付款方式與\n" +" Odoo 的整合功能的行為。任何變更都可能引致錯誤,\n" +" 應首先在測試資料庫上進行測試。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_breadcrumb +msgid "" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid "" +"" +msgstr "" +"" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid " Configure a payment provider" +msgstr " 設定付款服務商" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"\n" +" Enable Payment Methods" +msgstr "" +"\n" +" 啟用付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +msgid "Save my payment details" +msgstr "儲存我的付款資訊" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Unpublished" +msgstr "未發佈" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Published" +msgstr "已發佈" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.view_partners_form_payment_defaultcreditcard +msgid "Saved Payment Methods" +msgstr "儲存的付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All countries are supported.\n" +" " +msgstr "" +"\n" +" 支援所有國家/地區。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "" +"\n" +" All currencies are supported.\n" +" " +msgstr "" +"\n" +" 支援所有貨幣。\n" +" " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.method_form +#: model_terms:ir.ui.view,arch_db:payment.token_form +msgid " Secured by" +msgstr "" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "" +" How to configure your PayPal " +"account" +msgstr " 如何設定你的 PayPal 帳戶" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Your payment methods" +msgstr "你的付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +#: model_terms:ir.ui.view,arch_db:payment.payment_methods +msgid "" +"No suitable payment method could be found.
\n" +" If you believe that it is an error, please contact the website\n" +" administrator." +msgstr "" +"找不到合適的支付方式。
\n" +" 如果您認為出現錯誤,請聯繫網站管理員。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! There is a partial capture pending. Please wait a\n" +" moment for it to be processed. Check your payment provider configuration if\n" +" the capture is still pending after a few minutes." +msgstr "" +"警告!有一項未足額收款正待處理。\n" +" 請稍等,讓系統先完成處理該筆收款。\n" +" 若幾分鐘後,收款仍在處理中,請檢查付款服務商相關設置。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +msgid "" +"Warning! You can not capture a negative amount nor more\n" +" than" +msgstr "" +"警告!不可捕捉負數,也不可捕捉\n" +" 超過" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "" +"Warning Creating a payment provider from the CREATE button is not supported.\n" +" Please use the Duplicate action instead." +msgstr "" +"警告 不支援透過「建立」按鈕新增付款服務商。\n" +" 請改用「複製」操作。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "" +"Warning Make sure you are logged in as the\n" +" correct partner before making this payment." +msgstr "" +"警告 進行此項付款前,\n" +" 請確保以正確的合作夥伴登入。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning The currency is missing or incorrect." +msgstr "警告:貨別未填或不正確。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "Warning You must be logged in to pay." +msgstr "警告您必須登入後才能付款。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A refund request of %(amount)s has been sent. The payment will be created " +"soon. Refund transaction reference: %(ref)s (%(provider_name)s)." +msgstr "金額為 %(amount)s 的退款請求已發送。付款將會很快建立。退款交易參考:%(ref)s (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "A token cannot be unarchived once it has been archived." +msgstr "代碼被封存後,便不能被取消封存。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated (%(provider_name)s)." +msgstr "一項交易已啟始(參考:%(ref)s)(%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated to save a new " +"payment method (%(provider_name)s)" +msgstr "一項交易(參考:%(ref)s)已啟始,以儲存新的付款方式 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"A transaction with reference %(ref)s has been initiated using the payment " +"method %(token)s (%(provider_name)s)." +msgstr "一項交易(參考:%(ref)s)已使用此付款方式啟始:%(token)s (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Account" +msgstr "帳戶" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__acc_number +msgid "Account Number" +msgstr "帳戶號碼" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Activate" +msgstr "啟動" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__active +#: model:ir.model.fields,field_description:payment.field_payment_token__active +msgid "Active" +msgstr "啟用" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_address +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Address" +msgstr "地址" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_adyen +msgid "Adyen" +msgstr "Adyen" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_express_checkout +msgid "Allow Express Checkout" +msgstr "允許快速結賬" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__allow_tokenization +msgid "Allow Saving Payment Methods" +msgstr "允許儲存付款方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__captured_amount +msgid "Already Captured" +msgstr "已捕獲" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__voided_amount +msgid "Already Voided" +msgstr "已失效" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_aps +msgid "Amazon Payment Services" +msgstr "Amazon 付款服務" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount +#: model:ir.model.fields,field_description:payment.field_payment_transaction__amount +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Amount" +msgstr "金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__amount_max +msgid "Amount Max" +msgstr "最大金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__amount_to_capture +msgid "Amount To Capture" +msgstr "待捕獲金額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "An error occurred during the processing of your payment." +msgstr "處理你的付款時,發生錯誤。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Apply" +msgstr "套用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Archived" +msgstr "已封存" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "Are you sure you want to delete this payment method?" +msgstr "確定要刪除此付款方式嗎?" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "" +"Are you sure you want to void the authorized transaction? This action can't " +"be undone." +msgstr "請問您是否確定要取消授權交易嗎?此操作經確定後無法撤消。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_asiapay +msgid "Asiapay" +msgstr "Asiapay" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__auth_msg +msgid "Authorize Message" +msgstr "授權消息" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_authorize +msgid "Authorize.net" +msgstr "Authorize.net" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__authorized +msgid "Authorized" +msgstr "授權" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__authorized_amount +msgid "Authorized Amount" +msgstr "已授權金額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Availability" +msgstr "可用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +msgid "Available methods" +msgstr "可用方法" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Bank" +msgstr "銀行" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__journal_name +msgid "Bank Name" +msgstr "銀行名稱" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__brand_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Brands" +msgstr "品牌" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_buckaroo +msgid "Buckaroo" +msgstr "Buckaroo" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_model_id +msgid "Callback Document Model" +msgstr "回調單據模型" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_is_done +msgid "Callback Done" +msgstr "Callback Done" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_hash +msgid "Callback Hash" +msgstr "回調哈希函數" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_method +msgid "Callback Method" +msgstr "回調方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__callback_res_id +msgid "Callback Record ID" +msgstr "Callback Record ID" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Cancel" +msgstr "取消" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__cancel +msgid "Canceled" +msgstr "已取消" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__cancel_msg +msgid "Canceled Message" +msgstr "已取消訊息" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot delete payment method" +msgstr "未能刪除付款方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Cannot save payment method" +msgstr "未能儲存付款方式" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#, python-format +msgid "Capture" +msgstr "捕捉" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__capture_manually +msgid "Capture Amount Manually" +msgstr "手動獲取金額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Capture Transaction" +msgstr "獲取交易" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__capture_manually +msgid "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." +msgstr "" +"Capture the amount from Odoo, when the delivery is completed.\n" +"Use this if you want to charge your customers cards only when\n" +"you are sure you can ship the goods to them." + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__child_transaction_ids +msgid "Child Transactions" +msgstr "子級交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Child transactions" +msgstr "子級交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Choose a payment method" +msgstr "選擇付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Choose another method " +msgstr "選擇其他方式 " + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_city +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "City" +msgstr "縣市" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_capture_wizard_view_form +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Close" +msgstr "關閉" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__code +#: model:ir.model.fields,field_description:payment.field_payment_provider__code +msgid "Code" +msgstr "程式碼" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__color +msgid "Color" +msgstr "顏色" + +#. module: payment +#: model:ir.model,name:payment.model_res_company +msgid "Companies" +msgstr "公司" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__company_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__company_id +#: model:ir.model.fields,field_description:payment.field_payment_token__company_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__company_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Company" +msgstr "公司" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Configuration" +msgstr "配置" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Confirm Deletion" +msgstr "確認刪除" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__done +msgid "Confirmed" +msgstr "已確認" + +#. module: payment +#: model:ir.model,name:payment.model_res_partner +msgid "Contact" +msgstr "聯絡人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_id +msgid "Corresponding Module" +msgstr "對應模組" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_country_ids +msgid "Countries" +msgstr "國家" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_country_id +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Country" +msgstr "國家" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__tokenize +msgid "Create Token" +msgstr "建立密鑰" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_provider +msgid "Create a new payment provider" +msgstr "新增付款服務商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__create_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_uid +msgid "Created by" +msgstr "建立人員" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_method__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__create_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__create_date +#: model:ir.model.fields,field_description:payment.field_payment_token__create_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__create_date +msgid "Created on" +msgstr "建立於" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Creating a transaction from an archived token is forbidden." +msgstr "不可從已封存代碼建立交易。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Credentials" +msgstr "授權認證" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__stripe +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__stripe +msgid "Credit & Debit card (via Stripe)" +msgstr "信用卡和借記卡 (通過 Stripe)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__available_currency_ids +msgid "Currencies" +msgstr "幣別" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__currency_id +#: model:ir.model.fields,field_description:payment.field_payment_provider__main_currency_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__currency_id +msgid "Currency" +msgstr "貨幣" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__manual +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__manual +msgid "Custom payment instructions" +msgstr "自訂付款說明" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_id +msgid "Customer" +msgstr "客戶" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__sequence +msgid "Define the display order" +msgstr "定義資料排序" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_demo +msgid "Demo" +msgstr "範例" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__disabled +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Disabled" +msgstr "停用" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_method__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider__display_name +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__display_name +#: model:ir.model.fields,field_description:payment.field_payment_token__display_name +#: model:ir.model.fields,field_description:payment.field_payment_transaction__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__done_msg +msgid "Done Message" +msgstr "完成的訊息" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__draft +msgid "Draft" +msgstr "草稿" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_email +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_email_account +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_email +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_onboarding_wizard_form +msgid "Email" +msgstr "電郵" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__enabled +msgid "Enabled" +msgstr "啟用" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Enterprise" +msgstr "企業" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__error +msgid "Error" +msgstr "錯誤" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Error: %s" +msgstr "錯誤: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__express_checkout_form_view_id +msgid "Express Checkout Form Template" +msgstr "快速結賬表單範本" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_express_checkout +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_express_checkout +msgid "Express Checkout Supported" +msgstr "支援快速結賬" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_express_checkout +msgid "" +"Express checkout allows customers to pay faster by using a payment method " +"that provides all required billing and shipping information, thus allowing " +"to skip the checkout process." +msgstr "快速結賬使用一種可提供所有所需賬單及運送資料的付款方式,讓客戶跳過結賬流程,加快付款速度。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_flutterwave +msgid "Flutterwave" +msgstr "Flutterwave" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__full_only +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__full_only +msgid "Full Only" +msgstr "只支援全額" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate Payment Link" +msgstr "生成付款連結" + +#. module: payment +#: model:ir.model,name:payment.model_payment_link_wizard +msgid "Generate Sales Payment Link" +msgstr "生成付款連結" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "Generate and Copy Payment Link" +msgstr "產生並複製付款連結" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Go to my Account " +msgstr "前往我的帳戶 " + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Group By" +msgstr "分組依據" + +#. module: payment +#: model:ir.model,name:payment.model_ir_http +msgid "HTTP Routing" +msgstr "HTTP 路由" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_draft_children +msgid "Has Draft Children" +msgstr "有草稿子項" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__has_remaining_amount +msgid "Has Remaining Amount" +msgstr "有剩餘金額" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__is_post_processed +msgid "Has the payment been post-processed" +msgstr "付款是否經過後期處理" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pre_msg +msgid "Help Message" +msgstr "幫助訊息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_method__id +#: model:ir.model.fields,field_description:payment.field_payment_provider__id +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__id +#: model:ir.model.fields,field_description:payment.field_payment_token__id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__id +msgid "ID" +msgstr "識別號" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "If the payment hasn't been confirmed you can contact us." +msgstr "如果付款尚未確認,您可以聯繫我們。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image +#: model:ir.model.fields,field_description:payment.field_payment_provider__image_128 +msgid "Image" +msgstr "圖片" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__state +msgid "" +"In test mode, a fake payment is processed through a test payment interface.\n" +"This mode is advised when setting up the provider." +msgstr "" +"在測試模式中,會以測試的付款介面處理一筆模擬付款。\n" +"建議在設置付款服務商時,使用此模式測試。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__inline_form_view_id +msgid "Inline Form Template" +msgstr "內部表單模板" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Install" +msgstr "安裝" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_state +msgid "Installation State" +msgstr "安裝狀態" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "Installed" +msgstr "已安裝" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Internal server error" +msgstr "內部伺服器錯誤" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__is_amount_to_capture_valid +msgid "Is Amount To Capture Valid" +msgstr "待捕捉金額是否有效" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__is_post_processed +msgid "Is Post-processed" +msgstr "是否後處理" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__is_primary +msgid "Is Primary Payment Method" +msgstr "是主要付款方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_form_templates.xml:0 +#, python-format +msgid "It is currently linked to the following documents:" +msgstr "它目前連接到以下文件:" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__landing_route +msgid "Landing Route" +msgstr "登陸路線" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_lang +msgid "Language" +msgstr "語言" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__last_state_change +msgid "Last State Change Date" +msgstr "最後狀態更改日期" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_method__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_token__write_uid +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_uid +msgid "Last Updated by" +msgstr "最後更新者" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_method__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider__write_date +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__write_date +#: model:ir.model.fields,field_description:payment.field_payment_token__write_date +#: model:ir.model.fields,field_description:payment.field_payment_transaction__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: payment +#: model:onboarding.onboarding.step,button_text:payment.onboarding_onboarding_step_payment_provider +msgid "Let's do it" +msgstr "立即開始" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Making a request to the provider is not possible because the provider is " +"disabled." +msgstr "無法向該服務商提出請求,因為該服務商已被停用。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Manage your payment methods" +msgstr "管理您的付款方式" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__manual +msgid "Manual" +msgstr "手動" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_manual_capture +msgid "Manual Capture Supported" +msgstr "支援人手收款" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__maximum_amount +msgid "Maximum Amount" +msgstr "最大金額" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__available_amount +msgid "Maximum Capture Allowed" +msgstr "允許最大捕捉金額" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mercado_pago +msgid "Mercado Pago" +msgstr "Mercado Pago" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state_message +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Message" +msgstr "消息" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Messages" +msgstr "訊息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_name +msgid "Method" +msgstr "方法" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_mollie +msgid "Mollie" +msgstr "Mollie" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__name +#: model:ir.model.fields,field_description:payment.field_payment_provider__name +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +#: model_terms:ir.ui.view,arch_db:payment.payment_method_search +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Name" +msgstr "名稱" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__code__none +msgid "No Provider Set" +msgstr "無服務商" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "" +"No manual payment method could be found for this company. Please create one " +"from the Payment Provider menu." +msgstr "找不到此公司的手動付款方式。請從付款服務商選單建立一個。" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_method +msgid "No payment methods found for your payment providers." +msgstr "找不到你的付款服務商適用的付款方式。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "No token can be assigned to the public partner." +msgstr "公用合作夥伴不可分配代碼。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__module_to_buy +msgid "Odoo Enterprise Module" +msgstr "Odoo 企業版專屬模組" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__offline +msgid "Offline payment by token" +msgstr "密鑰離線支付" + +#. module: payment +#: model:ir.model,name:payment.model_onboarding_onboarding_step +msgid "Onboarding Step" +msgstr "新手簡介步驟" + +#. module: payment +#: model:onboarding.onboarding.step,step_image_alt:payment.onboarding_onboarding_step_payment_provider +msgid "Onboarding Step Image" +msgstr "新手簡介步驟圖片" + +#. module: payment +#: model:onboarding.onboarding.step,title:payment.onboarding_onboarding_step_payment_provider +msgid "Online Payments" +msgstr "網上付款" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_direct +msgid "Online direct payment" +msgstr "線上直接支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_token +msgid "Online payment by token" +msgstr "密鑰線上支付" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__online_redirect +msgid "Online payment with redirection" +msgstr "帶重定向的線上支付" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_onboarding_wizard.py:0 +#, python-format +msgid "Only administrators can access this data." +msgstr "只有系統管理員可以存取此筆資料。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only authorized transactions can be voided." +msgstr "只有授權交易才能作廢。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Only confirmed transactions can be refunded." +msgstr "只有已確認的交易才能退款。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__operation +msgid "Operation" +msgstr "製程" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Operation not supported." +msgstr "不支援該操作。" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__other +msgid "Other" +msgstr "其他" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Other payment methods" +msgstr "其他付款方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__paypal_pdt_token +msgid "PDT Identity Token" +msgstr "PDT 標識 Token" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_method__support_refund__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_manual_capture__partial +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__support_refund__partial +msgid "Partial" +msgstr "部分" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__partner_id +#: model:ir.model.fields,field_description:payment.field_payment_token__partner_id +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Partner" +msgstr "業務夥伴" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_name +msgid "Partner Name" +msgstr "合作夥伴名稱" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Pay" +msgstr "付款" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider_onboarding_wizard__payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__paypal +#: model:ir.model.fields.selection,name:payment.selection__sale_payment_provider_onboarding_wizard__payment_method__paypal +#: model:payment.provider,name:payment.payment_provider_paypal +msgid "PayPal" +msgstr "PayPal" + +#. module: payment +#: model:ir.model,name:payment.model_payment_capture_wizard +msgid "Payment Capture Wizard" +msgstr "付款捕捉精靈" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_details +msgid "Payment Details" +msgstr "付款詳情" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Followup" +msgstr "付款追蹤" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment Form" +msgstr "付款表单" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__manual_post_msg +msgid "Payment Instructions" +msgstr "支付說明" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__link +msgid "Payment Link" +msgstr "付款連結" + +#. module: payment +#: model:ir.model,name:payment.model_payment_method +#: model:ir.model.fields,field_description:payment.field_payment_provider_onboarding_wizard__payment_method +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_id +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Payment Method" +msgstr "付款方法" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__payment_method_code +msgid "Payment Method Code" +msgstr "付款方式代碼" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model:ir.actions.act_window,name:payment.action_payment_method +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#, python-format +msgid "Payment Methods" +msgstr "付款方式" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider +msgid "Payment Provider" +msgstr "支付提供商" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_provider +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_list +msgid "Payment Providers" +msgstr "支付提供商" + +#. module: payment +#: model:ir.model,name:payment.model_payment_token +#: model:ir.model.fields,field_description:payment.field_payment_transaction__token_id +msgid "Payment Token" +msgstr "付款代碼(token)" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_count +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_count +msgid "Payment Token Count" +msgstr "支付密鑰數" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_token +#: model:ir.model.fields,field_description:payment.field_res_partner__payment_token_ids +#: model:ir.model.fields,field_description:payment.field_res_users__payment_token_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +#: model_terms:ir.ui.view,arch_db:payment.payment_token_list +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +msgid "Payment Tokens" +msgstr "付款代碼(token)" + +#. module: payment +#: model:ir.model,name:payment.model_payment_transaction +msgid "Payment Transaction" +msgstr "付款交易" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction +#: model:ir.model.fields,field_description:payment.field_payment_token__transaction_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_list +msgid "Payment Transactions" +msgstr "付款交易" + +#. module: payment +#: model:ir.actions.act_window,name:payment.action_payment_transaction_linked_to_token +msgid "Payment Transactions Linked To Token" +msgstr "與密鑰相關的支付交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_token.py:0 +#, python-format +msgid "Payment details saved on %(date)s" +msgstr "付款詳情已在以下時間儲存:%(date)s" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.portal_my_home_payment +msgid "Payment methods" +msgstr "付款方式" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Payment processing failed" +msgstr "付款處理失敗" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Payment provider" +msgstr "付款服務商" + +#. module: payment +#: model:ir.model,name:payment.model_payment_provider_onboarding_wizard +msgid "Payment provider onboarding wizard" +msgstr "付款服務商新手導覽精靈" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_token_form +msgid "Payments" +msgstr "付款" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__state__pending +msgid "Pending" +msgstr "暫停" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__pending_msg +msgid "Pending Message" +msgstr "待定消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_phone +msgid "Phone" +msgstr "電話" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "Please make sure that %(payment_method)s is supported by %(provider)s." +msgstr "請確保付款方式 %(payment_method)s 是獲 %(provider)s 支援。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set a positive amount." +msgstr "請設定一個正數金額。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "Please set an amount lower than %s." +msgstr "請設定一個低於 %s 的金額。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "Please switch to company" +msgstr "請切換至公司" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__primary_payment_method_id +msgid "Primary Payment Method" +msgstr "主要付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.confirm +msgid "Processed by" +msgstr "處理人" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_id +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_token_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Provider" +msgstr "服務商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_code +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_code +msgid "Provider Code" +msgstr "服務商代碼" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_token__provider_ref +#: model:ir.model.fields,field_description:payment.field_payment_transaction__provider_reference +msgid "Provider Reference" +msgstr "服務商參考" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__provider_ids +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Providers" +msgstr "服務商" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__is_published +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Published" +msgstr "已發佈" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_razorpay +msgid "Razorpay" +msgstr "Razorpay" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "Reason: %s" +msgstr "原因: %s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__redirect_form_view_id +msgid "Redirect Form Template" +msgstr "重定向表單模板" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#: model:ir.model.fields,field_description:payment.field_payment_transaction__reference +#: model_terms:ir.ui.view,arch_db:payment.confirm +#: model_terms:ir.ui.view,arch_db:payment.pay +#, python-format +msgid "Reference" +msgstr "編號" + +#. module: payment +#: model:ir.model.constraint,message:payment.constraint_payment_transaction_reference_uniq +msgid "Reference must be unique!" +msgstr "引用必須唯一!" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__refund +#, python-format +msgid "Refund" +msgstr "折讓" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_refund +msgid "" +"Refund is a feature allowing to refund customers directly from the payment " +"in Odoo." +msgstr "「退款」功能讓你可直接從 Odoo 內的付款資料,向客戶執行退款。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Refunds" +msgstr "折讓" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__refunds_count +msgid "Refunds Count" +msgstr "退款次數" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_id +msgid "Related Document ID" +msgstr "相關單據編號" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__res_model +msgid "Related Document Model" +msgstr "相關的單據模型" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__require_currency +msgid "Require Currency" +msgstr "要求貨幣" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sepa_direct_debit +msgid "SEPA Direct Debit" +msgstr "SEPA 直接扣賬" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.form +msgid "Save" +msgstr "儲存" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select countries. Leave empty to allow any." +msgstr "選擇國家/地區。留空表示允許任何國家/地區。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select countries. Leave empty to make available everywhere." +msgstr "選擇國家/地區。留空會使所有地方都可用。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Select currencies. Leave empty not to restrict any." +msgstr "選擇貨幣。留空表示不限幣種。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Select currencies. Leave empty to allow any." +msgstr "選擇貨幣。留空表示允許任何貨幣。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_res_company__payment_onboarding_payment_method +msgid "Selected onboarding payment method" +msgstr "選擇付款方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__sequence +#: model:ir.model.fields,field_description:payment.field_payment_provider__sequence +msgid "Sequence" +msgstr "序列號" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_express_checkout +msgid "Show Allow Express Checkout" +msgstr "顯示允許快速結賬" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_allow_tokenization +msgid "Show Allow Tokenization" +msgstr "顯示允許代碼化" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_auth_msg +msgid "Show Auth Msg" +msgstr "顯示驗證消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_cancel_msg +msgid "Show Cancel Msg" +msgstr "顯示取消消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_credentials_page +msgid "Show Credentials Page" +msgstr "顯示驗證頁面" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_done_msg +msgid "Show Done Msg" +msgstr "顯示完成消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pending_msg +msgid "Show Pending Msg" +msgstr "顯示待處理消息" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__show_pre_msg +msgid "Show Pre Msg" +msgstr "顯示預消息" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_sips +msgid "Sips" +msgstr "Sips" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Skip" +msgstr "跳過" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "" +"Some of the transactions you intend to capture can only be captured in full." +" Handle the transactions individually to capture a partial amount." +msgstr "你打算收款的交易中,有部份只能作全額收款。若要進行未足額收款,請分開處理個別交易。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__source_transaction_id +msgid "Source Transaction" +msgstr "來源交易" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__state +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_state_id +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "State" +msgstr "狀態" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__state +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_search +msgid "Status" +msgstr "狀態" + +#. module: payment +#: model:onboarding.onboarding.step,done_text:payment.onboarding_onboarding_step_payment_provider +msgid "Step Completed!" +msgstr "步驟已完成!" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__res_company__payment_onboarding_payment_method__stripe +#: model:payment.provider,name:payment.payment_provider_stripe +msgid "Stripe" +msgstr "Stripe" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__support_partial_capture +msgid "Support Partial Capture" +msgstr "支援未足額收款" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_country_ids +msgid "Supported Countries" +msgstr "支援國家/地區" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__supported_currency_ids +msgid "Supported Currencies" +msgstr "支援的貨幣" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__payment_method_ids +msgid "Supported Payment Methods" +msgstr "支援付款方式" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_method_form +msgid "Supported by" +msgstr "技術支援:" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_provider__state__test +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +msgid "Test Mode" +msgstr "測試模式" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The access token is invalid." +msgstr "存取代碼(token)無效。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_capture_wizard.py:0 +#, python-format +msgid "The amount to capture must be positive and cannot be superior to %s." +msgstr "收款金額必須為正數,且不能大於 %s。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__image +#: model:ir.model.fields,help:payment.field_payment_method__image_payment_form +msgid "The base image used for this payment method; in a 64x64 px format." +msgstr "用於此付款方式的基礎圖片,格式為 64 × 64 px。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__brand_ids +msgid "" +"The brands of the payment methods that will be displayed on the payment " +"form." +msgstr "將會顯示在付款表單上的付款方式品牌。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__child_transaction_ids +msgid "The child transactions of the transaction." +msgstr "該交易的子級交易。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__payment_details +msgid "The clear part of the payment method's payment details." +msgstr "付款方式付款細節的清晰部份。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__color +msgid "The color of the card in kanban view" +msgstr "看板視圖中卡片的顏色" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__state_message +msgid "The complementary information message about the state" +msgstr "關於狀態的補充資訊消息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_country_ids +msgid "" +"The countries in which this payment provider is available. Leave blank to " +"make it available in all countries." +msgstr "此付款服務商可用的國家/地區。如果留空,表示所有國家/地區都可用。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__available_currency_ids +msgid "" +"The currencies available with this payment provider. Leave empty not to " +"restrict any." +msgstr "此付款服務商可用的貨幣。留空表示不限幣種。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "The following fields must be filled: %s" +msgstr "必須填寫以下欄位:%s" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "The following kwargs are not whitelisted: %s" +msgstr "下列關鍵字引數(kwarg)未列入白名單: %s" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__reference +msgid "The internal reference of the transaction" +msgstr "交易編號" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_country_ids +msgid "" +"The list of countries in which this payment method can be used (if the " +"provider allows it). In other countries, this payment method is not " +"available to customers." +msgstr "可使用此付款方式的國家/地區列表(如果服務商允許)。在其他國家/地區,客戶將無法使用此付款方式。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__supported_currency_ids +msgid "" +"The list of currencies for that are supported by this payment method (if the" +" provider allows it). When paying with another currency, this payment method" +" is not available to customers." +msgstr "此付款方式支援的貨幣列表(如果服務商允許)。當使用其他貨幣付款時,客戶將無法使用此付款方式。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__provider_ids +msgid "The list of providers supporting this payment method." +msgstr "支援此付款方式的服務商名單。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__main_currency_id +msgid "The main currency of the company, used to display monetary fields." +msgstr "公司的主要貨幣,用於顯示貨幣金額欄位。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__maximum_amount +msgid "" +"The maximum payment amount that this payment provider is available for. " +"Leave blank to make it available for any payment amount." +msgstr "此付款服務商可使用的最大付款金額。如果沒有設置,任何付款金額都可用。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__auth_msg +msgid "The message displayed if payment is authorized" +msgstr "授權付款時顯示的消息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__cancel_msg +msgid "" +"The message displayed if the order is canceled during the payment process" +msgstr "付款過程中訂單取消時顯示的消息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__done_msg +msgid "" +"The message displayed if the order is successfully done after the payment " +"process" +msgstr "付款過程後訂單成功完成時顯示的消息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pending_msg +msgid "The message displayed if the order pending after the payment process" +msgstr "付款過程後訂單待處理時顯示的消息" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__pre_msg +msgid "The message displayed to explain and help the payment process" +msgstr "顯示的消息解釋和幫助支付過程" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "" +"The payment should either be direct, with redirection, or made by a token." +msgstr "付款應該是直接的、重定向的或通過密鑰進行的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__primary_payment_method_id +msgid "" +"The primary payment method of the current payment method, if the latter is a brand.\n" +"For example, \"Card\" is the primary payment method of the card brand \"VISA\"." +msgstr "" +"目前付款方式(如果是品牌)的主要付款方式。\n" +"例如:支付卡品牌「VISA」的主要付款方式為「卡」。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_token__provider_ref +msgid "The provider reference of the token of the transaction." +msgstr "交易代碼的服務商參考。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_reference +msgid "The provider reference of the transaction" +msgstr "交易的服務商參考" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__image_payment_form +msgid "The resized image displayed on the payment form." +msgstr "付款表單上顯示、經調整大小後的圖片。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__landing_route +msgid "The route the user is redirected to after the transaction" +msgstr "交易後用戶被重定向到的路由" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__source_transaction_id +msgid "The source transaction of the related child transactions" +msgstr "相關子級交易的來源交易" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__code +#: model:ir.model.fields,help:payment.field_payment_token__payment_method_code +#: model:ir.model.fields,help:payment.field_payment_transaction__payment_method_code +msgid "The technical code of this payment method." +msgstr "此付款方式的技術代碼。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__code +#: model:ir.model.fields,help:payment.field_payment_token__provider_code +#: model:ir.model.fields,help:payment.field_payment_transaction__provider_code +msgid "The technical code of this payment provider." +msgstr "此付款服務商的技術代碼。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__redirect_form_view_id +msgid "" +"The template rendering a form submitted to redirect the user when making a " +"payment" +msgstr "呈現表單的模板,用於在付款時重定向用戶" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__express_checkout_form_view_id +msgid "The template rendering the express payment methods' form." +msgstr "繪製快速付款方式表單的範本。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a direct payment" +msgstr "進行直接付款時呈現內部付款表格的模板" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__token_inline_form_view_id +msgid "" +"The template rendering the inline payment form when making a payment by " +"token." +msgstr "透過代碼進行付款時,繪製文中付款表單的範本。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s encountered an error " +"(%(provider_name)s)." +msgstr "交易(參考:%(ref)s,金額為 %(amount)s)遇到錯誤 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been authorized " +"(%(provider_name)s)." +msgstr "交易(參考:%(ref)s,金額為 %(amount)s)已獲授權 (%(provider_name)s)。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"The transaction with reference %(ref)s for %(amount)s has been confirmed " +"(%(provider_name)s)." +msgstr "交易(參考:%(ref)s,金額為 %(amount)s)已確認 (%(provider_name)s)。" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_transaction +msgid "There are no transactions to show" +msgstr "沒有交易可顯示" + +#. module: payment +#: model_terms:ir.actions.act_window,help:payment.action_payment_token +msgid "There is no token created yet." +msgstr "尚未有代碼已建立。" + +#. module: payment +#. odoo-python +#: code:addons/payment/wizards/payment_link_wizard.py:0 +#, python-format +msgid "There is nothing to be paid." +msgstr "無需付款。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.pay +msgid "There is nothing to pay." +msgstr "沒有須付款項目。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"payment method. Archiving tokens is irreversible." +msgstr "此操作亦將封存使用此付款方式登記的 %s 個代碼。封存代碼操作是不可逆轉的。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"This action will also archive %s tokens that are registered with this " +"provider. Archiving tokens is irreversible." +msgstr "此操作亦將封存使用此付款服務商登記的 %s 個代碼。封存代碼操作是不可逆轉的。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_tokenization +msgid "" +"This controls whether customers can save their payment methods as payment tokens.\n" +"A payment token is an anonymous link to the payment method details saved in the\n" +"provider's database, allowing the customer to reuse it for a next purchase." +msgstr "" +"這控制客戶是否可將自己的付款方式儲存為付款代碼。\n" +"付款代碼是指在服務商資料庫中儲存的付款方式詳情的匿名連結,\n" +"讓客戶下次購買時可重用作付款。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__allow_express_checkout +msgid "" +"This controls whether customers can use express payment methods. Express " +"checkout enables customers to pay with Google Pay and Apple Pay from which " +"address information is collected at payment." +msgstr "" +"這控制客戶可否使用快速付款方式。快速結賬可讓客戶使用 Google Pay 及 Apple Pay 付款,而地址資訊會在付款時從這些服務收集。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_link_wizard_view_form +msgid "" +"This partner has no email, which may cause issues with some payment providers.\n" +" Setting an email for this partner is advised." +msgstr "" +"此合作夥伴沒有電子郵件,使用某些付款服務商時可能會有問題。\n" +" 建議為此合作夥伴設定電郵地址。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#, python-format +msgid "" +"This payment method needs a partner in crime; you should enable a payment " +"provider supporting this method first." +msgstr "此付款方式需要有一個合作夥伴伴隨;你應先啟用一間支援此付款方式的付款服務商。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"This transaction has been confirmed following the processing of its partial " +"capture and partial void transactions (%(provider)s)." +msgstr "交易的未足額收款及未足額取消交易,已完成處理(服務商:%(provider)s),整項交易現予確認。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_provider__token_inline_form_view_id +msgid "Token Inline Form Template" +msgstr "代碼文中表單範本" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_tokenization +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_tokenization +msgid "Tokenization Supported" +msgstr "Tokenization Supported" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_method__support_tokenization +msgid "" +"Tokenization is the process of saving the payment details as a token that " +"can later be reused without having to enter the payment details again." +msgstr "「權杖化」是將付款詳細資訊儲存為權杖的過程,之後可重複使用,無需再次輸入付款資料。" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__transaction_ids +msgid "Transaction" +msgstr "交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_transaction.py:0 +#, python-format +msgid "" +"Transaction authorization is not supported by the following payment " +"providers: %s" +msgstr "下列付款服務商不支援交易授權:%s" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_method__support_refund +#: model:ir.model.fields,field_description:payment.field_payment_provider__support_refund +msgid "Type of Refund Supported" +msgstr "支持的退款類型" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "Unable to contact the server. Please wait." +msgstr "未能聯絡伺服器,請稍候。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Unpublished" +msgstr "未公開" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_form +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +msgid "Upgrade" +msgstr "升級" + +#. module: payment +#: model:ir.model.fields.selection,name:payment.selection__payment_transaction__operation__validation +msgid "Validation of the payment method" +msgstr "驗證付款方式" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_capture_wizard__void_remaining_amount +msgid "Void Remaining Amount" +msgstr "將剩餘金額設為失效" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "Void Transaction" +msgstr "無效交易" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_method.py:0 +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "Warning" +msgstr "警告" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_link_wizard__warning_message +msgid "Warning Message" +msgstr "警告訊息" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/payment_form.js:0 +#, python-format +msgid "Warning!" +msgstr "警告!" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "We are not able to find your payment, but don't worry." +msgstr "我們找不到您的付款,但別擔心。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/js/post_processing.js:0 +#, python-format +msgid "We are processing your payment. Please wait." +msgstr "我們正在處理你的付款,請稍候。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__tokenize +msgid "" +"Whether a payment token should be created when post-processing the " +"transaction" +msgstr "交易後處理時是否應建立支付密鑰" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_capture_wizard__support_partial_capture +msgid "" +"Whether each of the transactions' provider supports the partial capture." +msgstr "是否全部交易服務商,都支援未足額收款。" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_transaction__callback_is_done +msgid "Whether the callback has already been executed" +msgstr "回調是否已經執行" + +#. module: payment +#: model:ir.model.fields,help:payment.field_payment_provider__is_published +msgid "" +"Whether the provider is visible on the website or not. Tokens remain " +"functional but are only visible on manage forms." +msgstr "無論服務商在網站是否可見,權杖都始終保持功能,但只在管理表單上可見。" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_transfer +msgid "Wire Transfer" +msgstr "電匯" + +#. module: payment +#: model:payment.provider,name:payment.payment_provider_xendit +msgid "Xendit" +msgstr "Xendit" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "" +"You cannot delete the payment provider %s; disable it or uninstall it " +"instead." +msgstr "你不可刪除付款服務商 %s。請將它設為停用,或解除安裝。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#, python-format +msgid "You cannot publish a disabled provider." +msgstr "你不可發佈一個已停用的服務商。" + +#. module: payment +#. odoo-python +#: code:addons/payment/controllers/portal.py:0 +#, python-format +msgid "You do not have access to this payment token." +msgstr "你沒有權限存取此付款權杖。" + +#. module: payment +#. odoo-javascript +#: code:addons/payment/static/src/xml/payment_post_processing.xml:0 +#, python-format +msgid "You should receive an email confirming your payment in a few minutes." +msgstr "您應該在幾分鐘內收到一封確認付款的電子信件。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,auth_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,auth_msg:payment.payment_provider_aps +#: model_terms:payment.provider,auth_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,auth_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_demo +#: model_terms:payment.provider,auth_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,auth_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,auth_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,auth_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,auth_msg:payment.payment_provider_sips +#: model_terms:payment.provider,auth_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,auth_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,auth_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been authorized." +msgstr "您的付款已獲授權。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_aps +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_demo +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_sips +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,cancel_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been cancelled." +msgstr "您的付款已被取消。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,pending_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,pending_msg:payment.payment_provider_aps +#: model_terms:payment.provider,pending_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,pending_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_demo +#: model_terms:payment.provider,pending_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,pending_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,pending_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,pending_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,pending_msg:payment.payment_provider_sips +#: model_terms:payment.provider,pending_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,pending_msg:payment.payment_provider_xendit +#, python-format +msgid "" +"Your payment has been successfully processed but is waiting for approval." +msgstr "您的付款已成功處理,但正在等待批准。" + +#. module: payment +#. odoo-python +#: code:addons/payment/models/payment_provider.py:0 +#: model_terms:payment.provider,done_msg:payment.payment_provider_adyen +#: model_terms:payment.provider,done_msg:payment.payment_provider_aps +#: model_terms:payment.provider,done_msg:payment.payment_provider_asiapay +#: model_terms:payment.provider,done_msg:payment.payment_provider_authorize +#: model_terms:payment.provider,done_msg:payment.payment_provider_buckaroo +#: model_terms:payment.provider,done_msg:payment.payment_provider_demo +#: model_terms:payment.provider,done_msg:payment.payment_provider_flutterwave +#: model_terms:payment.provider,done_msg:payment.payment_provider_mercado_pago +#: model_terms:payment.provider,done_msg:payment.payment_provider_mollie +#: model_terms:payment.provider,done_msg:payment.payment_provider_paypal +#: model_terms:payment.provider,done_msg:payment.payment_provider_razorpay +#: model_terms:payment.provider,done_msg:payment.payment_provider_sepa_direct_debit +#: model_terms:payment.provider,done_msg:payment.payment_provider_sips +#: model_terms:payment.provider,done_msg:payment.payment_provider_stripe +#: model_terms:payment.provider,done_msg:payment.payment_provider_transfer +#: model_terms:payment.provider,done_msg:payment.payment_provider_xendit +#, python-format +msgid "Your payment has been successfully processed." +msgstr "你的付款已成功處理。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "Your payment has not been processed yet." +msgstr "你的付款仍未處理。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_transaction_form +msgid "ZIP" +msgstr "郵遞區號" + +#. module: payment +#: model:ir.model.fields,field_description:payment.field_payment_transaction__partner_zip +msgid "Zip" +msgstr "郵遞區號" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "danger" +msgstr "危險" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "info" +msgstr "資訊" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "payment method" +msgstr "付款方式" + +#. module: payment +#: model:ir.actions.server,name:payment.cron_post_process_payment_tx_ir_actions_server +msgid "payment: post-process transactions" +msgstr "付款:後處理交易" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_kanban +#: model_terms:ir.ui.view,arch_db:payment.payment_provider_search +msgid "provider" +msgstr "服務商" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "success" +msgstr "成功" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.company_mismatch_warning +msgid "" +"to make this\n" +" payment." +msgstr "" +"以進行此項\n" +" 付款。" + +#. module: payment +#: model_terms:ir.ui.view,arch_db:payment.transaction_status +msgid "warning" +msgstr "警告" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..f4fd11e --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,10 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import ir_http +from . import onboarding_step +from . import payment_method +from . import payment_provider +from . import payment_token +from . import payment_transaction +from . import res_company +from . import res_partner diff --git a/models/ir_http.py b/models/ir_http.py new file mode 100644 index 0000000..dadfeb8 --- /dev/null +++ b/models/ir_http.py @@ -0,0 +1,12 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import models + + +class IrHttp(models.AbstractModel): + _inherit = 'ir.http' + + @classmethod + def _get_translation_frontend_modules_name(cls): + mods = super(IrHttp, cls)._get_translation_frontend_modules_name() + return mods + ['payment'] diff --git a/models/onboarding_step.py b/models/onboarding_step.py new file mode 100644 index 0000000..75d9e0b --- /dev/null +++ b/models/onboarding_step.py @@ -0,0 +1,12 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, models + + +class OnboardingStep(models.Model): + _inherit = 'onboarding.onboarding.step' + + @api.model + def action_validate_step_payment_provider(self): + """ Override of `onboarding` to validate other steps as well. """ + return self.action_validate_step('payment.onboarding_onboarding_step_payment_provider') diff --git a/models/payment_method.py b/models/payment_method.py new file mode 100644 index 0000000..c737531 --- /dev/null +++ b/models/payment_method.py @@ -0,0 +1,257 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import Command, _, api, fields, models +from odoo.exceptions import UserError +from odoo.osv import expression + + +class PaymentMethod(models.Model): + _name = 'payment.method' + _description = "Payment Method" + _order = 'active desc, sequence, name' + + name = fields.Char(string="Name", required=True) + code = fields.Char( + string="Code", help="The technical code of this payment method.", required=True + ) + sequence = fields.Integer(string="Sequence", default=1) + primary_payment_method_id = fields.Many2one( + string="Primary Payment Method", + help="The primary payment method of the current payment method, if the latter is a brand." + "\nFor example, \"Card\" is the primary payment method of the card brand \"VISA\".", + comodel_name='payment.method', + ) + brand_ids = fields.One2many( + string="Brands", + help="The brands of the payment methods that will be displayed on the payment form.", + comodel_name='payment.method', + inverse_name='primary_payment_method_id', + ) + is_primary = fields.Boolean( + string="Is Primary Payment Method", + compute='_compute_is_primary', + search='_search_is_primary', + ) + provider_ids = fields.Many2many( + string="Providers", + help="The list of providers supporting this payment method.", + comodel_name='payment.provider', + ) + active = fields.Boolean(string="Active", default=True) + image = fields.Image( + string="Image", + help="The base image used for this payment method; in a 64x64 px format.", + max_width=64, + max_height=64, + required=True, + ) + image_payment_form = fields.Image( + string="The resized image displayed on the payment form.", + related='image', + store=True, + max_width=45, + max_height=30, + ) + + # Feature support fields. + support_tokenization = fields.Boolean( + string="Tokenization Supported", + help="Tokenization is the process of saving the payment details as a token that can later" + " be reused without having to enter the payment details again.", + ) + support_express_checkout = fields.Boolean( + string="Express Checkout Supported", + help="Express checkout allows customers to pay faster by using a payment method that" + " provides all required billing and shipping information, thus allowing to skip the" + " checkout process.", + ) + support_refund = fields.Selection( + string="Type of Refund Supported", + selection=[('full_only', "Full Only"), ('partial', "Partial")], + help="Refund is a feature allowing to refund customers directly from the payment in Odoo.", + ) + supported_country_ids = fields.Many2many( + string="Supported Countries", + comodel_name='res.country', + help="The list of countries in which this payment method can be used (if the provider" + " allows it). In other countries, this payment method is not available to customers." + ) + supported_currency_ids = fields.Many2many( + string="Supported Currencies", + comodel_name='res.currency', + help="The list of currencies for that are supported by this payment method (if the provider" + " allows it). When paying with another currency, this payment method is not available " + "to customers.", + ) + + #=== COMPUTE METHODS ===# + + def _compute_is_primary(self): + for payment_method in self: + payment_method.is_primary = not payment_method.primary_payment_method_id + + def _search_is_primary(self, operator, value): + if operator == '=' and value is True: + return [('primary_payment_method_id', '=', False)] + elif operator == '=' and value is False: + return [('primary_payment_method_id', '!=', False)] + else: + raise NotImplementedError(_("Operation not supported.")) + + #=== ONCHANGE METHODS ===# + + @api.onchange('provider_ids') + def _onchange_provider_ids_warn_before_disabling_tokens(self): + """ Display a warning about the consequences of detaching a payment method from a provider. + + Let the user know that tokens related to a provider get archived if it is detached from the + payment methods associated with those tokens. + + :return: A client action with the warning message, if any. + :rtype: dict + """ + detached_providers = self._origin.provider_ids.filtered( + lambda p: p.id not in self.provider_ids.ids + ) # Cannot use recordset difference operation because self.provider_ids is a set of NewIds. + if detached_providers: + related_tokens = self.env['payment.token'].with_context(active_test=True).search([ + ('payment_method_id', 'in', (self._origin + self._origin.brand_ids).ids), + ('provider_id', 'in', detached_providers.ids), + ]) # Fix `active_test` in the context forwarded by the view. + if related_tokens: + return { + 'warning': { + 'title': _("Warning"), + 'message': _( + "This action will also archive %s tokens that are registered with this " + "payment method. Archiving tokens is irreversible.", len(related_tokens) + ) + } + } + + @api.onchange('provider_ids') + def _onchange_provider_ids_warn_before_attaching_payment_method(self): + """ Display a warning before attaching a payment method to a provider. + + :return: A client action with the warning message, if any. + :rtype: dict + """ + attached_providers = self.provider_ids.filtered( + lambda p: p.id.origin not in self._origin.provider_ids.ids + ) + if attached_providers: + return { + 'warning': { + 'title': _("Warning"), + 'message': _( + "Please make sure that %(payment_method)s is supported by %(provider)s.", + payment_method=self.name, + provider=', '.join(attached_providers.mapped('name')) + ) + } + } + + #=== CRUD METHODS ===# + + def write(self, values): + # Handle payment methods being detached from providers. + if 'provider_ids' in values: + detached_provider_ids = [ + vals[0] for command, *vals in values['provider_ids'] if command == Command.UNLINK + ] + if detached_provider_ids: + linked_tokens = self.env['payment.token'].with_context(active_test=True).search([ + ('provider_id', 'in', detached_provider_ids), + ('payment_method_id', 'in', (self + self.brand_ids).ids), + ]) # Fix `active_test` in the context forwarded by the view. + linked_tokens.active = False + + # Prevent enabling a payment method if it is not linked to an enabled provider. + if values.get('active'): + for pm in self: + primary_pm = pm if pm.is_primary else pm.primary_payment_method_id + if ( + not primary_pm.active # Don't bother for already enabled payment methods. + and all(p.state == 'disabled' for p in primary_pm.provider_ids) + ): + raise UserError(_( + "This payment method needs a partner in crime; you should enable a payment" + " provider supporting this method first." + )) + + return super().write(values) + + # === BUSINESS METHODS === # + + def _get_compatible_payment_methods( + self, provider_ids, partner_id, currency_id=None, force_tokenization=False, + is_express_checkout=False + ): + """ Search and return the payment methods matching the compatibility criteria. + + The compatibility criteria are that payment methods must: be supported by at least one of + the providers; support the country of the partner if it exists; be primary payment methods + (not a brand). If provided, the optional keyword arguments further refine the criteria. + + :param list provider_ids: The list of providers by which the payment methods must be at + least partially supported to be considered compatible, as a list + of `payment.provider` ids. + :param int partner_id: The partner making the payment, as a `res.partner` id. + :param int currency_id: The payment currency, if known beforehand, as a `res.currency` id. + :param bool force_tokenization: Whether only payment methods supporting tokenization can be + matched. + :param bool is_express_checkout: Whether the payment is made through express checkout. + :return: The compatible payment methods. + :rtype: payment.method + """ + # Compute the base domain for compatible payment methods. + domain = [('provider_ids', 'in', provider_ids), ('is_primary', '=', True)] + + # Handle the partner country; allow all countries if the list is empty. + partner = self.env['res.partner'].browse(partner_id) + if partner.country_id: # The partner country must either not be set or be supported. + domain = expression.AND([ + domain, [ + '|', + ('supported_country_ids', '=', False), + ('supported_country_ids', 'in', [partner.country_id.id]), + ] + ]) + + # Handle the supported currencies; allow all currencies if the list is empty. + if currency_id: + domain = expression.AND([ + domain, [ + '|', + ('supported_currency_ids', '=', False), + ('supported_currency_ids', 'in', [currency_id]), + ] + ]) + + # Handle tokenization support requirements. + if force_tokenization: + domain = expression.AND([domain, [('support_tokenization', '=', True)]]) + + # Handle express checkout. + if is_express_checkout: + domain = expression.AND([domain, [('support_express_checkout', '=', True)]]) + + # Search the payment methods matching the compatibility criteria. + compatible_payment_methods = self.env['payment.method'].search(domain) + return compatible_payment_methods + + def _get_from_code(self, code, mapping=None): + """ Get the payment method corresponding to the given provider-specific code. + + If a mapping is given, the search uses the generic payment method code that corresponds to + the given provider-specific code. + + :param str code: The provider-specific code of the payment method to get. + :param dict mapping: A non-exhaustive mapping of generic payment method codes to + provider-specific codes. + :return: The corresponding payment method, if any. + :type: payment.method + """ + generic_to_specific_mapping = mapping or {} + specific_to_generic_mapping = {v: k for k, v in generic_to_specific_mapping.items()} + return self.search([('code', '=', specific_to_generic_mapping.get(code, code))], limit=1) diff --git a/models/payment_provider.py b/models/payment_provider.py new file mode 100644 index 0000000..6de3adb --- /dev/null +++ b/models/payment_provider.py @@ -0,0 +1,703 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging + +from psycopg2 import sql + +from odoo import _, api, fields, models +from odoo.exceptions import UserError, ValidationError +from odoo.osv import expression + +_logger = logging.getLogger(__name__) + + +class PaymentProvider(models.Model): + _name = 'payment.provider' + _description = 'Payment Provider' + _order = 'module_state, state desc, sequence, name' + _check_company_auto = True + + def _valid_field_parameter(self, field, name): + return name == 'required_if_provider' or super()._valid_field_parameter(field, name) + + # Configuration fields + name = fields.Char(string="Name", required=True, translate=True) + sequence = fields.Integer(string="Sequence", help="Define the display order") + code = fields.Selection( + string="Code", + help="The technical code of this payment provider.", + selection=[('none', "No Provider Set")], + default='none', + required=True, + ) + state = fields.Selection( + string="State", + help="In test mode, a fake payment is processed through a test payment interface.\n" + "This mode is advised when setting up the provider.", + selection=[('disabled', "Disabled"), ('enabled', "Enabled"), ('test', "Test Mode")], + default='disabled', required=True, copy=False) + is_published = fields.Boolean( + string="Published", + help="Whether the provider is visible on the website or not. Tokens remain functional but " + "are only visible on manage forms.", + ) + company_id = fields.Many2one( # Indexed to speed-up ORM searches (from ir_rule or others) + string="Company", comodel_name='res.company', default=lambda self: self.env.company.id, + required=True, index=True) + main_currency_id = fields.Many2one( + related='company_id.currency_id', + help="The main currency of the company, used to display monetary fields.", + ) + payment_method_ids = fields.Many2many( + string="Supported Payment Methods", comodel_name='payment.method' + ) + allow_tokenization = fields.Boolean( + string="Allow Saving Payment Methods", + help="This controls whether customers can save their payment methods as payment tokens.\n" + "A payment token is an anonymous link to the payment method details saved in the\n" + "provider's database, allowing the customer to reuse it for a next purchase.") + capture_manually = fields.Boolean( + string="Capture Amount Manually", + help="Capture the amount from Odoo, when the delivery is completed.\n" + "Use this if you want to charge your customers cards only when\n" + "you are sure you can ship the goods to them.") + allow_express_checkout = fields.Boolean( + string="Allow Express Checkout", + help="This controls whether customers can use express payment methods. Express checkout " + "enables customers to pay with Google Pay and Apple Pay from which address " + "information is collected at payment.", + ) + redirect_form_view_id = fields.Many2one( + string="Redirect Form Template", comodel_name='ir.ui.view', + help="The template rendering a form submitted to redirect the user when making a payment", + domain=[('type', '=', 'qweb')], + ondelete='restrict', + ) + inline_form_view_id = fields.Many2one( + string="Inline Form Template", comodel_name='ir.ui.view', + help="The template rendering the inline payment form when making a direct payment", + domain=[('type', '=', 'qweb')], + ondelete='restrict', + ) + token_inline_form_view_id = fields.Many2one( + string="Token Inline Form Template", + comodel_name='ir.ui.view', + help="The template rendering the inline payment form when making a payment by token.", + domain=[('type', '=', 'qweb')], + ondelete='restrict', + ) + express_checkout_form_view_id = fields.Many2one( + string="Express Checkout Form Template", + comodel_name='ir.ui.view', + help="The template rendering the express payment methods' form.", + domain=[('type', '=', 'qweb')], + ondelete='restrict', + ) + + # Availability fields + available_country_ids = fields.Many2many( + string="Countries", + comodel_name='res.country', + help="The countries in which this payment provider is available. Leave blank to make it " + "available in all countries.", + relation='payment_country_rel', + column1='payment_id', + column2='country_id', + ) + available_currency_ids = fields.Many2many( + string="Currencies", + help="The currencies available with this payment provider. Leave empty not to restrict " + "any.", + comodel_name='res.currency', + relation='payment_currency_rel', + column1="payment_provider_id", + column2="currency_id", + compute='_compute_available_currency_ids', + store=True, + readonly=False, + context={'active_test': False}, + ) + maximum_amount = fields.Monetary( + string="Maximum Amount", + help="The maximum payment amount that this payment provider is available for. Leave blank " + "to make it available for any payment amount.", + currency_field='main_currency_id', + ) + + # Message fields + pre_msg = fields.Html( + string="Help Message", help="The message displayed to explain and help the payment process", + translate=True) + pending_msg = fields.Html( + string="Pending Message", + help="The message displayed if the order pending after the payment process", + default=lambda self: _( + "Your payment has been successfully processed but is waiting for approval." + ), translate=True) + auth_msg = fields.Html( + string="Authorize Message", help="The message displayed if payment is authorized", + default=lambda self: _("Your payment has been authorized."), translate=True) + done_msg = fields.Html( + string="Done Message", + help="The message displayed if the order is successfully done after the payment process", + default=lambda self: _("Your payment has been successfully processed."), + translate=True) + cancel_msg = fields.Html( + string="Canceled Message", + help="The message displayed if the order is canceled during the payment process", + default=lambda self: _("Your payment has been cancelled."), translate=True) + + # Feature support fields + support_tokenization = fields.Boolean( + string="Tokenization Supported", compute='_compute_feature_support_fields' + ) + support_manual_capture = fields.Selection( + string="Manual Capture Supported", + selection=[('full_only', "Full Only"), ('partial', "Partial")], + compute='_compute_feature_support_fields', + ) + support_express_checkout = fields.Boolean( + string="Express Checkout Supported", compute='_compute_feature_support_fields' + ) + support_refund = fields.Selection( + string="Type of Refund Supported", + selection=[('full_only', "Full Only"), ('partial', "Partial")], + compute='_compute_feature_support_fields', + ) + + # Kanban view fields + image_128 = fields.Image(string="Image", max_width=128, max_height=128) + color = fields.Integer( + string="Color", help="The color of the card in kanban view", compute='_compute_color', + store=True) + + # Module-related fields + module_id = fields.Many2one(string="Corresponding Module", comodel_name='ir.module.module') + module_state = fields.Selection( + string="Installation State", related='module_id.state', store=True) # Stored for sorting. + module_to_buy = fields.Boolean(string="Odoo Enterprise Module", related='module_id.to_buy') + + # View configuration fields + show_credentials_page = fields.Boolean(compute='_compute_view_configuration_fields') + show_allow_tokenization = fields.Boolean(compute='_compute_view_configuration_fields') + show_allow_express_checkout = fields.Boolean(compute='_compute_view_configuration_fields') + show_pre_msg = fields.Boolean(compute='_compute_view_configuration_fields') + show_pending_msg = fields.Boolean(compute='_compute_view_configuration_fields') + show_auth_msg = fields.Boolean(compute='_compute_view_configuration_fields') + show_done_msg = fields.Boolean(compute='_compute_view_configuration_fields') + show_cancel_msg = fields.Boolean(compute='_compute_view_configuration_fields') + require_currency = fields.Boolean(compute='_compute_view_configuration_fields') + + #=== COMPUTE METHODS ===# + + @api.depends('code') + def _compute_available_currency_ids(self): + """ Compute the available currencies based on their support by the providers. + + If the provider does not filter out any currency, the field is left empty for UX reasons. + + :return: None + """ + all_currencies = self.env['res.currency'].with_context(active_test=False).search([]) + for provider in self: + supported_currencies = provider._get_supported_currencies() + if supported_currencies < all_currencies: # Some currencies have been filtered out. + provider.available_currency_ids = supported_currencies + else: + provider.available_currency_ids = None + + @api.depends('state', 'module_state') + def _compute_color(self): + """ Update the color of the kanban card based on the state of the provider. + + :return: None + """ + for provider in self: + if provider.module_id and not provider.module_state == 'installed': + provider.color = 4 # blue + elif provider.state == 'disabled': + provider.color = 3 # yellow + elif provider.state == 'test': + provider.color = 2 # orange + elif provider.state == 'enabled': + provider.color = 7 # green + + @api.depends('code') + def _compute_view_configuration_fields(self): + """ Compute the view configuration fields based on the provider. + + View configuration fields are used to hide specific elements (notebook pages, fields, etc.) + from the form view of payment providers. These fields are set to `True` by default and are + as follows: + + - `show_credentials_page`: Whether the "Credentials" notebook page should be shown. + - `show_allow_tokenization`: Whether the `allow_tokenization` field should be shown. + - `show_allow_express_checkout`: Whether the `allow_express_checkout` field should be shown. + - `show_pre_msg`: Whether the `pre_msg` field should be shown. + - `show_pending_msg`: Whether the `pending_msg` field should be shown. + - `show_auth_msg`: Whether the `auth_msg` field should be shown. + - `show_done_msg`: Whether the `done_msg` field should be shown. + - `show_cancel_msg`: Whether the `cancel_msg` field should be shown. + - `require_currency`: Whether the `available_currency_ids` field shoud be required. + + For a provider to hide specific elements of the form view, it must override this method and + set the related view configuration fields to `False` on the appropriate `payment.provider` + records. + + :return: None + """ + self.update({ + 'show_credentials_page': True, + 'show_allow_tokenization': True, + 'show_allow_express_checkout': True, + 'show_pre_msg': True, + 'show_pending_msg': True, + 'show_auth_msg': True, + 'show_done_msg': True, + 'show_cancel_msg': True, + 'require_currency': False, + }) + + @api.depends('code') + def _compute_feature_support_fields(self): + """ Compute the feature support fields based on the provider. + + Feature support fields are used to specify which additional features are supported by a + given provider. These fields are as follows: + + - `support_express_checkout`: Whether the "express checkout" feature is supported. `False` + by default. + - `support_manual_capture`: Whether the "manual capture" feature is supported. `False` by + default. + - `support_refund`: Which type of the "refunds" feature is supported: `None`, + `'full_only'`, or `'partial'`. `None` by default. + - `support_tokenization`: Whether the "tokenization feature" is supported. `False` by + default. + + For a provider to specify that it supports additional features, it must override this method + and set the related feature support fields to the desired value on the appropriate + `payment.provider` records. + + :return: None + """ + self.update(dict.fromkeys(( + 'support_express_checkout', + 'support_manual_capture', + 'support_refund', + 'support_tokenization', + ), None)) + + #=== ONCHANGE METHODS ===# + + @api.onchange('state') + def _onchange_state_switch_is_published(self): + """ Automatically publish or unpublish the provider depending on its state. + + :return: None + """ + self.is_published = self.state == 'enabled' + + @api.onchange('state') + def _onchange_state_warn_before_disabling_tokens(self): + """ Display a warning about the consequences of disabling a provider. + + Let the user know that tokens related to a provider get archived if it is disabled or if its + state is changed from 'test' to 'enabled', and vice versa. + + :return: A client action with the warning message, if any. + :rtype: dict + """ + if self._origin.state in ('test', 'enabled') and self._origin.state != self.state: + related_tokens = self.env['payment.token'].search( + [('provider_id', '=', self._origin.id)] + ) + if related_tokens: + return { + 'warning': { + 'title': _("Warning"), + 'message': _( + "This action will also archive %s tokens that are registered with this " + "provider. Archiving tokens is irreversible.", len(related_tokens) + ) + } + } + + #=== CRUD METHODS ===# + + @api.model_create_multi + def create(self, values_list): + providers = super().create(values_list) + providers._check_required_if_provider() + return providers + + def write(self, values): + # Handle provider state changes. + deactivated_providers = self.env['payment.provider'] + activated_providers = self.env['payment.provider'] + if 'state' in values: + state_changed_providers = self.filtered( + lambda p: p.state not in ('disabled', values['state']) + ) # Don't handle providers being enabled or whose state is not updated. + state_changed_providers._archive_linked_tokens() + if values['state'] == 'disabled': + deactivated_providers = state_changed_providers + else: # 'enabled' or 'test' + activated_providers = self.filtered(lambda p: p.state == 'disabled') + + result = super().write(values) + self._check_required_if_provider() + + deactivated_providers._deactivate_unsupported_payment_methods() + activated_providers._activate_default_pms() + + return result + + def _check_required_if_provider(self): + """ Check that provider-specific required fields have been filled. + + The fields that have the `required_if_provider=''` attribute are made + required for all `payment.provider` records with the `code` field equal to `` + and with the `state` field equal to `'enabled'` or `'test'`. + + Provider-specific views should make the form fields required under the same conditions. + + :return: None + :raise ValidationError: If a provider-specific required field is empty. + """ + field_names = [] + enabled_providers = self.filtered(lambda p: p.state in ['enabled', 'test']) + for field_name, field in self._fields.items(): + required_for_provider_code = getattr(field, 'required_if_provider', None) + if required_for_provider_code and any( + required_for_provider_code == provider.code and not provider[field_name] + for provider in enabled_providers + ): + ir_field = self.env['ir.model.fields']._get(self._name, field_name) + field_names.append(ir_field.field_description) + if field_names: + raise ValidationError( + _("The following fields must be filled: %s", ", ".join(field_names)) + ) + + def _archive_linked_tokens(self): + """ Archive all the payment tokens linked to the providers. + + :return: None + """ + self.env['payment.token'].search([('provider_id', 'in', self.ids)]).write({'active': False}) + + def _deactivate_unsupported_payment_methods(self): + """ Deactivate payment methods linked to only disabled providers. + + :return: None + """ + unsupported_pms = self.payment_method_ids.filtered( + lambda pm: all(p.state == 'disabled' for p in pm.provider_ids) + ) + (unsupported_pms + unsupported_pms.brand_ids).active = False + + def _activate_default_pms(self): + """ Activate the default payment methods of the provider. + + :return: None + """ + for provider in self: + pm_codes = provider._get_default_payment_method_codes() + pms = provider.with_context(active_test=False).payment_method_ids + (pms + pms.brand_ids).filtered(lambda pm: pm.code in pm_codes).active = True + + @api.ondelete(at_uninstall=False) + def _unlink_except_master_data(self): + """ Prevent the deletion of the payment provider if it has an xmlid. """ + external_ids = self.get_external_id() + for provider in self: + external_id = external_ids[provider.id] + if external_id and not external_id.startswith('__export__'): + raise UserError(_( + "You cannot delete the payment provider %s; disable it or uninstall it" + " instead.", provider.name + )) + + #=== ACTION METHODS ===# + + def button_immediate_install(self): + """ Install the module and reload the page. + + Note: `self.ensure_one()` + + :return: The action to reload the page. + :rtype: dict + """ + if self.module_id and self.module_state != 'installed': + self.module_id.button_immediate_install() + return { + 'type': 'ir.actions.client', + 'tag': 'reload', + } + + def action_toggle_is_published(self): + """ Toggle the field `is_published`. + + :return: None + :raise UserError: If the provider is disabled. + """ + if self.state != 'disabled': + self.is_published = not self.is_published + else: + raise UserError(_("You cannot publish a disabled provider.")) + + def action_view_payment_methods(self): + self.ensure_one() + return { + 'type': 'ir.actions.act_window', + 'name': _("Payment Methods"), + 'res_model': 'payment.method', + 'view_mode': 'tree,kanban,form', + 'domain': [('id', 'in', self.with_context(active_test=False).payment_method_ids.ids)], + 'context': {'active_test': False}, + } + + #=== BUSINESS METHODS ===# + + @api.model + def _get_compatible_providers( + self, company_id, partner_id, amount, currency_id=None, force_tokenization=False, + is_express_checkout=False, is_validation=False, **kwargs + ): + """ Search and return the providers matching the compatibility criteria. + + The compatibility criteria are that providers must: not be disabled; be in the company that + is provided; support the country of the partner if it exists; be compatible with the + currency if provided. If provided, the optional keyword arguments further refine the + criteria. + + :param int company_id: The company to which providers must belong, as a `res.company` id. + :param int partner_id: The partner making the payment, as a `res.partner` id. + :param float amount: The amount to pay. `0` for validation transactions. + :param int currency_id: The payment currency, if known beforehand, as a `res.currency` id. + :param bool force_tokenization: Whether only providers allowing tokenization can be matched. + :param bool is_express_checkout: Whether the payment is made through express checkout. + :param bool is_validation: Whether the operation is a validation. + :param dict kwargs: Optional data. This parameter is not used here. + :return: The compatible providers. + :rtype: payment.provider + """ + # Compute the base domain for compatible providers. + domain = [ + *self.env['payment.provider']._check_company_domain(company_id), + ('state', 'in', ['enabled', 'test']), + ] + + # Handle the is_published state. + if not self.env.user._is_internal(): + domain = expression.AND([domain, [('is_published', '=', True)]]) + + # Handle the partner country; allow all countries if the list is empty. + partner = self.env['res.partner'].browse(partner_id) + if partner.country_id: # The partner country must either not be set or be supported. + domain = expression.AND([ + domain, [ + '|', + ('available_country_ids', '=', False), + ('available_country_ids', 'in', [partner.country_id.id]), + ] + ]) + + # Handle the maximum amount. + currency = self.env['res.currency'].browse(currency_id).exists() + if not is_validation and currency: # The currency is required to convert the amount. + company = self.env['res.company'].browse(company_id).exists() + date = fields.Date.context_today(self) + converted_amount = currency._convert(amount, company.currency_id, company, date) + domain = expression.AND([ + domain, [ + '|', '|', + ('maximum_amount', '>=', converted_amount), + ('maximum_amount', '=', False), + ('maximum_amount', '=', 0.), + ] + ]) + + # Handle the available currencies; allow all currencies if the list is empty. + if currency: + domain = expression.AND([ + domain, [ + '|', + ('available_currency_ids', '=', False), + ('available_currency_ids', 'in', [currency.id]), + ] + ]) + + # Handle tokenization support requirements. + if force_tokenization or self._is_tokenization_required(**kwargs): + domain = expression.AND([domain, [('allow_tokenization', '=', True)]]) + + # Handle express checkout. + if is_express_checkout: + domain = expression.AND([domain, [('allow_express_checkout', '=', True)]]) + + # Search the providers matching the compatibility criteria. + compatible_providers = self.env['payment.provider'].search(domain) + return compatible_providers + + def _get_supported_currencies(self): + """ Return the supported currencies for the payment provider. + + By default, all currencies are considered supported, including the inactive ones. For a + provider to filter out specific currencies, it must override this method and return the + subset of supported currencies. + + Note: `self.ensure_one()` + + :return: The supported currencies. + :rtype: res.currency + """ + self.ensure_one() + return self.env['res.currency'].with_context(active_test=False).search([]) + + def _is_tokenization_required(self, **kwargs): + """ Return whether tokenizing the transaction is required given its context. + + For a module to make the tokenization required based on the payment context, it must + override this method and return whether it is required. + + :param dict kwargs: The payment context. This parameter is not used here. + :return: Whether tokenizing the transaction is required. + :rtype: bool + """ + return False + + def _should_build_inline_form(self, is_validation=False): + """ Return whether the inline payment form should be instantiated. + + For a provider to handle both direct payments and payments with redirection, it must + override this method and return whether the inline payment form should be instantiated (i.e. + if the payment should be direct) based on the operation (online payment or validation). + + :param bool is_validation: Whether the operation is a validation. + :return: Whether the inline form should be instantiated. + :rtype: bool + """ + return True + + def _get_validation_amount(self): + """ Return the amount to use for validation operations. + + For a provider to support tokenization, it must override this method and return the + validation amount. If it is `0`, it is not necessary to create the override. + + Note: `self.ensure_one()` + + :return: The validation amount. + :rtype: float + """ + self.ensure_one() + return 0.0 + + def _get_validation_currency(self): + """ Return the currency to use for validation operations. + + For a provider to support tokenization, it must override this method and return the + validation currency. If the validation amount is `0`, it is not necessary to create the + override. + + Note: `self.ensure_one()` + + :return: The validation currency. + :rtype: recordset of `res.currency` + """ + self.ensure_one() + return self.company_id.currency_id + + def _get_redirect_form_view(self, is_validation=False): + """ Return the view of the template used to render the redirect form. + + For a provider to return a different view depending on whether the operation is a + validation, it must override this method and return the appropriate view. + + Note: `self.ensure_one()` + + :param bool is_validation: Whether the operation is a validation. + :return: The view of the redirect form template. + :rtype: record of `ir.ui.view` + """ + self.ensure_one() + return self.redirect_form_view_id + + @api.model + def _setup_provider(self, provider_code): + """ Perform module-specific setup steps for the provider. + + This method is called after the module of a provider is installed, with its code passed as + `provider_code`. + + :param str provider_code: The code of the provider to setup. + :return: None + """ + return + + @api.model + def _get_removal_domain(self, provider_code): + return [('code', '=', provider_code)] + + @api.model + def _remove_provider(self, provider_code): + """ Remove the module-specific data of the given provider. + + :param str provider_code: The code of the provider whose data to remove. + :return: None + """ + providers = self.search(self._get_removal_domain(provider_code)) + providers.write(self._get_removal_values()) + + def _get_removal_values(self): + """ Return the values to update a provider with when its module is uninstalled. + + For a module to specify additional removal values, it must override this method and complete + the generic values with its specific values. + + :return: The removal values to update the removed provider with. + :rtype: dict + """ + return { + 'code': 'none', + 'state': 'disabled', + 'is_published': False, + 'redirect_form_view_id': None, + 'inline_form_view_id': None, + 'token_inline_form_view_id': None, + 'express_checkout_form_view_id': None, + } + + def _get_provider_name(self): + """ Return the translated name of the provider. + + Note: self.ensure_one() + + :return: The translated name of the provider. + :rtype: str + """ + self.ensure_one() + return dict(self._fields['code']._description_selection(self.env))[self.code] + + def _get_code(self): + """ Return the code of the provider. + + Note: self.ensure_one() + + :return: The code of the provider. + :rtype: str + """ + self.ensure_one() + return self.code + + def _get_default_payment_method_codes(self): + """ Return the default payment methods for this provider. + + Note: self.ensure_one() + + :return: The default payment method codes. + :rtype: list + """ + self.ensure_one() + return [] diff --git a/models/payment_token.py b/models/payment_token.py new file mode 100644 index 0000000..557e855 --- /dev/null +++ b/models/payment_token.py @@ -0,0 +1,196 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging + +from odoo import _, api, fields, models +from odoo.exceptions import UserError, ValidationError + + +class PaymentToken(models.Model): + _name = 'payment.token' + _order = 'partner_id, id desc' + _description = 'Payment Token' + _check_company_auto = True + + provider_id = fields.Many2one(string="Provider", comodel_name='payment.provider', required=True) + provider_code = fields.Selection(string="Provider Code", related='provider_id.code') + company_id = fields.Many2one( + related='provider_id.company_id', store=True, index=True + ) # Indexed to speed-up ORM searches (from ir_rule or others). + payment_method_id = fields.Many2one( + string="Payment Method", comodel_name='payment.method', readonly=True, required=True + ) + payment_method_code = fields.Char( + string="Payment Method Code", related='payment_method_id.code' + ) + payment_details = fields.Char( + string="Payment Details", help="The clear part of the payment method's payment details.", + ) + partner_id = fields.Many2one(string="Partner", comodel_name='res.partner', required=True) + provider_ref = fields.Char( + string="Provider Reference", + help="The provider reference of the token of the transaction.", + required=True, + ) # This is not the same thing as the provider reference of the transaction. + transaction_ids = fields.One2many( + string="Payment Transactions", comodel_name='payment.transaction', inverse_name='token_id' + ) + active = fields.Boolean(string="Active", default=True) + + #=== COMPUTE METHODS ===# + + @api.depends('payment_details', 'create_date') + def _compute_display_name(self): + for token in self: + token.display_name = token._build_display_name() + + #=== CRUD METHODS ===# + + @api.model_create_multi + def create(self, values_list): + for values in values_list: + if 'provider_id' in values: + provider = self.env['payment.provider'].browse(values['provider_id']) + + # Include provider-specific create values + values.update(self._get_specific_create_values(provider.code, values)) + else: + pass # Let psycopg warn about the missing required field. + + return super().create(values_list) + + @api.model + def _get_specific_create_values(self, provider_code, values): + """ Complete the values of the `create` method with provider-specific values. + + For a provider to add its own create values, it must overwrite this method and return a + dict of values. Provider-specific values take precedence over those of the dict of generic + create values. + + :param str provider_code: The code of the provider managing the token. + :param dict values: The original create values. + :return: The dict of provider-specific create values. + :rtype: dict + """ + return dict() + + def write(self, values): + """ Prevent unarchiving tokens and handle their archiving. + + :return: The result of the call to the parent method. + :rtype: bool + :raise UserError: If at least one token is being unarchived. + """ + if 'active' in values: + if values['active']: + if any(not token.active for token in self): + raise UserError(_("A token cannot be unarchived once it has been archived.")) + else: + # Call the handlers in sudo mode because this method might have been called by RPC. + self.filtered('active').sudo()._handle_archiving() + + return super().write(values) + + @api.constrains('partner_id') + def _check_partner_is_never_public(self): + """ Check that the partner associated with the token is never public. """ + for token in self: + if token.partner_id.is_public: + raise ValidationError(_("No token can be assigned to the public partner.")) + + def _handle_archiving(self): + """ Handle the archiving of tokens. + + For a module to perform additional operations when a token is archived, it must override + this method. + + :return: None + """ + return + + #=== BUSINESS METHODS ===# + + def _get_available_tokens(self, providers_ids, partner_id, is_validation=False, **kwargs): + """ Return the available tokens linked to the given providers and partner. + + For a module to retrieve the available tokens, it must override this method and add + information in the kwargs to define the context of the request. + + :param list providers_ids: The ids of the providers available for the transaction. + :param int partner_id: The id of the partner. + :param bool is_validation: Whether the transaction is a validation operation. + :param dict kwargs: Locally unused keywords arguments. + :return: The available tokens. + :rtype: payment.token + """ + if not is_validation: + return self.env['payment.token'].search( + [('provider_id', 'in', providers_ids), ('partner_id', '=', partner_id)] + ) + else: + # Get all the tokens of the partner and of their commercial partner, regardless of + # whether the providers are available. + partner = self.env['res.partner'].browse(partner_id) + return self.env['payment.token'].search( + [('partner_id', 'in', [partner.id, partner.commercial_partner_id.id])] + ) + + def _build_display_name(self, *args, max_length=34, should_pad=True, **kwargs): + """ Build a token name of the desired maximum length with the format `•••• 1234`. + + The payment details are padded on the left with up to four padding characters. The padding + is only added if there is enough room for it. If not, it is either reduced or not added at + all. If there is not enough room for the payment details either, they are trimmed from the + left. + + For a module to customize the display name of a token, it must override this method and + return the customized display name. + + Note: `self.ensure_one()` + + :param list args: The arguments passed by QWeb when calling this method. + :param int max_length: The desired maximum length of the token name. The default is `34` to + fit the largest IBANs. + :param bool should_pad: Whether the token should be padded. + :param dict kwargs: Optional data used in overrides of this method. + :return: The padded token name. + :rtype: str + """ + self.ensure_one() + + if not self.create_date: + return '' + + padding_length = max_length - len(self.payment_details or '') + if not self.payment_details: + create_date_str = self.create_date.strftime('%Y/%m/%d') + display_name = _("Payment details saved on %(date)s", date=create_date_str) + elif padding_length >= 2: # Enough room for padding. + padding = '•' * min(padding_length - 1, 4) + ' ' if should_pad else '' + display_name = ''.join([padding, self.payment_details]) + elif padding_length > 0: # Not enough room for padding. + display_name = self.payment_details + else: # Not enough room for neither padding nor the payment details. + display_name = self.payment_details[-max_length:] if max_length > 0 else '' + return display_name + + def get_linked_records_info(self): + """ Return a list of information about records linked to the current token. + + For a module to implement payments and link documents to a token, it must override this + method and add information about linked document records to the returned list. + + The information must be structured as a dict with the following keys: + + - `description`: The description of the record's model (e.g. "Subscription"). + - `id`: The id of the record. + - `name`: The name of the record. + - `url`: The url to access the record. + + Note: `self.ensure_one()` + + :return: The list of information about the linked document records. + :rtype: list + """ + self.ensure_one() + return [] diff --git a/models/payment_transaction.py b/models/payment_transaction.py new file mode 100644 index 0000000..c8eb7ce --- /dev/null +++ b/models/payment_transaction.py @@ -0,0 +1,1149 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging +import pprint +import re +import unicodedata +from datetime import datetime + +import psycopg2 +from dateutil import relativedelta +from markupsafe import Markup + +from odoo import _, api, fields, models +from odoo.exceptions import UserError, ValidationError +from odoo.tools import consteq, format_amount, ustr +from odoo.tools.misc import hmac as hmac_tool + +from odoo.addons.payment import utils as payment_utils + +_logger = logging.getLogger(__name__) + + +class PaymentTransaction(models.Model): + _name = 'payment.transaction' + _description = 'Payment Transaction' + _order = 'id desc' + _rec_name = 'reference' + + @api.model + def _lang_get(self): + return self.env['res.lang'].get_installed() + + provider_id = fields.Many2one( + string="Provider", comodel_name='payment.provider', readonly=True, required=True + ) + provider_code = fields.Selection(string="Provider Code", related='provider_id.code') + company_id = fields.Many2one( # Indexed to speed-up ORM searches (from ir_rule or others) + related='provider_id.company_id', store=True, index=True + ) + payment_method_id = fields.Many2one( + string="Payment Method", comodel_name='payment.method', readonly=True, required=True + ) + payment_method_code = fields.Char( + string="Payment Method Code", related='payment_method_id.code' + ) + reference = fields.Char( + string="Reference", help="The internal reference of the transaction", readonly=True, + required=True) # Already has an index from the UNIQUE SQL constraint. + provider_reference = fields.Char( + string="Provider Reference", help="The provider reference of the transaction", + readonly=True) # This is not the same thing as the provider reference of the token. + amount = fields.Monetary( + string="Amount", currency_field='currency_id', readonly=True, required=True) + currency_id = fields.Many2one( + string="Currency", comodel_name='res.currency', readonly=True, required=True) + token_id = fields.Many2one( + string="Payment Token", comodel_name='payment.token', readonly=True, + domain='[("provider_id", "=", "provider_id")]', ondelete='restrict') + state = fields.Selection( + string="Status", + selection=[('draft', "Draft"), ('pending', "Pending"), ('authorized', "Authorized"), + ('done', "Confirmed"), ('cancel', "Canceled"), ('error', "Error")], + default='draft', readonly=True, required=True, copy=False, index=True) + state_message = fields.Text( + string="Message", help="The complementary information message about the state", + readonly=True) + last_state_change = fields.Datetime( + string="Last State Change Date", readonly=True, default=fields.Datetime.now) + + # Fields used for traceability. + operation = fields.Selection( # This should not be trusted if the state is draft or pending. + string="Operation", + selection=[ + ('online_redirect', "Online payment with redirection"), + ('online_direct', "Online direct payment"), + ('online_token', "Online payment by token"), + ('validation', "Validation of the payment method"), + ('offline', "Offline payment by token"), + ('refund', "Refund"), + ], + readonly=True, + index=True, + ) + source_transaction_id = fields.Many2one( + string="Source Transaction", + comodel_name='payment.transaction', + help="The source transaction of the related child transactions", + readonly=True, + ) + child_transaction_ids = fields.One2many( + string="Child Transactions", + help="The child transactions of the transaction.", + comodel_name='payment.transaction', + inverse_name='source_transaction_id', + readonly=True, + ) + refunds_count = fields.Integer(string="Refunds Count", compute='_compute_refunds_count') + + # Fields used for user redirection & payment post-processing + is_post_processed = fields.Boolean( + string="Is Post-processed", help="Has the payment been post-processed") + tokenize = fields.Boolean( + string="Create Token", + help="Whether a payment token should be created when post-processing the transaction") + landing_route = fields.Char( + string="Landing Route", + help="The route the user is redirected to after the transaction") + callback_model_id = fields.Many2one( + string="Callback Document Model", comodel_name='ir.model', groups='base.group_system') + callback_res_id = fields.Integer(string="Callback Record ID", groups='base.group_system') + callback_method = fields.Char(string="Callback Method", groups='base.group_system') + # Hash for extra security on top of the callback fields' group in case a bug exposes a sudo. + callback_hash = fields.Char(string="Callback Hash", groups='base.group_system') + callback_is_done = fields.Boolean( + string="Callback Done", help="Whether the callback has already been executed", + groups="base.group_system", readonly=True) + + # Duplicated partner values allowing to keep a record of them, should they be later updated. + partner_id = fields.Many2one( + string="Customer", comodel_name='res.partner', readonly=True, required=True, + ondelete='restrict') + partner_name = fields.Char(string="Partner Name") + partner_lang = fields.Selection(string="Language", selection=_lang_get) + partner_email = fields.Char(string="Email") + partner_address = fields.Char(string="Address") + partner_zip = fields.Char(string="Zip") + partner_city = fields.Char(string="City") + partner_state_id = fields.Many2one(string="State", comodel_name='res.country.state') + partner_country_id = fields.Many2one(string="Country", comodel_name='res.country') + partner_phone = fields.Char(string="Phone") + + _sql_constraints = [ + ('reference_uniq', 'unique(reference)', "Reference must be unique!"), + ] + + #=== COMPUTE METHODS ===# + + def _compute_refunds_count(self): + rg_data = self.env['payment.transaction']._read_group( + domain=[('source_transaction_id', 'in', self.ids), ('operation', '=', 'refund')], + groupby=['source_transaction_id'], + aggregates=['__count'], + ) + data = {source_transaction.id: count for source_transaction, count in rg_data} + for record in self: + record.refunds_count = data.get(record.id, 0) + + #=== CONSTRAINT METHODS ===# + + @api.constrains('state') + def _check_state_authorized_supported(self): + """ Check that authorization is supported for a transaction in the `authorized` state. """ + illegal_authorize_state_txs = self.filtered( + lambda tx: tx.state == 'authorized' and not tx.provider_id.support_manual_capture + ) + if illegal_authorize_state_txs: + raise ValidationError(_( + "Transaction authorization is not supported by the following payment providers: %s", + ', '.join(set(illegal_authorize_state_txs.mapped('provider_id.name'))) + )) + + @api.constrains('token_id') + def _check_token_is_active(self): + """ Check that the token used to create the transaction is active. """ + if self.token_id and not self.token_id.active: + raise ValidationError(_("Creating a transaction from an archived token is forbidden.")) + + #=== CRUD METHODS ===# + + @api.model_create_multi + def create(self, values_list): + for values in values_list: + provider = self.env['payment.provider'].browse(values['provider_id']) + + if not values.get('reference'): + values['reference'] = self._compute_reference(provider.code, **values) + + # Duplicate partner values. + partner = self.env['res.partner'].browse(values['partner_id']) + values.update({ + # Use the parent partner as fallback if the invoicing address has no name. + 'partner_name': partner.name or partner.parent_id.name, + 'partner_lang': partner.lang, + 'partner_email': partner.email, + 'partner_address': payment_utils.format_partner_address( + partner.street, partner.street2 + ), + 'partner_zip': partner.zip, + 'partner_city': partner.city, + 'partner_state_id': partner.state_id.id, + 'partner_country_id': partner.country_id.id, + 'partner_phone': partner.phone, + }) + + # Include provider-specific create values + values.update(self._get_specific_create_values(provider.code, values)) + + # Generate the hash for the callback if one has be configured on the tx. + values['callback_hash'] = self._generate_callback_hash( + values.get('callback_model_id'), + values.get('callback_res_id'), + values.get('callback_method'), + ) + + txs = super().create(values_list) + + # Monetary fields are rounded with the currency at creation time by the ORM. Sometimes, this + # can lead to inconsistent string representation of the amounts sent to the providers. + # E.g., tx.create(amount=1111.11) -> tx.amount == 1111.1100000000001 + # To ensure a proper string representation, we invalidate this request's cache values of the + # `amount` field for the created transactions. This forces the ORM to read the values from + # the DB where there were stored using `float_repr`, which produces a result consistent with + # the format expected by providers. + # E.g., tx.create(amount=1111.11) ; tx.invalidate_recordset() -> tx.amount == 1111.11 + txs.invalidate_recordset(['amount']) + + return txs + + @api.model + def _get_specific_create_values(self, provider_code, values): + """ Complete the values of the `create` method with provider-specific values. + + For a provider to add its own create values, it must overwrite this method and return a dict + of values. Provider-specific values take precedence over those of the dict of generic create + values. + + :param str provider_code: The code of the provider that handled the transaction. + :param dict values: The original create values. + :return: The dict of provider-specific create values. + :rtype: dict + """ + return dict() + + #=== ACTION METHODS ===# + + def action_view_refunds(self): + """ Return the windows action to browse the refund transactions linked to the transaction. + + Note: `self.ensure_one()` + + :return: The window action to browse the refund transactions. + :rtype: dict + """ + self.ensure_one() + + action = { + 'name': _("Refund"), + 'res_model': 'payment.transaction', + 'type': 'ir.actions.act_window', + } + if self.refunds_count == 1: + refund_tx = self.env['payment.transaction'].search([ + ('source_transaction_id', '=', self.id), + ])[0] + action['res_id'] = refund_tx.id + action['view_mode'] = 'form' + else: + action['view_mode'] = 'tree,form' + action['domain'] = [('source_transaction_id', '=', self.id)] + return action + + def action_capture(self): + """ Open the partial capture wizard if it is supported by the related providers, otherwise + capture the transactions immediately. + + :return: The action to open the partial capture wizard, if supported. + :rtype: action.act_window|None + """ + payment_utils.check_rights_on_recordset(self) + + if any(tx.provider_id.sudo().support_manual_capture == 'partial' for tx in self): + return { + 'name': _("Capture"), + 'type': 'ir.actions.act_window', + 'view_mode': 'form', + 'res_model': 'payment.capture.wizard', + 'target': 'new', + 'context': { + 'active_model': 'payment.transaction', + # Consider also confirmed transactions to calculate the total authorized amount. + 'active_ids': self.filtered(lambda tx: tx.state in ['authorized', 'done']).ids, + }, + } + else: + for tx in self.filtered(lambda tx: tx.state == 'authorized'): + # In sudo mode because we need to be able to read on provider fields. + tx.sudo()._send_capture_request() + + def action_void(self): + """ Check the state of the transaction and request to have them voided. """ + payment_utils.check_rights_on_recordset(self) + + if any(tx.state != 'authorized' for tx in self): + raise ValidationError(_("Only authorized transactions can be voided.")) + + for tx in self: + # Consider all the confirmed partial capture (same operation as parent) child txs. + captured_amount = sum(child_tx.amount for child_tx in tx.child_transaction_ids.filtered( + lambda t: t.state == 'done' and t.operation == tx.operation + )) + # In sudo mode because we need to be able to read on provider fields. + tx.sudo()._send_void_request(amount_to_void=tx.amount - captured_amount) + + def action_refund(self, amount_to_refund=None): + """ Check the state of the transactions and request their refund. + + :param float amount_to_refund: The amount to be refunded. + :return: None + """ + if any(tx.state != 'done' for tx in self): + raise ValidationError(_("Only confirmed transactions can be refunded.")) + + for tx in self: + tx._send_refund_request(amount_to_refund=amount_to_refund) + + #=== BUSINESS METHODS - PAYMENT FLOW ===# + + @api.model + def _compute_reference(self, provider_code, prefix=None, separator='-', **kwargs): + """ Compute a unique reference for the transaction. + + The reference corresponds to the prefix if no other transaction with that prefix already + exists. Otherwise, it follows the pattern `{computed_prefix}{separator}{sequence_number}` + where: + + - `{computed_prefix}` is: + + - The provided custom prefix, if any. + - The computation result of :meth:`_compute_reference_prefix` if the custom prefix is not + filled, but the kwargs are. + - `'tx-{datetime}'` if neither the custom prefix nor the kwargs are filled. + + - `{separator}` is the string that separates the prefix from the sequence number. + - `{sequence_number}` is the next integer in the sequence of references sharing the same + prefix. The sequence starts with `1` if there is only one matching reference. + + .. example:: + + - Given the custom prefix `'example'` which has no match with an existing reference, the + full reference will be `'example'`. + - Given the custom prefix `'example'` which matches the existing reference `'example'`, + and the custom separator `'-'`, the full reference will be `'example-1'`. + - Given the kwargs `{'invoice_ids': [1, 2]}`, the custom separator `'-'` and no custom + prefix, the full reference will be `'INV1-INV2'` (or similar) if no existing reference + has the same prefix, or `'INV1-INV2-n'` if `n` existing references have the same + prefix. + + :param str provider_code: The code of the provider handling the transaction. + :param str prefix: The custom prefix used to compute the full reference. + :param str separator: The custom separator used to separate the prefix from the suffix. + :param dict kwargs: Optional values passed to :meth:`_compute_reference_prefix` if no custom + prefix is provided. + :return: The unique reference for the transaction. + :rtype: str + """ + # Compute the prefix. + if prefix: + # Replace special characters by their ASCII alternative (é -> e ; ä -> a ; ...) + prefix = unicodedata.normalize('NFKD', prefix).encode('ascii', 'ignore').decode('utf-8') + if not prefix: # Prefix not provided or voided above, compute it based on the kwargs. + prefix = self.sudo()._compute_reference_prefix(provider_code, separator, **kwargs) + if not prefix: # Prefix not computed from the kwargs, fallback on time-based value + prefix = payment_utils.singularize_reference_prefix() + + # Compute the sequence number. + reference = prefix # The first reference of a sequence has no sequence number. + if self.sudo().search([('reference', '=', prefix)]): # The reference already has a match + # We now execute a second search on `payment.transaction` to fetch all the references + # starting with the given prefix. The load of these two searches is mitigated by the + # index on `reference`. Although not ideal, this solution allows for quickly knowing + # whether the sequence for a given prefix is already started or not, usually not. An SQL + # query wouldn't help either as the selector is arbitrary and doing that would be an + # open-door to SQL injections. + same_prefix_references = self.sudo().search( + [('reference', '=like', f'{prefix}{separator}%')] + ).with_context(prefetch_fields=False).mapped('reference') + + # A final regex search is necessary to figure out the next sequence number. The previous + # search could not rely on alphabetically sorting the reference to infer the largest + # sequence number because both the prefix and the separator are arbitrary. A given + # prefix could happen to be a substring of the reference from a different sequence. + # For instance, the prefix 'example' is a valid match for the existing references + # 'example', 'example-1' and 'example-ref', in that order. Trusting the order to infer + # the sequence number would lead to a collision with 'example-1'. + search_pattern = re.compile(rf'^{re.escape(prefix)}{separator}(\d+)$') + max_sequence_number = 0 # If no match is found, start the sequence with this reference. + for existing_reference in same_prefix_references: + search_result = re.search(search_pattern, existing_reference) + if search_result: # The reference has the same prefix and is from the same sequence + # Find the largest sequence number, if any. + current_sequence = int(search_result.group(1)) + if current_sequence > max_sequence_number: + max_sequence_number = current_sequence + + # Compute the full reference. + reference = f'{prefix}{separator}{max_sequence_number + 1}' + return reference + + @api.model + def _compute_reference_prefix(self, provider_code, separator, **values): + """ Compute the reference prefix from the transaction values. + + Note: This method should be called in sudo mode to give access to the documents (invoices, + sales orders) referenced in the transaction values. + + :param str provider_code: The code of the provider handling the transaction. + :param str separator: The custom separator used to separate parts of the computed + reference prefix. + :param dict values: The transaction values used to compute the reference prefix. + :return: The computed reference prefix. + :rtype: str + """ + return '' + + @api.model + def _generate_callback_hash(self, callback_model_id, callback_res_id, callback_method): + """ Return the hash for the callback on the transaction. + + :param int callback_model_id: The model on which the callback method is defined, as a + `res.model` id. + :param int callback_res_id: The record on which the callback method must be called, as an id + of the callback method's model. + :param str callback_method: The name of the callback method. + :return: The callback hash. + :rtype: str + """ + if callback_model_id and callback_res_id and callback_method: + model_name = self.env['ir.model'].sudo().browse(callback_model_id).model + token = f'{model_name}|{callback_res_id}|{callback_method}' + callback_hash = hmac_tool(self.env(su=True), 'generate_callback_hash', token) + return callback_hash + return None + + def _get_processing_values(self): + """ Return the values used to process the transaction. + + The values are returned as a dict containing entries with the following keys: + + - `provider_id`: The provider handling the transaction, as a `payment.provider` id. + - `provider_code`: The code of the provider. + - `reference`: The reference of the transaction. + - `amount`: The rounded amount of the transaction. + - `currency_id`: The currency of the transaction, as a `res.currency` id. + - `partner_id`: The partner making the transaction, as a `res.partner` id. + - Additional provider-specific entries. + + Note: `self.ensure_one()` + + :return: The processing values. + :rtype: dict + """ + self.ensure_one() + + processing_values = { + 'provider_id': self.provider_id.id, + 'provider_code': self.provider_code, + 'reference': self.reference, + 'amount': self.amount, + 'currency_id': self.currency_id.id, + 'partner_id': self.partner_id.id, + } + + # Complete generic processing values with provider-specific values. + processing_values.update(self._get_specific_processing_values(processing_values)) + _logger.info( + "generic and provider-specific processing values for transaction with reference " + "%(ref)s:\n%(values)s", + {'ref': self.reference, 'values': pprint.pformat(processing_values)}, + ) + + # Render the html form for the redirect flow if available. + if self.operation in ('online_redirect', 'validation'): + redirect_form_view = self.provider_id._get_redirect_form_view( + is_validation=self.operation == 'validation' + ) + if redirect_form_view: # Some provider don't need a redirect form. + rendering_values = self._get_specific_rendering_values(processing_values) + _logger.info( + "provider-specific rendering values for transaction with reference " + "%(ref)s:\n%(values)s", + {'ref': self.reference, 'values': pprint.pformat(rendering_values)}, + ) + redirect_form_html = self.env['ir.qweb']._render(redirect_form_view.id, rendering_values) + processing_values.update(redirect_form_html=redirect_form_html) + + return processing_values + + def _get_specific_processing_values(self, processing_values): + """ Return a dict of provider-specific values used to process the transaction. + + For a provider to add its own processing values, it must overwrite this method and return a + dict of provider-specific values based on the generic values returned by this method. + Provider-specific values take precedence over those of the dict of generic processing + values. + + :param dict processing_values: The generic processing values of the transaction. + :return: The dict of provider-specific processing values. + :rtype: dict + """ + return dict() + + def _get_specific_rendering_values(self, processing_values): + """ Return a dict of provider-specific values used to render the redirect form. + + For a provider to add its own rendering values, it must overwrite this method and return a + dict of provider-specific values based on the processing values (provider-specific + processing values included). + + :param dict processing_values: The processing values of the transaction. + :return: The dict of provider-specific rendering values. + :rtype: dict + """ + return dict() + + def _get_mandate_values(self): + """ Return a dict of module-specific values used to create a mandate. + + For a module to add its own mandate values, it must overwrite this method and return a dict + of module-specific values. + + Note: `self.ensure_one()` + + :return: The dict of module-specific mandate values. + :rtype: dict + """ + self.ensure_one() + return dict() + + def _send_payment_request(self): + """ Request the provider handling the transaction to make the payment. + + This method is exclusively used to make payments by token, which correspond to both the + `online_token` and the `offline` transaction's `operation` field. + + For a provider to support tokenization, it must override this method and make an API request + to make a payment. + + Note: `self.ensure_one()` + + :return: None + """ + self.ensure_one() + self._ensure_provider_is_not_disabled() + self._log_sent_message() + + def _send_refund_request(self, amount_to_refund=None): + """ Request the provider handling the transaction to refund it. + + For a provider to support refunds, it must override this method and make an API request to + make a refund. + + Note: `self.ensure_one()` + + :param float amount_to_refund: The amount to be refunded. + :return: The refund transaction created to process the refund request. + :rtype: recordset of `payment.transaction` + """ + self.ensure_one() + self._ensure_provider_is_not_disabled() + + refund_tx = self._create_child_transaction(amount_to_refund or self.amount, is_refund=True) + refund_tx._log_sent_message() + return refund_tx + + def _send_capture_request(self, amount_to_capture=None): + """ Request the provider handling the transaction to capture the payment. + + For partial captures, create a child transaction linked to the source transaction. + + For a provider to support authorization, it must override this method and make an API + request to capture the payment. + + Note: `self.ensure_one()` + + :param float amount_to_capture: The amount to capture. + :return: The created capture child transaction, if any. + :rtype: `payment.transaction` + """ + self.ensure_one() + self._ensure_provider_is_not_disabled() + + if amount_to_capture and amount_to_capture != self.amount: + return self._create_child_transaction(amount_to_capture) + return self.env['payment.transaction'] + + def _send_void_request(self, amount_to_void=None): + """ Request the provider handling the transaction to void the payment. + + For partial voids, create a child transaction linked to the source transaction. + + For a provider to support authorization, it must override this method and make an API + request to void the payment. + + Note: `self.ensure_one()` + + :param float amount_to_void: The amount to be voided. + :return: The created void child transaction, if any. + :rtype: payment.transaction + """ + self.ensure_one() + self._ensure_provider_is_not_disabled() + + if amount_to_void and amount_to_void != self.amount: + return self._create_child_transaction(amount_to_void) + + return self.env['payment.transaction'] + + def _ensure_provider_is_not_disabled(self): + """ Ensure that the provider's state is not `disabled` before sending a request to its + provider. + + :return: None + :raise UserError: If the provider's state is `disabled`. + """ + if self.provider_id.state == 'disabled': + raise UserError(_( + "Making a request to the provider is not possible because the provider is disabled." + )) + + def _create_child_transaction(self, amount, is_refund=False, **custom_create_values): + """ Create a new transaction with the current transaction as its parent transaction. + + This happens only in case of a refund or a partial capture (where the initial transaction is + split between smaller transactions, either captured or voided). + + Note: self.ensure_one() + + :param float amount: The strictly positive amount of the child transaction, in the same + currency as the source transaction. + :param bool is_refund: Whether the child transaction is a refund. + :return: The created child transaction. + :rtype: payment.transaction + """ + self.ensure_one() + + if is_refund: + reference_prefix = f'R-{self.reference}' + amount = -amount + operation = 'refund' + else: # Partial capture or void. + reference_prefix = f'P-{self.reference}' + operation = self.operation + + return self.create({ + 'provider_id': self.provider_id.id, + 'payment_method_id': self.payment_method_id.id, + 'reference': self._compute_reference(self.provider_code, prefix=reference_prefix), + 'amount': amount, + 'currency_id': self.currency_id.id, + 'token_id': self.token_id.id, + 'operation': operation, + 'source_transaction_id': self.id, + 'partner_id': self.partner_id.id, + **custom_create_values, + }) + + def _handle_notification_data(self, provider_code, notification_data): + """ Match the transaction with the notification data, update its state and return it. + + :param str provider_code: The code of the provider handling the transaction. + :param dict notification_data: The notification data sent by the provider. + :return: The transaction. + :rtype: recordset of `payment.transaction` + """ + tx = self._get_tx_from_notification_data(provider_code, notification_data) + tx._process_notification_data(notification_data) + tx._execute_callback() + return tx + + def _get_tx_from_notification_data(self, provider_code, notification_data): + """ Find the transaction based on the notification data. + + For a provider to handle transaction processing, it must overwrite this method and return + the transaction matching the notification data. + + :param str provider_code: The code of the provider handling the transaction. + :param dict notification_data: The notification data sent by the provider. + :return: The transaction, if found. + :rtype: recordset of `payment.transaction` + """ + return self + + def _process_notification_data(self, notification_data): + """ Update the transaction state and the provider reference based on the notification data. + + This method should usually not be called directly. The correct method to call upon receiving + notification data is :meth:`_handle_notification_data`. + + For a provider to handle transaction processing, it must overwrite this method and process + the notification data. + + Note: `self.ensure_one()` + + :param dict notification_data: The notification data sent by the provider. + :return: None + """ + self.ensure_one() + + def _set_pending(self, state_message=None, extra_allowed_states=()): + """ Update the transactions' state to `pending`. + + :param str state_message: The reason for setting the transactions in the state `pending`. + :param tuple[str] extra_allowed_states: The extra states that should be considered allowed + target states for the source state 'pending'. + :return: The updated transactions. + :rtype: recordset of `payment.transaction` + """ + allowed_states = ('draft',) + target_state = 'pending' + txs_to_process = self._update_state( + allowed_states + extra_allowed_states, target_state, state_message + ) + txs_to_process._log_received_message() + return txs_to_process + + def _set_authorized(self, state_message=None, extra_allowed_states=()): + """ Update the transactions' state to `authorized`. + + :param str state_message: The reason for setting the transactions in the state `authorized`. + :param tuple[str] extra_allowed_states: The extra states that should be considered allowed + target states for the source state 'authorized'. + :return: The updated transactions. + :rtype: recordset of `payment.transaction` + """ + allowed_states = ('draft', 'pending') + target_state = 'authorized' + txs_to_process = self._update_state( + allowed_states + extra_allowed_states, target_state, state_message + ) + txs_to_process._log_received_message() + return txs_to_process + + def _set_done(self, state_message=None, extra_allowed_states=()): + """ Update the transactions' state to `done`. + + :param str state_message: The reason for setting the transactions in the state `done`. + :param tuple[str] extra_allowed_states: The extra states that should be considered allowed + target states for the source state 'done'. + :return: The updated transactions. + :rtype: recordset of `payment.transaction` + """ + allowed_states = ('draft', 'pending', 'authorized', 'error') + target_state = 'done' + txs_to_process = self._update_state( + allowed_states + extra_allowed_states, target_state, state_message + ) + txs_to_process._update_source_transaction_state() + txs_to_process._log_received_message() + return txs_to_process + + def _set_canceled(self, state_message=None, extra_allowed_states=()): + """ Update the transactions' state to `cancel`. + + :param str state_message: The reason for setting the transactions in the state `cancel`. + :param tuple[str] extra_allowed_states: The extra states that should be considered allowed + target states for the source state 'canceled'. + :return: The updated transactions. + :rtype: recordset of `payment.transaction` + """ + allowed_states = ('draft', 'pending', 'authorized') + target_state = 'cancel' + txs_to_process = self._update_state( + allowed_states + extra_allowed_states, target_state, state_message + ) + txs_to_process._update_source_transaction_state() + txs_to_process._log_received_message() + return txs_to_process + + def _set_error(self, state_message, extra_allowed_states=()): + """ Update the transactions' state to `error`. + + :param str state_message: The reason for setting the transactions in the state `error`. + :param tuple[str] extra_allowed_states: The extra states that should be considered allowed + target states for the source state 'error'. + :return: The updated transactions. + :rtype: recordset of `payment.transaction` + """ + allowed_states = ('draft', 'pending', 'authorized') + target_state = 'error' + txs_to_process = self._update_state( + allowed_states + extra_allowed_states, target_state, state_message + ) + txs_to_process._log_received_message() + return txs_to_process + + def _update_state(self, allowed_states, target_state, state_message): + """ Update the transactions' state to the target state if the current state allows it. + + If the current state is the same as the target state, the transaction is skipped and a log + with level INFO is created. + + :param tuple[str] allowed_states: The allowed source states for the target state. + :param str target_state: The target state. + :param str state_message: The message to set as `state_message`. + :return: The recordset of transactions whose state was updated. + :rtype: recordset of `payment.transaction` + """ + def classify_by_state(transactions_): + """ Classify the transactions according to their current state. + + For each transaction of the current recordset, if: + + - The state is an allowed state: the transaction is flagged as `to process`. + - The state is equal to the target state: the transaction is flagged as `processed`. + - The state matches none of above: the transaction is flagged as `in wrong state`. + + :param recordset transactions_: The transactions to classify, as a `payment.transaction` + recordset. + :return: A 3-items tuple of recordsets of classified transactions, in this order: + transactions `to process`, `processed`, and `in wrong state`. + :rtype: tuple(recordset) + """ + txs_to_process_ = transactions_.filtered(lambda _tx: _tx.state in allowed_states) + txs_already_processed_ = transactions_.filtered(lambda _tx: _tx.state == target_state) + txs_wrong_state_ = transactions_ - txs_to_process_ - txs_already_processed_ + + return txs_to_process_, txs_already_processed_, txs_wrong_state_ + + txs_to_process, txs_already_processed, txs_wrong_state = classify_by_state(self) + for tx in txs_already_processed: + _logger.info( + "tried to write on transaction with reference %s with the same value for the " + "state: %s", + tx.reference, tx.state, + ) + for tx in txs_wrong_state: + _logger.warning( + "tried to write on transaction with reference %(ref)s with illegal value for the " + "state (previous state: %(tx_state)s, target state: %(target_state)s, expected " + "previous state to be in: %(allowed_states)s)", + { + 'ref': tx.reference, + 'tx_state': tx.state, + 'target_state': target_state, + 'allowed_states': allowed_states, + }, + ) + txs_to_process.write({ + 'state': target_state, + 'state_message': state_message, + 'last_state_change': fields.Datetime.now(), + }) + return txs_to_process + + def _update_source_transaction_state(self): + """ Update the state of the source transactions for which all child transactions have + reached a final state. + + :return: None + """ + for child_tx in self.filtered('source_transaction_id'): + sibling_txs = child_tx.source_transaction_id.child_transaction_ids.filtered( + lambda tx: tx.state in ['done', 'cancel'] and tx.operation == child_tx.operation + ) + processed_amount = round( + sum(tx.amount for tx in sibling_txs), child_tx.currency_id.decimal_places + ) + if child_tx.source_transaction_id.amount == processed_amount: + state_message = _( + "This transaction has been confirmed following the processing of its partial " + "capture and partial void transactions (%(provider)s).", + provider=child_tx.provider_id.name, + ) + # Call `_update_state` directly instead of `_set_authorized` to avoid looping. + child_tx.source_transaction_id._update_state(('authorized',), 'done', state_message) + + def _execute_callback(self): + """ Execute the callbacks defined on the transactions. + + Callbacks that have already been executed are silently ignored. For example, the callback is + called twice when a transaction is first authorized then confirmed. + + Only successful callbacks are marked as done. This allows callbacks to reschedule + themselves, should the conditions be unmet in the present call. + + :return: None + """ + for tx in self.filtered(lambda t: not t.sudo().callback_is_done): + # Only use sudo to check, not to execute. + tx_sudo = tx.sudo() + model_sudo = tx_sudo.callback_model_id + res_id = tx_sudo.callback_res_id + method = tx_sudo.callback_method + callback_hash = tx_sudo.callback_hash + if not (model_sudo and res_id and method): + continue # Skip transactions with unset (or not properly defined) callbacks. + + valid_callback_hash = self._generate_callback_hash(model_sudo.id, res_id, method) + if not consteq(ustr(valid_callback_hash), callback_hash): + _logger.warning( + "invalid callback signature for transaction with reference %s", tx.reference + ) + continue # Ignore tampered callbacks. + + record = self.env[model_sudo.model].browse(res_id).exists() + if not record: + _logger.warning( + "invalid callback record %(model)s.%(record_id)s for transaction with " + "reference %(ref)s", + { + 'model': model_sudo.model, + 'record_id': res_id, + 'ref': tx.reference, + } + ) + continue # Ignore invalidated callbacks. + + success = getattr(record, method)(tx) # Execute the callback. + tx_sudo.callback_is_done = success or success is None # Missing returns are successful. + + #=== BUSINESS METHODS - POST-PROCESSING ===# + + def _get_post_processing_values(self): + """ Return a dict of values used to display the status of the transaction. + + For a provider to handle transaction status display, it must override this method and + return a dict of values. Provider-specific values take precedence over those of the dict of + generic post-processing values. + + The returned dict contains the following entries: + + - `provider_code`: The code of the provider. + - `provider_name`: The name of the provider. + - `reference`: The reference of the transaction. + - `amount`: The rounded amount of the transaction. + - `currency_id`: The currency of the transaction, as a `res.currency` id. + - `state`: The transaction state: `draft`, `pending`, `authorized`, `done`, `cancel`, or + `error`. + - `state_message`: The information message about the state. + - `operation`: The operation of the transaction. + - `is_post_processed`: Whether the transaction has already been post-processed. + - `landing_route`: The route the user is redirected to after the transaction. + - Additional provider-specific entries. + + Note: `self.ensure_one()` + + :return: The dict of processing values. + :rtype: dict + """ + self.ensure_one() + + display_message = None + if self.state == 'pending': + display_message = self.provider_id.pending_msg + elif self.state == 'done': + display_message = self.provider_id.done_msg + elif self.state == 'cancel': + display_message = self.provider_id.cancel_msg + post_processing_values = { + 'provider_code': self.provider_code, + 'provider_name': self.provider_id.name, + 'reference': self.reference, + 'amount': self.amount, + 'currency_id': self.currency_id.id, + 'state': self.state, + 'state_message': self.state_message, + 'display_message': display_message, + 'operation': self.operation, + 'landing_route': self.landing_route, + } + _logger.debug( + "post-processing values of transaction with reference %s for provider with id %s:\n%s", + self.reference, self.provider_id.id, pprint.pformat(post_processing_values) + ) # DEBUG level because this can get spammy with transactions in non-final states + return post_processing_values + + def _cron_finalize_post_processing(self): + """ Finalize the post-processing of recently done transactions not handled by the client. + + :return: None + """ + txs_to_post_process = self + if not txs_to_post_process: + # Don't try forever to post-process a transaction that doesn't go through. Set the limit + # to 4 days because some providers (PayPal) need that much for the payment verification. + retry_limit_date = datetime.now() - relativedelta.relativedelta(days=4) + # Retrieve all transactions matching the criteria for post-processing + txs_to_post_process = self.search([ + ('state', '=', 'done'), + ('is_post_processed', '=', False), + ('last_state_change', '>=', retry_limit_date), + ]) + for tx in txs_to_post_process: + try: + tx._finalize_post_processing() + self.env.cr.commit() + except psycopg2.OperationalError: + self.env.cr.rollback() # Rollback and try later. + except Exception as e: + _logger.exception( + "encountered an error while post-processing transaction with reference %s:\n%s", + tx.reference, e + ) + self.env.cr.rollback() + + def _finalize_post_processing(self): + """ Trigger the final post-processing tasks and mark the transactions as post-processed. + + :return: None + """ + self.filtered(lambda tx: tx.operation != 'validation')._reconcile_after_done() + self.is_post_processed = True + + def _reconcile_after_done(self): + """ Perform compute-intensive operations on related documents. + + For a provider to handle transaction post-processing, it must overwrite this method and + execute its compute-intensive operations on documents linked to confirmed transactions. + + :return: None + """ + return + + #=== BUSINESS METHODS - LOGGING ===# + + def _log_sent_message(self): + """ Log that the transactions have been initiated in the chatter of relevant documents. + + :return: None + """ + for tx in self: + message = tx._get_sent_message() + tx._log_message_on_linked_documents(message) + + def _log_received_message(self): + """ Log that the transactions have been received in the chatter of relevant documents. + + A transaction is 'received' when a payment status is received from the provider handling the + transaction. + + :return: None + """ + for tx in self: + message = tx._get_received_message() + tx._log_message_on_linked_documents(message) + + def _log_message_on_linked_documents(self, message): + """ Log a message on the records linked to the transaction. + + For a module to implement payments and link documents to a transaction, it must override + this method and call it, then log the message on documents linked to the transaction. + + Note: `self.ensure_one()` + + :param str message: The message to log. + :return: None + """ + self.ensure_one() + + #=== BUSINESS METHODS - GETTERS ===# + + def _get_sent_message(self): + """ Return the message stating that the transaction has been requested. + + Note: `self.ensure_one()` + + :return: The 'transaction sent' message. + :rtype: str + """ + self.ensure_one() + + # Choose the message based on the payment flow. + if self.operation in ('online_redirect', 'online_direct'): + message = _( + "A transaction with reference %(ref)s has been initiated (%(provider_name)s).", + ref=self.reference, provider_name=self.provider_id.name + ) + elif self.operation == 'refund': + formatted_amount = format_amount(self.env, -self.amount, self.currency_id) + message = _( + "A refund request of %(amount)s has been sent. The payment will be created soon. " + "Refund transaction reference: %(ref)s (%(provider_name)s).", + amount=formatted_amount, ref=self.reference, provider_name=self.provider_id.name + ) + elif self.operation in ('online_token', 'offline'): + message = _( + "A transaction with reference %(ref)s has been initiated using the payment method " + "%(token)s (%(provider_name)s).", + ref=self.reference, + token=self.token_id._build_display_name(), + provider_name=self.provider_id.name + ) + else: # 'validation' + message = _( + "A transaction with reference %(ref)s has been initiated to save a new payment " + "method (%(provider_name)s)", + ref=self.reference, + provider_name=self.provider_id.name, + ) + return message + + def _get_received_message(self): + """ Return the message stating that the transaction has been received by the provider. + + Note: `self.ensure_one()` + + :return: The 'transaction received' message. + :rtype: str + """ + self.ensure_one() + + formatted_amount = format_amount(self.env, self.amount, self.currency_id) + if self.state == 'pending': + message = _( + ("The transaction with reference %(ref)s for %(amount)s " + "is pending (%(provider_name)s)."), + ref=self.reference, + amount=formatted_amount, + provider_name=self.provider_id.name + ) + elif self.state == 'authorized': + message = _( + "The transaction with reference %(ref)s for %(amount)s has been authorized " + "(%(provider_name)s).", ref=self.reference, amount=formatted_amount, + provider_name=self.provider_id.name + ) + elif self.state == 'done': + message = _( + "The transaction with reference %(ref)s for %(amount)s has been confirmed " + "(%(provider_name)s).", ref=self.reference, amount=formatted_amount, + provider_name=self.provider_id.name + ) + elif self.state == 'error': + message = _( + "The transaction with reference %(ref)s for %(amount)s encountered an error" + " (%(provider_name)s).", + ref=self.reference, amount=formatted_amount, provider_name=self.provider_id.name + ) + if self.state_message: + message += Markup("
") + _("Error: %s", self.state_message) + else: + message = _( + ("The transaction with reference %(ref)s for %(amount)s is canceled " + "(%(provider_name)s)."), + ref=self.reference, + amount=formatted_amount, + provider_name=self.provider_id.name + ) + if self.state_message: + message += Markup("
") + _("Reason: %s", self.state_message) + return message + + def _get_last(self): + """ Return the last transaction of the recordset. + + :return: The last transaction of the recordset, sorted by id. + :rtype: recordset of `payment.transaction` + """ + return self.filtered(lambda t: t.state != 'draft').sorted()[:1] diff --git a/models/res_company.py b/models/res_company.py new file mode 100644 index 0000000..cd46266 --- /dev/null +++ b/models/res_company.py @@ -0,0 +1,50 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models + + +class ResCompany(models.Model): + _inherit = 'res.company' + + payment_onboarding_payment_method = fields.Selection( + string="Selected onboarding payment method", + selection=[ + ('paypal', "PayPal"), + ('stripe', "Stripe"), + ('manual', "Manual"), + ('other', "Other"), + ]) + + def _run_payment_onboarding_step(self, menu_id): + """ Install the suggested payment modules and configure the providers. + + It's checked that the current company has a Chart of Account. + + :param int menu_id: The menu from which the user started the onboarding step, as an + `ir.ui.menu` id + :return: The action returned by `action_stripe_connect_account` + :rtype: dict + """ + self.env.company.get_chart_of_accounts_or_fail() + + self._install_modules(['payment_stripe']) + + # Create a new env including the freshly installed module(s) + new_env = api.Environment(self.env.cr, self.env.uid, self.env.context) + + # Configure Stripe + stripe_provider = new_env['payment.provider'].search([ + *self.env['payment.provider']._check_company_domain(self.env.company), + ('code', '=', 'stripe') + ], limit=1) + if not stripe_provider: + base_provider = self.env.ref('payment.payment_provider_stripe') + # Use sudo to access payment provider record that can be in different company. + stripe_provider = base_provider.sudo().copy(default={'company_id': self.env.company.id}) + + return stripe_provider.action_stripe_connect_account(menu_id=menu_id) + + def _install_modules(self, module_names): + modules_sudo = self.env['ir.module.module'].sudo().search([('name', 'in', module_names)]) + STATES = ['installed', 'to install', 'to upgrade'] + modules_sudo.filtered(lambda m: m.state not in STATES).button_immediate_install() diff --git a/models/res_partner.py b/models/res_partner.py new file mode 100644 index 0000000..afb594a --- /dev/null +++ b/models/res_partner.py @@ -0,0 +1,21 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models + + +class ResPartner(models.Model): + _inherit = 'res.partner' + + payment_token_ids = fields.One2many( + string="Payment Tokens", comodel_name='payment.token', inverse_name='partner_id') + payment_token_count = fields.Integer( + string="Payment Token Count", compute='_compute_payment_token_count') + + @api.depends('payment_token_ids') + def _compute_payment_token_count(self): + payments_data = self.env['payment.token']._read_group( + [('partner_id', 'in', self.ids)], ['partner_id'], ['__count'], + ) + partners_data = {partner.id: count for partner, count in payments_data} + for partner in self: + partner.payment_token_count = partners_data.get(partner.id, 0) diff --git a/security/ir.model.access.csv b/security/ir.model.access.csv new file mode 100644 index 0000000..6135885 --- /dev/null +++ b/security/ir.model.access.csv @@ -0,0 +1,14 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_payment_link_wizard,access_payment_link_wizard,payment.model_payment_link_wizard,base.group_user,0,0,0,0 +payment_capture_wizard_user,payment.capture.wizard,model_payment_capture_wizard,base.group_user,1,1,1,0 +payment_provider_onboarding_wizard,payment.provider.onboarding.wizard,model_payment_provider_onboarding_wizard,base.group_system,1,1,1,0 +payment_provider_system,payment.provider.system,model_payment_provider,base.group_system,1,1,1,1 +payment_method_public,payment.method.all,model_payment_method,base.group_public,1,0,0,0 +payment_method_portal,payment.method.all,model_payment_method,base.group_portal,1,0,0,0 +payment_method_employee,payment.method.all,model_payment_method,base.group_user,1,0,0,0 +payment_method_system,payment.method.system,model_payment_method,base.group_system,1,1,1,1 +payment_token_public,payment.token.all,model_payment_token,base.group_public,1,0,0,0 +payment_token_portal,payment.token.all,model_payment_token,base.group_portal,1,0,0,0 +payment_token_employee,payment.token.all,model_payment_token,base.group_user,1,0,0,0 +payment_token_system,payment.token.system,model_payment_token,base.group_system,1,1,1,1 +payment_transaction_system,payment.transaction.system,model_payment_transaction,base.group_system,1,1,1,1 diff --git a/security/payment_security.xml b/security/payment_security.xml new file mode 100644 index 0000000..0d7e82a --- /dev/null +++ b/security/payment_security.xml @@ -0,0 +1,45 @@ + + + + + + + Access providers in own companies only + + [('company_id', 'parent_of', company_ids)] + + + + + + Access transactions in own companies only + + [('company_id', 'in', company_ids)] + + + + + + Users can access only their own tokens + + [('partner_id', '=', user.partner_id.id)] + + + + + Access tokens in own companies only + + [('company_id', 'parent_of', company_ids)] + + + + + + Payment Capture Wizard + + [('create_uid', '=', user.id)] + + + diff --git a/static/description/icon.png b/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..719975d6ff1679721a117a58bb3968e2e071199d GIT binary patch literal 606 zcmeAS@N?(olHy`uVBq!ia0vp^DIm0^bL&cFRCH-BBW zt4h@*RU$>=@vq~rJ~dugBJ%llfl_jvd6VH|Kyu{?#(=vf0No8sCLF=XpkI=sF#&^#ZDVpg1Pe0K=jV=E(ukfWcRYp-O zYyNDy{qlM9BD*6;y%Hm>W~`O_^Ty}gTe~DWM4f DS6c#w literal 0 HcmV?d00001 diff --git a/static/description/icon.svg b/static/description/icon.svg new file mode 100644 index 0000000..756e74a --- /dev/null +++ b/static/description/icon.svg @@ -0,0 +1 @@ + diff --git a/static/img/ach_direct_debit.png b/static/img/ach_direct_debit.png new file mode 100644 index 0000000000000000000000000000000000000000..08c7cc6a7dc24d53887d28313ff73710d5b62168 GIT binary patch literal 3194 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 literal 0 HcmV?d00001 diff --git a/static/img/affirm.png b/static/img/affirm.png new file mode 100644 index 0000000000000000000000000000000000000000..a693b530f63a6fefaf2eb1c0638264837766ccda GIT binary patch literal 3681 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 a_JBtjTBCWV-u(AO0xZptreuU`{Qm&q3+uE1 literal 0 HcmV?d00001 diff --git a/static/img/afterpay.png b/static/img/afterpay.png new file mode 100644 index 0000000000000000000000000000000000000000..af7b2e5b52ed29e08acdebb7f4c0efec6cf5d196 GIT binary patch literal 3517 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 literal 0 HcmV?d00001 diff --git a/static/img/afterpay_riverty.png b/static/img/afterpay_riverty.png new file mode 100644 index 0000000000000000000000000000000000000000..c9098c4f52b323ba2ced44de177b608180807e27 GIT binary patch literal 4933 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 ce7}ZKMIdkyZ`_I literal 0 HcmV?d00001 diff --git a/static/img/akulaku.png b/static/img/akulaku.png new file mode 100644 index 0000000000000000000000000000000000000000..dab12d000b185c5a793a9655abe03aa4e9dadd3a GIT binary patch literal 8255 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 literal 0 HcmV?d00001 diff --git a/static/img/alipay.png b/static/img/alipay.png new file mode 100644 index 0000000000000000000000000000000000000000..8023af18a76229678b83225fedef2d1d9490f683 GIT binary patch literal 2733 zcmcImXE+;*8ctLz)GUn^+R~uZs8Orp+G4c`sacNGR*gt%k5p7qGd%}wsaaKo7$uE8 zThyi`$4Er&T2Z65uk+mJKKI}Kb?=Y&`<`#S-=FXO@y6e=GU4J7;Q#;tTyRrEo72oZ zMIPwfX;hw^xqq72(WVam000>JH-K=PtAB3*{cTM20p$ab<Tw)`7|GY~;8Ofi zI;pCgAhm&{L;&>BRTBlHt0E-=X|>Pi^K7h4qhEmUZukdrzrMJ-H*nPW?c~ky(r-ZT zfSjZC4eC6M?xg_$tJRAEszFL_LcnvJlC3y*Rw1P%z?oP+w^k(kH|& z{fv=}c<-6v@;6OL>FzITAhf<0W>NY8ggS?!O=EJOG|k=&6_}N1g%^)CZNYQ3!(&m8 z?VGW5wC>3vl!&?I%oL-3GOY+_Hauy6Q+2*yGdl9m^`H{>`Czu+(kMxoF-l z6P(U+e*G4_#h_W>TZ{T4m=OmE&#W8i9l4{YdP764lcR`-WmS(@(b+5$OP4y?c30fu z6bDtZk(y;F+PceLAKP`fv-udHn&$bvc_mykGDvlRImHp4Lrf2<#uyw#xX_Zm23ZKPP7-#WEu%@Y>d z_H)9Q>YysM5lQT2Hp3@vuzqtz*ltVC{eb7pm&t(Hf2g#{<)mu~(C(d-h3Py`jRkm2 zoB6MVcUHMN-Fg%ao))EsuEDY>yP8W(dBfeJ6Uc|9|X=l%X%jj}H-;>EkJ26ddFWe__E^G9Ck{i0w#28&E(_0R8JvGzot zzeaL&{F#eyoZQW6`&IiEE>oTPg9Uio7ZsGueAqO5U1t39rvvP9qckkWs{fMMK5owRk(g< zXTc(R_t3P+HDqogh3r^A)#bG3OxcR{j0n}DOe0G*j_@7G;$pk3+*Nak^CkD!g4)is zw>P%u7rb9XG)dEA&CCPe4S+7F+~Qi$j0CD~ivPVHPVy5MlPwavHz8!l^Tb;IReK0o z^Ge{slO_+Pjw=7s6){VqpD^hiJKBVc5~ZTrgius#oS}{?50WE8+@9o{8+I5UWfSEq(-H*9ntObd*?bZn=bNAdaSd(C*Jq{krlX7|1Z zf*&~0`mG?F+WAKPiFK30L!r40xlQmT)pK^h=Ie3}5~8dcXVzW?vGE&Tq{~5m{<(>M zWR`wi4PK;PX1M^9iwb0n-6o0xbI+APro z!eaU%y9zYnJOUejXp>iDcxntx>1jJdoJcTB@*ScCVJu{co_oC+7GUm7;xI^aaiQAF|p5PEL9$*kF8wp+hb_IZpRQaj}L=lQ;p!og6QSyA03kloYj<< z(-{-olvf+D@%w#Qyg(~Gs9%Z-*_m!oqK-Gu_3hfSeMK)7tnKqqGQW~co21*u>R9%=YLxZ2(0)o@H zMZO351T|w zGS5b2v8C_^ir;l-uJx!l#IL}~kuK?-U%ZkXD|}IP^eV96V*^~lFV>Lq z@e3s{TpZWp*3|F)-XL#V-Je<6;}H$_)>YM05IQ~TG-|a{Zs*!Edew0%`VjsLJZ2yT zLJLd-R@}!1iU?~mHs0Zj>exabr{CMx7{Ojx%=cNykFMj9T}T`>;%V53 z!7Z;)H%XINsc7Hl*tTQ3a>-cJ_^QI~WV_j1a$td>?(7_7C?p=4zh12BP$Fz)2=6gxVQYEw5R zTYh|9L`gTsp7uoj_=*}rdIkzsa)0Wo%N$KWXE|@fWePy(v@#aRh_Wr(2Zf~) zeId?ttU!!E)49}w_=J-uD@)F5TZdiISh~AQqSg8XHxnbU+E0w0w#^~MOtNcxRVE?$ zynF{Ahlt&%suz!Pv@BL;fy^vNika2yCe0>f^D;o*C+-df7PoJL(9*0LENqlsk}*zO zqLr^^9*;q5)YDgHkn+L94Ew!=A6b^C= zz0#V42;N)v7cZ9Z{CP1>Bh zJd)xuUHlxI#Ws-8)00AVL>4Z2x{Wm8>4=%ohw@*DsMY$wIfE!sEmg~Dc{U;3b7KQ)- literal 0 HcmV?d00001 diff --git a/static/img/alipay_hk.png b/static/img/alipay_hk.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3a98e8135b5ee4076328f9346847c2687a5c47 GIT binary patch literal 3384 zcmdT{`B&15630v{w0u7IC8?||_m@{mb4e{VGtK2Ii3^&!;D(92BBmF~+{!WwTuO2S z#mXJa%oa2gBUG*_sF_QUVkKd2JnuR0m-i>!A7(yh&U|L(%sF$;%;a8lb=(V92ZKPM zz2}_Hcx>bHwmjG^y{%7-Pls&7o>(UzGzg@8INa!^r#a6kP!qTI8+m6w0CP1Qs}X{G-TR!%2N&Iu$B zaXGz94IC12v<^)qdIYix_GG)LT~|LXpPz^Oc+}9n=Z)1(Y>=Dg+1qN`1|~$TGY2B7 zUB|duaTYsYpi>3WX@cJbksh*TzAP>6U^+u2617l=&>(%@saF!lc_7Ig`M@6I9kQwp znG&yd8waXNNXu&XWCrb2HO~KMI{hA&&{HQuUYO7F+Pded(P@*>Y3mBRynOvD=kv`m zYc2dmt3@7P!_VG6TZ6i~S*)%>%wikatlsh!hoYF@g|~;2M1KB)Ox>?0DpNwf7P>2O z@%q*aF1|e>iT>Dbg2|opZi35OvT3!XW3L4(TXYzAX-YU>nUJ#{n{jfb=h%YD$e-4! zE6b;otJyHd|I)&(ALNDDy8F+tYiF(d!uDBE1-`WbQ<)JKEH!y@x8!`f z68B_K6-62Nw8=7xr(3UBf7<)YOk_Ik&F&p4R%(y@OIT&g@R=4L6lxd$%8JP!RyAnPnhR)!qppdwAJXF2D%CdIo5jtEm6qnQ-B;hM zikpcOCBaQ`!Sn)+RoQboZr$_VRx6~bP8!WZlqYfata7ayV`lB;q$epMLTy(CH~#3x zdwiQt@*rdXIO&1WZ-#%&+&6Q>^QCg%KAx2!i9?-NoZ_?ZnXcDViBLCChWPE!(0TOu z#yoAjgd8n8Z{1TQ7H2|Q*h3dc^_`6 zzW*RXUxX3kU;d=MY+MGOBVDj8%f+1bpPh>_i-gZa+caOwsaaGOv4U$68`b-$-yOFP zn69X(D5gAyAL_ReK&h1$hX#Ti^Li;qpM`3I{rO>sGVU`csCOs4w~LNEeXC}Iicivy zamDyM(z(TYb`^CNy2)vXj5pC4spF?vre_X%Bg_Zy)U&FbiAwn??FQEgUk>8so=;DT zORfn39K`i2$)S=yDVwu)3MO0(-=4_yZn0)c8}E`ElO`J2`1b0&`Td_m(V6xm(0x>C zGPUD!)N%qm;J4k&xbre|99mCwMrfBnhLKCI(d8DZ_>v@Q{@{;V@^bVd0~?-4iyjE* ztJi8;y2-s1-Llz*Y5TKE={49FZ}T-u4zpVU^uq{#7dFX&E}ayu$i=XX^x=J;dY!Vd z-ok>xa;S|^*p+C7ssZyMSL@6hcqx;THcpswLKO~p`fv4ISCag;|ibG+s_zZ$2^ImS>_`k`c3DDinW%D?Uo&sXpJb@cRGMI20f7>+B| z>C||wTfO!+^nF_PK#M7h*oaFYf}CdSHUV3o^$CLxAbRLNh2E5$xkF zwGVIyy4D4qO7RFxGVxV?_pXhN=t|0fC1MXQX}fpj zf|HTg@XC>2+^IYKT!l)T!L*R2jbYu5UdH_3u8s-pf=}MbVQjfE(qrYo&c=5ZajQ2e zXS|gPi3{IBK6Pt`o#^BdSe_ABB`{wR;51%y)JB^Al>>ESr!%03VVJ2nGD@Fve*$Z- znz}!sqJ$-N5s<~f06$O9b*wliEoyUy8X_by>qI||+Gx&KggDaBcb{;fPqFsUn*OYz z%wYE34Bg{n4UFuGogEWAjXX*$!DH0j7f_8!(EcP++;sxng!&k9TE9L+bw-lhiyU0< z07pJY|Hvse6O}>x8y}K;``y1<_FYh*74tL(crxtEl%Q5c!#r8sS;c!y)y0v);3rr? ziz#=TXieK;GYnty2$u;PU7O)#Y?+M}8Q|wq5kmBH__fw`4pvqZHVGG$*BU(P+#Opz z0yXnObbQj-a`YHYPn@^Om51d#?V$Y+n0Yd?Hr0c zz$@osVVYCPRM^4M7Unfitkyl(8>K*mj#q$I`JFrvp4_CR)|EO7hLJx62L<1y#KMiw zj?3atd}4*ex5m=fdk;2g)bmaeiqX%(-%r@A`E{tDN57^NV#+!f9}^<9rnbW1`;S{} zjrx`|*-lU3IM!V1?QC15-lNZ$H>4wxB>RW=)qJIY+R5p=FoYRwY?C|+5Z)VgFj_Xq zgvV&-k689ZSm?Ba$iFB48eY(qr>UKxqv5z_Lf=F8iAzt-32hf1Pi)dkK7=8=txokc z#|2`Y;#8GGCe$TIRN+bS=3WS^_GwJJHaZ~ z7sNt-{KvJ=BOWZ|ql?1w|IEC-@k(#Zckg&yd%rEvmcq=clJ}J|>dZPf93S)hT(XYG zr#bxZ$ufn;n-<^4q@_0XIVTA!dpSu4z$gf)fEwJf!_43n@=ki;N+BB^b8-dhJnq z^x=eKqh}0?5;g5`{3H3Xkf-4(jW#yXA4Qiv-6kfqP7cJyCh(%FStSMC0|3;iw5O zAe}LgoY~F5auA4)Fc@i|Bmm|l35Rd5hQXKo>h|^S*wO4?4!8ReMiB)Sz4vHo^dZt5 zCZk1B4+A-+HWj|7_GQ9Q&R=VbfA-a06av`t;9T8$4F+ZuMzpymLm?jl4&`rGA$y8_kz h@kjRm{R``m%FlB619r;CwjUkPxwEcksCI!_{{^RkYjpqs literal 0 HcmV?d00001 diff --git a/static/img/alma.png b/static/img/alma.png new file mode 100644 index 0000000000000000000000000000000000000000..fee6bca3f511d328f4c2a21ba36e4c48cd2ed6fe GIT binary patch literal 3350 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 fM9Tj&=Z1LR$~YjNY`^Gs3{Z^9N-+{ literal 0 HcmV?d00001 diff --git a/static/img/amex.png b/static/img/amex.png new file mode 100644 index 0000000000000000000000000000000000000000..7df1766d0c7d4856107cb76b67f7ec064174ab81 GIT binary patch literal 3395 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 F{}*;2ZASnA literal 0 HcmV?d00001 diff --git a/static/img/apple_pay.png b/static/img/apple_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3ba6611313302aa63be5a3882685c8bce10660 GIT binary patch literal 3441 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 M=JsaQrugfB1NWh^mH+?% literal 0 HcmV?d00001 diff --git a/static/img/atome.png b/static/img/atome.png new file mode 100644 index 0000000000000000000000000000000000000000..dd2d10ed0ad919049b2b1e08ebef3fcaeb801291 GIT binary patch literal 8547 zcmeHN=QkWs^Cmjcg6IT6gy?nE=p8F~M%SwA}* zS4Dj=3d(Ed{}`&$m$(19feQYjAdONpL9_RKK)3m*@(~54E*|gR90LXA&9##3M=dYZ zqih^Mt=W#Dz^e(XdY89Sih6yWxWSCr5y2_aY|fKQQHBS{eM6N$J9VnrXYI>%49T2k z+kRB!y@+Ce6Q#_4NA-sKt<;MJM7r;a{xOFV@OTjwxIX)YnEamBI<^q7b3gfXf6}U) zEU1h1k;p?<_ajlL69XzqXzc&szheLjJ_Y3!p(ZP2HF&H%%Z*IwxJ|)X4qskFn%k$Rk{~?>h%vdqLg zi7!hQkZWWAXlK{1RC*%3fg41>;;tNS+UbHiHCm*7Rj4g#RV zl{zsdB~(*PCE3AtMjrZ({P9VQFbarVuj=<|b5}9q)4Kh;8Fq)^{_SKrXxVchQ;l}; z!hOTng^CQ+>H0wmFGv4`5JamFUj9M?DWKS)^8OKkdsf`3sF4@xmS9~t24w4;3WLft z;ioetym4vg|5NfREtO)rT$LkdZ_q~w_iEN`C`I{jUVm)Pf*L-3D6ec!gNd&)a7t{< z?JoPi4Om=1ON*az4BQ#$F-78D;Y3S2t%zyC>BOoCetcyy@1}YSeW6YEM76i3JKe8F zoAcccsEv>1Ae+%^Rf0}lR#2|K&>`ODY}{9nUn%TUMA`14op0v(;qs_lTF#q2Bf~Hu zZC6^=nGq9TspmU`{xE%7aFJ}OBB7*O6W}ZpIXDSsw*sztElBC}X|&jwR@|x zWCL=L`L<%*zs-m|+Y@4bffsCcAPTX!Xsodl-NQWkimD!?;an3AxpYveo2N2izcK>q zF7c=%(F*nYW=w5us>DRv-DPo%kZ&bxo1paFSs{D^Eb_+BlaW$3SKC`BW|4M|QyO24 z#{RjZi#E-g1uD@}Q7>`OB6t6Y(}iF%TMpN9yrjsA>qnp6Ro0hqccJZ%qrlUPOL<>e zi>U*LK01-7aBvQiJB+R(hfmNnV&I%YT*Nbhi+DSxKjI^k+IqJV8P_}3siDUMpQ1ge zHoeb1B ze*zU%Bx@HtZ}#nK#iAm}pcbS0A}xnD58Pl?iS-R{5zLri<)YW|o^KKQ3htyXPYvkw zoLmEfm+gNGvGg<^H(=g0yc}pGrS1b+c>j2;?c>ZD`aO&_%BQynOU71NGAAmf2e8JJ zk%4DjJNti>a#Ar0zc4%WP)rG`D|l95=c= z!IR|xavnmfVxO&9wC`E_+}lb=Q(M?ZI&;C`z;j~Gu2t~;PNp({v%NeP5oPrutk@;l zY`yHtb%)lp&vK4!bfhzl&(!d<4XvS*^47-jVn5p^6r_dDXdBnl!wg;5 z#^W_wN>y($KTmt__d8RF)_fZFhFuL8_+RKf*og#q-v!pXc~jm|tCcD&&KSHP162)G zoA*3WBOjwIybKIo&mae|LcMHAz+ znpS)DbInNjh^?(@4~Ff$KI(^n+aXoA*F+WZZJ=FswBXd&B${qC&Y6-lM>{N7mqM#s zau~vJSNKH63<(%YKVPRwd=`j*(&3NNTuWg46eKStiPVu@>je1St_6%=E72EO_cM3_ zZhpv;X{M2#r1Zjm4y=W24a~#VBGz0bF6|Wf8WIuyCPAa4I)Xb(XcWsU!&86nO$;k} zN;SpVufzluJVM1YJ@@eFm%{Ikm%INY45$uE`?NfTULjVhL^-nZY(9@95ahmlH9)L~ z`?FlG@7}NrC~g%7*NN{kOr%qh2=}UmfSKK)P=<(R6ufhI#@Hz{UtEn zLr)AZNieUd@pa(+15i;du$F~F-yc~h`Cu!V(y4FXh#`KSaM&(n%GE1#*x*MTJGe0cFEW#Z$JrVVE07b#$|#~Z9OelGt8bhqR6xZ#gPxBuFBu2xH; zhg`7-rqv1XO)misKJjs;wKoevXg^zyr)O>L;Keu<3U&lsx2pJIVcIQQZ33>%_8&88 zgtCn}F;b1-EB9^%RpQecn|yq&tRv?4TB3sI-^tG?E_M=Ta5|2(qC`vIl*m@p0y&Hm zx%RwC@7H=_9R>PG0L+IiAz0L)og>o*0QMG#)~0`J?pNP2tz&EzX%ncHm8Z&&MBob6 znf7%_IENY?kYU;TPFL8iXyo*}LaD#JTz5U%?|!P2LPAF&-Y|M}#0mf#2d4rW+_BAK z%4u-Dt8=)l&7PuYF)%%Vbvh?`h4E9pNTXY9I~^23n$t1vNIn=lIXDbYSDcI)LKa}x zwYct=FHlJE(w5ul%rK`yaPbc6AezRzdANdkVz=EuEgk+$lW0RqJ3G$%6R5&kAs5hW zsYFEY?#R*ar!|32)eTQgmp2g!SbCT};-}MPlILqRFWHs6x@+mvX89>&(ml)w$50}ErK zf1(wlhhGEs3)OOhgJfok&eUQo-Y*+}iD=)hR=7bu-oe)PXruU*t`d@Jx)=^;RSUfu z9IS6Jdl33|+HB*A)fGpf4Ot_4fRBrbUH!9aiki}()BoI3s&W|hbaR1ibYWU4m${Z= zeRpo#M$>3w>F`%*QSfDJMBAkb*(bFm^0#K54VaKU^7lV1EdN{nDt>um3o5(r;gB{0U#!L^&HHrV8b|*c@sBSdF>xMfa%2V( z_LnCxF%ZK^&Ay_%Or4`9c3ne2Cevq0pfDZ`5RSauuA9g&;?lKyyt@d2K+cq?D4$Tv zu|fNjC~m7AE2G4RJ$x3HV}Amj<_gBYf2wjXdkb_~d$wHBjY^r8+F92J5G)%N(R1qu z5G?7E()xmg58kiWO1x!=@e3@a8(7+J8$x>dY~!-j+<(OlvAd`ZxX@9Iyx!`-TWiDq zx_ZPXuoSkiv%OwTI5D`TOGvb?-f_l-SB?X5p{;h~7qT#uqpx8zhZRiI%z3@bU*ks7 zLVY_De7dvL$&*`dlR~f&XlM1q`-!0gV=>OF&&D% zwHK1O&*Lvz2|_S5R|H($@kCe#pbGb%yK@}*5w#q2nky)R9d|KhnYAJYvI?`~illb8EafTkwliwm4MW};<%ZFHXR zAKnI&zk6LB8klEFSDGQr@}f(l?l7B?Um&bfO1poS(=R}brC|#z{bx6~#8dUaxAaNR z70FjZi-6C9?(lpJh<4;)tEDelRCL8(SzEb%y>x&$c}RH4wSDo?LKK(n)*ostMu`a+ z)A=8KKH!zyi3F#e8`Yju5}};O&J!4+p7M$A!pdYvK>Jr2(OA^-hSxoe#MIwgu`2fN zQ|$*>hcS5L&E`&N-_yHDk^A?WrC0seO6lB5(-rZf>MhL#@Hg*YI757E{Xc16Lm+bw zrrt*=F;+Q-w9Y(3yb73|D`&$aUn4fZj@d-(TpOr8V#fCR zVWQtGSHJVWGe^vkJ$L*bMs=5^St-^e|En&{E3OPmG(9AwI9E z9%4(BEaEz_CV#j*lC8TvkdQ(*B>z2MUaFMo&`-%nMf)XHR`{oy!*8rlwfJihMbZUu zdVZnSIw!-Qu5{`0!u2OEk0<#Sd(v^l+d;@)m0>`bqab^>Qq?!qD@Ol#T^? z69;*fHAWNNRud|o&7}sC#Pp;JQ;lVT^)BkORWqEmik+;2eczhXgLyO7fFW2bf5!uJ zXy9Ep`+0lbura@f6VbZ!+yviE2m7Ufq=E+seqaQvGK;$wx?gQo`bDraahP?=Ax^2M z40PGiDOU0id4i>~4MCFF_U}I!&7~MC)?Qj#a?Dp4X`X~K;WhAuo(JJ>v5+XuwRULOMtOL zuMv&&Nz{gXg~xJg_2qV$kYVr_9%pI6S4ONJ_9fJawSt?V-Qoq}Rp5??+euI@ ztY>|3!N(f=N@1QAOnS)W^i>9(QLjZ%)M`{q=k;2!mfo@sOf$GRIvUW=;YqJ+LQJvB^I z$@u4!?mf@HA!N`RUew%1C_FL@m^)(Qj{moN>rtI5z+;(Q4{1{OqjsKuX~U(_!aRHI zZ-~s+FAMezHAzmPxr5#-JD={ZwFt}Y=MKS@D&S(^g-6zmTQ>$_zpnYQ?Ak|svDJsB z+`veoM~!!!NBFH%fHau%Zv?;jqsqYmo!-5-L&K7Q_XZ_^0}Tz6H2_MZ!vKF^X1K$~ zC{&w}e*8*W=p3S58x^}k*E2SGMC|JmE#BrAm$h-TnkM+ZQTd0*raJdll{2HfZjC19 z!{p|Y}a=K;LQWDK{ zz~V%xA7OcFdc?qVd~@P;8Re!}&h&3Ba-iw=gTHQqdOrLcBP^YK>%VlNJut($$c|(K z!wZy3sgGc$mGlM*FxSJY$tP>9Ufp~ee`q_1`zwXFMVF?3C=En&CMyl%%oU+;8L@w1 zOGVfDWXNGS0ZvZ`oKFkH*507OI=%Vz+8GEzU2I?8Ky7I#?(}a!EbV- zrZ>TTuwnPT_;MFp^Epe($2wcWV?*xOh4N>m=@!i-_CJ=#yQ#|d`=J4%aRU8IWl+z) zbG93lYe6y5CT)wIOQu0ZTUgC{n)ECwzrd+(rSOL^6apZSB}T|2G{FFdI zm3_#xeZo;LlZMsW@pUVcOpHRD6AcU<8){G^k5E{za`4?bG@kf;t+FEa7#)}2LSB1G)^+G`QiXFx$~ zqzB{TJ&Whe$TzjCZ|uTdi5jB+x_nGf)q|)jt_l`cfOiGT&&vl+?>e3jtMooT;Fk<} z3$2_^sB9faxiuioM1sBIl4JjL(S*%b64Vh?j6RJwL^7$0`5pfS$y^;dvf&ML@I}?J zWd-ALorL7(AgDWIcmEWBMm|p4W$k8;x#0t4kbumm17feI4(Y?q>;hW{+Cd9*24r;# z0c}lRLDw-+?i<~ZmEg5FUc!b~hOU1vOwEw>c8b8)Wuvs_8cnhV&FsaXo3Wb1=!S`j z1``#ZA<1j}t~bCIjfkF-g?iBb_3ne4{xEl`gX)XH+-3YVYHhP`#Pgs~fZBVBW*f$w z>oMWCgQ9CoE9_!Nq9v|ZiTKHQEiO-1_s45>u2Ify8>G@m6=&7jh;f@Y0R>Ya^yq%v zdrkpka;TTmr+AyK6W)%vtL9alt!GJ-_RBG9iN#VXSqpN1w%2Fc@^n3^Y^7&l+j+7> z45x2FjN=E|&b<1-hSS*z9l^Kxu6Gpwpt)5XJmbsUSHO;4wD?#uu#22X3Krh@T5pCh z19`OWXN6QwHepULh*ku4uF7;qka3hffo|yFA7pPA(iUU5f5w z@dzb+-aq<2y1t}NAZ|?h9s5w&>{9d5$r!AMctP%EV)E+v>7hIV+{WRwK!Q^+2~6oO z8d*Z_|FyB`?k3fsBbWtAr%;8eE|l>)$0rmgAob3i(S~-=!r> z`&pbFYZB%~<>sbOTbAF%6!lUh860ihv6H(TN1nS9YfFNLI`&)=IwQTds@c-q<%MXt z{Is6V&Ne_tT$qf^%ygwHqk`f&C*NDVWvum})iPpRMXNhPgwMiy4AIHEI846@F>?#S zWm9pqnaL5dD>33Zt1Qg{r!%bQfv+T@+P2R{Bav%hx zm4!;MjhClK*^>C9vJWZ~P}BL;e@13A=Nj*&iUa8mvBL!&mQdpb4~Q|3PT77_P&YM(1a1?{+>S%M`sG= zvqBB7aO;PJ^mN-pL)ufpV2`WsSIxG@5gJk-b(&>ikH_g=;4OU$(WdrygsqZ4#v7jX9%C;yR166)X+Wp-MjD+XoitajDJRz zWP^jqrl_wEU3blo<(1BCXvz+mxlz~3a@|Mo4zmutVfaXv7&wUh3% zAj-Y$TS{aaVA7KUk0I~btMGyV^N`&N--S!y@Qt<&cOd*(>?Dkltp29h0QBmwP7meH zT|ASB?8*bYG_EJDQ7Oi+@ugw`;5 zz$QrjyB|{cRI74ma!Tu^+0Cl+D7?13G&|pzAN5PSQr%?v&11?0ER?k_0Wut+^~{DO zYT)5FcsWKl@~DwQhblbyK|jpPb#{W=p1y%vUe%^&E;Eo12DSM(CU1YrgmJD26h;W- z92r)m@0kY4U}g5Bk&dw8IErx4hJ>@4ujYM5dPJhvQMT=8UW_nv9^CwfwEnCiBl)6` z$%x}k>iHU3#v+HmNH2PQQ5AkOR;bmN56v{vOepxls^3q2SV$GT{dcBKL(3>yT+~6m zTLO!4uAoys{G!AY6oLPETTjsW)a}k=JTmTjbIgS}B*r^eC3fX5qKUyJMbO64&Yb!WJnu?9S90_3&F&iK*Nv5b$EN1p9etocQ>kLCkw#_{)ds#nP8!}1{F8Am zx2K)~oMJt{U`l7g(@L_5f`f?|o%n-dH@dmy|KPu4@JJ6xrtSUJsx I+AR4004iK@`2YX_ literal 0 HcmV?d00001 diff --git a/static/img/axis.png b/static/img/axis.png new file mode 100644 index 0000000000000000000000000000000000000000..539461de2a7f51f592279e52bb5fd31b19e36c7f GIT binary patch literal 2411 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 @BS$3=dX68{&U7n|{0z7cDOiqC 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 Js*x}a{U7*5u{;0( literal 0 HcmV?d00001 diff --git a/static/img/bancnet.png b/static/img/bancnet.png new file mode 100644 index 0000000000000000000000000000000000000000..b5adb24fa3984c3c17efccdcede54f3623dfb1cc GIT binary patch literal 3328 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 E59Wj|@c;k- literal 0 HcmV?d00001 diff --git a/static/img/banco_de_bogota.png b/static/img/banco_de_bogota.png new file mode 100644 index 0000000000000000000000000000000000000000..661c32880c2400b60161ce5998131d2b9ea35aba GIT binary patch literal 4262 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 A4*&oF literal 0 HcmV?d00001 diff --git a/static/img/bancolombia.png b/static/img/bancolombia.png new file mode 100644 index 0000000000000000000000000000000000000000..11603bbec88700487c43dd5cbd1492f8c2883a7b GIT binary patch literal 2556 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 literal 0 HcmV?d00001 diff --git a/static/img/bancontact.png b/static/img/bancontact.png new file mode 100644 index 0000000000000000000000000000000000000000..f585a84c4f8d758bbc022f8ce0c61a79b6bb96be GIT binary patch literal 7950 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 XR2}4{ZD#+CuK^%gRhg=frosOQ-3B2; literal 0 HcmV?d00001 diff --git a/static/img/bank.png b/static/img/bank.png new file mode 100644 index 0000000000000000000000000000000000000000..71cc91d39857981cfc05236865f79e6173d277db GIT binary patch literal 1483 zcmeAS@N?(olHy`uVBq!ia0vp^AAooP2OE$yy8SQ}NO2Z;L>4nJh^c}wqi2u`NCjhY zkh>GZx^prwfgF}}M_)$E)e-c?47+4cLT^vIy7~kHt?GZ_pIsTFT=nL6>t-Fs% zT#S%i>V9(Tg{1DKYDo)KMWV8=914rlSh`HaYvB_e%bYWb9BJ1T^vf0Z%=xX;#j#!8 z+M4;d@_c_Mr*93n_ns+#_VfK2o!fl1HHnKEI?d*3JLoVv8&Dfdl+t)a&cS zPd9!qpSJyeUEz-#r+$7ddUodOrad)_Kja90FiuKLT=wSX=EZMft4bw4HjA_+==aH|MSnu&daNglwyfqJa@i)etb;wI>q^x)my(*Z|9z9#v-#! zF82Go+R_S_yL+pbZCNNc_58e@VdvJb>9joErdra_{`^+^^b?a;SvS>}v7LUNH)DD; zM@3hz>GiUsd*&P!sygLk1Y+83J#*mlg6^GVxo`6K3uwnX32v zR^p!Lw{0)Im15ab|3CZLQyr$f;PB$NpFVv(xTbRL*9`Z}?6|rKl{j`Ri#n&T{PN++`?lw`uj%g57hn zcVGIp=g#Z9TJg0ztxB!eGMr;J4@|$~X?AD1;q`4VAH6zT^ykL=!}qrv>YqQqKY&l> zMx@`I7ox|MAF$oa+|e?pZRfUJ?fUgHY3bF%XHUQ9{kN{+xcUROxLK9|HvWHOa(-*> zs`YEvX}nsm_bk;+{Q;lKxvjaczUSZX-`V~7^qNjOGFB^X=;16usQZS)25A*T*XHNvHj17droMc_z2Z;s0j;`!aC{ z_Rkcy|I#+!&T!pbZsVti`|sWOl3i-~|8DvIscL-ka(@@HxbNQ|5~kl*|1x>6{*MO- z&#o_DXI?I2U-#3#|EEe{=Z=N-LHzj*=G%6p7S#UrTgF=NIy3zb=>lyZd!^ z`L;j15^kq*^1>VpcRAe|+r*D;+p%NunR9vj-b;V2*t(&5nTetK_d_SvpFLv}KW$o^ zrf<&InD0DskN@2HG5dJf`og-p-zT2$+E%t*NB_P?Px|eJ{rWi~$3A^Ef6r&`cI)!{ z`&#ie|FRQxq^DgF@Hv1$XQEf~#>DKkthqkr+mA{!U|Q*u+Z&P~72$+hs=RmVH!y$h zZtVN(@9kFin_liep4~3zzWjKy^L`OIEMYdsP3mAKw~z%Bsxee5s5b0p@E1~+K65tt R9kA?W@O1TaS?83{1ORlIj!^&r literal 0 HcmV?d00001 diff --git a/static/img/bank_bca.png b/static/img/bank_bca.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b0ce343670f1158216beae3794365c749030aa GIT binary patch literal 8327 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
    SZxu@z)WU+7m@d(J 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 literal 0 HcmV?d00001 diff --git a/static/img/blik.png b/static/img/blik.png new file mode 100644 index 0000000000000000000000000000000000000000..b025f6bc8e3208e9846845b9663ce998c87b4cda GIT binary patch literal 5039 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 r&S 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 literal 0 HcmV?d00001 diff --git a/static/img/boost.png b/static/img/boost.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb5e9ffeaa20707ec38410a57c501938e57c3a5 GIT binary patch literal 6010 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 JqhuBQ{{X1LfPw%3 literal 0 HcmV?d00001 diff --git a/static/img/brankas.png b/static/img/brankas.png new file mode 100644 index 0000000000000000000000000000000000000000..19ef51976e07445305e0af22c1c7b19793b807e8 GIT binary patch literal 4252 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 literal 0 HcmV?d00001 diff --git a/static/img/bsi.png b/static/img/bsi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f215c3de18c6c10b77fa48b6c68200dfde10be GIT binary patch literal 2959 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 literal 0 HcmV?d00001 diff --git a/static/img/cabal.png b/static/img/cabal.png new file mode 100644 index 0000000000000000000000000000000000000000..818bcfbdbe13528e5f4923b71e0d19aa26125111 GIT binary patch literal 3098 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 literal 0 HcmV?d00001 diff --git a/static/img/caixa.png b/static/img/caixa.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc3b7f49b650728e7aa09799183947f19ba10d4 GIT binary patch literal 3540 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 M(z~r&uI(KCKOAVeX8-^I literal 0 HcmV?d00001 diff --git a/static/img/card.png b/static/img/card.png new file mode 100644 index 0000000000000000000000000000000000000000..1b538c8da30c0e0209105f2a4069ea55a795c73d GIT binary patch literal 2201 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 literal 0 HcmV?d00001 diff --git a/static/img/cencosud.png b/static/img/cencosud.png new file mode 100644 index 0000000000000000000000000000000000000000..6775142fffaca477c20e29b7be486ca26919d0cf GIT binary patch literal 5055 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 literal 0 HcmV?d00001 diff --git a/static/img/cetelem.png b/static/img/cetelem.png new file mode 100644 index 0000000000000000000000000000000000000000..a566ec5860f39c1c5dfcb74ea7f7c483b475c080 GIT binary patch literal 5740 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 TUu(G)hY2**^i*qH?lGU0Gjgn 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 literal 0 HcmV?d00001 diff --git a/static/img/cirrus.png b/static/img/cirrus.png new file mode 100644 index 0000000000000000000000000000000000000000..bf972139a62840305bdc51feadfe22240b3ec1de GIT binary patch literal 3371 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 ZlRhS1qUHQU{*7M*hI%Htb=oem{{bB)L#zM* literal 0 HcmV?d00001 diff --git a/static/img/cofidis.png b/static/img/cofidis.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb3c5ff022a9270fa18dcfe1566ef29dd268615 GIT binary patch literal 5357 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 ZlDHS75t18}c||A5^t6m&wNOON{{Zn1E7Sl0 literal 0 HcmV?d00001 diff --git a/static/img/cordial.png b/static/img/cordial.png new file mode 100644 index 0000000000000000000000000000000000000000..28e425e1b16dcc3775d1a16d0f6cd2a3a2976372 GIT binary patch literal 3120 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 literal 0 HcmV?d00001 diff --git a/static/img/dana.png b/static/img/dana.png new file mode 100644 index 0000000000000000000000000000000000000000..da29b6373a34338e42ed074948ce1d5e16ffe2f4 GIT binary patch literal 5924 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 literal 0 HcmV?d00001 diff --git a/static/img/dankort.png b/static/img/dankort.png new file mode 100644 index 0000000000000000000000000000000000000000..760164ed7474104bc0e27994dc908a0ac29c6382 GIT binary patch literal 7812 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 literal 0 HcmV?d00001 diff --git a/static/img/davivienda.png b/static/img/davivienda.png new file mode 100644 index 0000000000000000000000000000000000000000..758ed8fad1e7f93ce79b3e71978679c41e8c7fd2 GIT binary patch literal 6845 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 Y_>xsxCN*sBpW1|`uB@X}uK)}CKN)_`l>h($ literal 0 HcmV?d00001 diff --git a/static/img/diners.png b/static/img/diners.png new file mode 100644 index 0000000000000000000000000000000000000000..2c653cc1d714c5e76b7956b6d6c7879bae84256c GIT binary patch literal 29537 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 Q2mk;807*qoM6N<$g25ljhX4Qo literal 0 HcmV?d00001 diff --git a/static/img/discover.png b/static/img/discover.png new file mode 100644 index 0000000000000000000000000000000000000000..dfde4f08df5d5d1f01e860a8c9c1a367738cafe8 GIT binary patch literal 5038 zcmYjVXIN89*QEsr5b9NF(t8K#)gS_)sq|0-1QF@Ih9X@AF-Qa{B2pDXmktp@E>#5r z(t9tVNRj4uxbL6u$DG+SXZBiq&zyOlvv$%$BOM48D-{tD5d@~IWeoItK+C5j2c9xh z3(i0X_SS{_5fR>(+lz?|i0Hgpn0- zex-xITlfrKXjqu32d?GGQ8hNq! zI-7oWSYg1{cx;-YWzcH3RpzHlw(qBZOGY#c7DVTVW2})&I2ixzZB1P(%i0m++}!H> zwrysZ%|Te1h=X;5K-{`;)+UbLtA}o=Y>k7PkIo%>Z$NLfUqPTySq^(8FWL1?hAMce zooV>^R}{T5pF6iG)S}Nx?*~&&>QCy%x-xwZ#Vbzk!hdl`@%eACDOeq8>q+Lu-+S`h zh3j0cZd0i}QR0s+SBgY=MWp3&XbVrD!y?!b2(Xn5axEnWRk9k}UZ<9&zG7RhH zKYf-Ucm7JuPM!D0ilYK=9j>rUSnV`1_XTR+Wjlb_q$|MosBcu0uB{TYu6gM|Cp4E`^eiSfA^5jhD8GmsUIEhls zXI5GoWS~oPVB`*9b^(rGrq4=*5t@!B=wr2xe~X-w0S{um>}KbYkxJ)T6+>bsH2si4 zu^4dJu(YuXR2Jq9aO8}SzYalNQL@=BA;!2^J|kGuaAj#@qseeQ;0~gvYjB~b12QYr zvi9nzD+-Sk0Ae03#V3sT7Xf6(WLW>V6&N5);h1uND_bkTDl^fmkT(F>h>tIyo0LKT zZ=@!yyEB2$72uQMfrwteWa+hb0HA1KlT_CW^lHqnvvxw)bpjAsCg`zQWN0D4;G6Gp zKCAUVlgRB!z30mgG(V8I5uY?Z4e$_58xZl>eWeKO-m*5pvOoOa=3l4lAgf-bnHYt(}ifD}j4qZZ8_(KOt>Sede{pF|E!$5#={K zgXhoPbm&yqv7Z(g8-#)Ng@_4}2QdDqth3yQXMkrduU0(?srhbzp-;>-m_kOmUZsu?| z)z^E5L2u?}<|>D#64%^ZjOcn8tDNCa(^~4jvH7ltEWg4#MV&0LC$z1$mU0@b-HWI^ zw6o#G`R5|`;(tiyaGGg<8aZyPQcEXxyX=%N(+!qMiT3eXa=aW!y}_24^I zjwFiE)9uV}%E8hFCSdL(AYf%*O*LOE;3PL&xnwH;l?TsL_8fgiYC$^9`0nR^ z+`-X=7$O(P7n7%AHmzJ!la-&3e4|djfq1NgmxSTXzUFAMn}3F~)Qp8I156e~2)if8 z?*4sznkSWz*#kTuDMi8f?W#?KnpHww8Bok6ck3pn)?|O_wO9hS9 z6vxG6wX4LofU54>Za^l6d4_(Q8W+HPPQi4Hq z%7_-cC;jev>Q91B0hoF1vE#JL2n#1w2O$ah z{#D|{SeVyJ$i-e$Q;16Y;a8ua@4{cY47nEaH*8p=9?^d&2$Svdid|=@RGe3fxWyPz zJ9iZ@*_#}FUNh)jqHY5V1UW2JxG?!-4O-Tm?)DEKcoQ~l$(mbQoDqn-L!pT`dXy8L z;k6)VRD#*XHmIC18$Az!7-cqTb2TLDHbsH~ zlAmY(s^=VkKeFqvesbuYJ#SiQ4q4he{NYz5M7sH1@Dcv}DwQd@V~J%^r+An!|Fum% z=~m}$WB7OIk*zJqO&USgDX1fvMCQgXu`)$D@qX)<_1@Nyn-qmh^Y-R5O*5O*q2OOz z1(0XE>`EC?`KkqITf4P8;LS)Kk9iHAuN{we4_v)Sqc5pc@+*pv7L=XnX6lsNozYi4 z9e)ZWQcnX%$h0r{YG#TLD2~Aa(^$$u5u%>r z?<*0|yGO91?JDHPWSflr+;|7p@Ubm3@f&JFf#j!@7c0{Qy1uQ&{TXJjbVUzC|Rz-!zRqXq39ZpbR*B06WC)o;D z@Q>wW_7&#MTKw3Qk+&lBo7DzUg1k{5-Gzi!X*{Y)6~K5I=;r0unYM)xRB4(g>9>^F zaBjm%>^<05dO8ALp8c4;o1=!VCNY%Enc6eeiEWiFX6(+sUOD89B{2d9mlLw3Twinf z@Yd-puTw6{3}#j6>Qf7z^op6RGaUU=630L}VedaN<7VirJ`NY~#8Kx6ueZqRnI&(tTwaY6}BROhi0i5sJ<0kcW zu9cO==-mI?4an=3X^dK;^cR|st)Y$Cf%j=G9c5p}rc~!l=)#U&5>}0*$+kggxU&9I z#=vkK$Nk+fS|*jCfS`W2j&l#k^Wg(Tqn0I>M7zWPtzxcGYFdnyS>g$N#hk*yQvy^S zfFwK*S;)AtW3@pzE>O>M*0Y1K)J&$3Y%WE%pL$*_o6-0NykA@M47*a>AYG(nA=?-v z_Xh8)3+C-^Zytx+vyymD*wFMBT33^TH6-1v-wh1&R~l6NKivDneb2(w3U_{&IeLpH zg+5=I&Apo~VVcY)dvGy#dVM3w;=!FqpP-epCFcfwIJeZOfR5fWYJn_V;_zr5d2@7E z*-}`p245`~qQf=D=ZisE8+d&7HrGR2VW#n~)k__(3(~TwJ*@V5l9%J1G7N1Uc25UK z`Ov>Nc`U=Rly%GzJ)VXWgRsXNXbT@b9e5Oa#I3Ren_CxU1RX(Q%6koQ#Wef7G;CAS z&z<^mXa!$6oEbWS#hO>it6hwPykEw+az#@b_KKm_%$&rs{C+%4!pZiTqH{2@p7Xu; zamCBzj@jk4>BU)6M#kSNnS?hol&n6lT0257l6xAW=9buNlA4#2kzL0!zu~&4r>S=fLQNb;&1aR;$H*b58_!d zVzomV-}q8TO3=C9j`!Db{ie8~1Es_GkQSdMUcTZVX$%5JES%#H*uCw&i($+W=c^Rz z8oM=%-XEp{S52NqA9;igX#7MT=(P&@Zhs~U9TdDk|U-`D2Ng`HpH)H%Dud3@b+p{GVPgAR1ediC9 zqMaIrXTE!3Bo=YYhH%N+4-uViCln&VVqWxHTUEUCw-s356W}_8H|=~0vK8pW1iFjU z39U{+H~ChOQ6cS%MHEU+ZXlK{QDF!izcS)n&%HgV_Xl;{mo+1L%eqN*BkY_hH$W-y zqS1CqcJQrlAH-F<82S&tGEmc|l3F%+i>@E{VoHYxwHXeADe?01@zCgnV zYmlkE8Ad!DsWK_D4g3LBzc&$`kR6z%-x`(%y69umxIWn{(jJqjK%0{`yt-^wh5XVHPLYT7Lg#D9nQ>mtt|QXegNsGJbJkB7SVDIo|G z1Ua87FtYWJSz=mNXz<`nqvdauN)nK?;+WyievO|w?W)#wlg57#t%j^hEpQncz+LCN zzB-geuzSEJA4>1ZpWo!Z`VcwZXPB}-?KT%!q%gM4lp9uT9XFgMyomgAIn7#Wjg9Tz zsEE(}nG_o~XY?ZbR`HgNl6q!dg85*+{&1(2=X6l#=YRFbC3IIdL#ow}z9S0w@E_5R z9xr$Fi{@C*=Vx7LbT6gTEgZbwJDzbUWcF+wwLvj8aiS?X$-7tI(pRSEniV-7nYp_(aKRH{c`WW^sPJ?gQ-6-ekpPNGiRnv#9iZj;EX3dvI`1AB0TPS1^zSeU({O%Qb^En?R1hmO zXczPWq-igBE1ks(koy@cWv5%EfPP$l=KHSFHm&hmMMdqXKj`jAQUOHPD)6Uv;s7H7 z)Y6MDlNS9e`e-tMjHNc*N!6F&r*5J3E#%f~G1g@W@B zGGL%rn9=Ba4@iir^bc(b`hPab=dExL)BjYegZucO#eOshh$hLgH&@{}xt^X7zX-h+ zy7aGK45x<80Fm%%t@PIiQ+siysb1T}U2cLEGB5t~ z(BkvjzYdr(-=J=9EZU~~I%G}9WDEH0W<|}iVK%)ci3wT51Vmhln^^d5FfkA-(MN^; zI3~$_YQsdjj01kS>R+43mxB%fv~-n!h~-VmcbEcAVx~pn@|{H$9TQtxK`;QidAHR% zmeq?MFl`Xpk2um9uNU#uGya@8)Nu}Zs>uolN)uriQ#93KaB`;eaSVyT7G|Z4Zh2Ql z!zl+)mk)2!j%*2gKA%RZg#%WJ!jl3;ZMH8p<`@m!ZHWKO_gdEC$eQL@Xqc zHMmf_hd>>qs$vI!SYyNC_MCZ~t}QBi0M9j;;^EOx=sm#yEcQz`d;+p*lXHFfxX3V9 zQ}-vX9^Mv!vVA_5@-xmZlu%bkP!fp!hgi%3_#`?5U%HXU+ZDiZgqONyA57%8mBnI_ z;J2dg)taRW{r{B5|93ksW=9XaE8Tx7mF6`FLxaHFKBYrr%J0f2vhaUDG->V*jFU~_ yav!lcff%K@3)3uZn3B`TfojD6D^q3uB}LF(%B*VoJO|2aM6mltT3AiQv;PBe^Ok!6 literal 0 HcmV?d00001 diff --git a/static/img/dolfin.png b/static/img/dolfin.png new file mode 100644 index 0000000000000000000000000000000000000000..709eefba38d6c0f6997e9a34d1996adece075a75 GIT binary patch literal 12813 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 literal 0 HcmV?d00001 diff --git a/static/img/elo.png b/static/img/elo.png new file mode 100644 index 0000000000000000000000000000000000000000..8781a2219d4d37abf114af8709d2813e387b9e46 GIT binary patch literal 7841 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 Z{{t1=m15%fK0N>c002ovPDHLkV1nUSf!6>4 literal 0 HcmV?d00001 diff --git a/static/img/linkaja.png b/static/img/linkaja.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e70d2dc4414fdc0da4ccb53474814f249fa21d GIT binary patch literal 4894 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 Nf@m9n8a3fD{|BF8Jq7>( literal 0 HcmV?d00001 diff --git a/static/img/lydia.png b/static/img/lydia.png new file mode 100644 index 0000000000000000000000000000000000000000..f256ba274e0174072ca1f66d6ec2c04ed9f08285 GIT binary patch literal 9926 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 literal 0 HcmV?d00001 diff --git a/static/img/lyfpay.png b/static/img/lyfpay.png new file mode 100644 index 0000000000000000000000000000000000000000..518112a39b6d73d66959cf27051936d55e63a834 GIT binary patch literal 2110 zcmc(g`#%$k8^$b1$K0v#GLB11n{`>o@h!JHbRyqEijcFB z+uSy*A*Hn`m#r~uw3f@3q?wK5d|!QkI)A|V;d$P#&+|O5&u`D`ljHAqQd7-P4FCXW zdV07aH!0q%hbqdO{U~QTb`z?p9wF%f!1n!r7tj;A@9zs>I`X6|fcSQ&a8oG8!+qfZ zz_Z)xvKS=*V9R??H+UchxG+IZ4-5jo{35WkVd^>*X*DYR>59w=jCpuHM^nRkyN&t7 zXKC*07A<0n$71cNXb`AiMwvjro4;YNKHO3`nbql<0Efy%$>M!SIjRj|5jcrO^vGgoaQDQ7Z7mNcCOR!keN zge}3$@ymo`pa09wGl)wRexHs157+$!wYIL#Q~mu7`ih7n>kya^K%v`3Tw9#1MIW7H zLIo3l+H&Ykxffv(MG=q@eh}@2ht5~usllA8HGuu8Rf}o&oDx0~7BgCCmu2_*vhNpY zAH9PDAJ-PGb}ZZ=okl;Wv0-s%?ZcLI5%?piAsDlM!i7`i)>nOe@JIYZNLZa|U)~Fg zL8%8?6-;H<*_ClFt2O|NjtgbV(NNlfO^4P-z7SIX^5iQb`_ zb#z3K-y9rmahNO}k1sVFt#26}l2Tmp0Tekdk3>nZv5#DD{oZavhWw@nGbi`6NFbp5 zs@ASU%k7tP__mX+p_7rw68lUNJJ0Sw%{Ubdu2x4B7a;Qt1(v@UbNyN<4G`*q;6~Ru zN=Us|-UnNS{G#kJ(+6!W5+>7GAs;=v;P4o#prNvtinl5*Jh=51V_PVcKI$>ZyZ?ET zK^ksO+uDD>oBCo5=Pl`Bv51!$MET&MWh0f;pvz9__55=VcMYeqR-x6#*yv70yKLJB zj%PXgxk(w~_jVsuQ_VV=c&i`w|G?wlLGmw8Ym)`YRllk|M$#)V+L9L~{_BY`6Gia< zHn9Z|lthRdghrCzI-TUW7#QlfJyV7MffK1kVnghQ6^>m?N#tr2qs1jmO!5;Mmye29A(sw%b5E4UKIU-+DbW zvKT?A_w@!NYx(|NYJHqbNRk9q+0#5!ba=d_JvDJoP-ANGru-OqfWWnqb1u+s3&k?8Bp ztemt3K(L(~+`*gcrYr3s26&jVaZw~}AmqC?xfmBIf3=4g8hbgybckgVK}u8?Q=S zPdKpUjBco$-#49&nt9ZSn%U^+{Lrq>+_YZ3M;vQU_JFK><0r8Z@auUD9&d8gTCrVW zdR)lmfSh`xuHDzi{&AR~_cGD8X^+m1Is`qakw-`YnSoSO^}C@9`wPi&K4g=V4(zlcz><*IUUY{$qW(gaqMpq{unSlfW>Ds&4hS zv?`r%n4(>4@1ma>n@d37LfB0&^T6~)OM zqjy6Izo{6_W*_dN1|%XIG}rY9ObLM*2Vy{*68)t~%FT_Pme1zGwOg4Nry_)W z7|2mK9mZaH0Z)qPwQ^GkH=}7ZrC{1Kvzpsmbf-c?E5_B#;$B-4mMt(n6KBdUS?f%F z7)(alF%LeQ|6Z&VWtLo#1kZEyV)>zP#&(l`h<2};$_@?SLi-HYu?eh+G5l9E?MI@rHr9y-y;8uPubXiX@I?5z5nZEy{R?{A(A@w4 literal 0 HcmV?d00001 diff --git a/static/img/mada.png b/static/img/mada.png new file mode 100644 index 0000000000000000000000000000000000000000..65bcf9822d323a75d7bb07513e0a9788c9c286e1 GIT binary patch literal 3274 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 ohd1vy6Hq)$ literal 0 HcmV?d00001 diff --git a/static/img/mastercard.png b/static/img/mastercard.png new file mode 100644 index 0000000000000000000000000000000000000000..7772479e9126fac4e33bd7e37718b30beb8aa197 GIT binary patch literal 3447 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 literal 0 HcmV?d00001 diff --git a/static/img/maybank.png b/static/img/maybank.png new file mode 100644 index 0000000000000000000000000000000000000000..3c638db464a1db9ca7f440f18310739058ac051c GIT binary patch literal 5105 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 A9RL6T literal 0 HcmV?d00001 diff --git a/static/img/meeza.png b/static/img/meeza.png new file mode 100644 index 0000000000000000000000000000000000000000..5cceb63c9e4d346916affcd3e13deaf2b2e9cb81 GIT binary patch literal 14205 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 Mme-K0k+BN@KYE%~{{R30 literal 0 HcmV?d00001 diff --git a/static/img/mobile_pay.png b/static/img/mobile_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..5656c14b5af8ba1d1b0295bb263d448bd73a807f GIT binary patch literal 3604 zcmcIn`8O197iSnTk!8j<2@ytwsbouH?2IfaON}jC8Zjzg35|6ywh)nhDMMn6rNRh9 z6q*>>myGNUW%*i$cY6PT_qX?l`#k5K`*}X+o_n8jmw0O{6Fv|W#Ky+PXJ%?>%evQD zQpnB4I?s>Kda^E_08_^xHZ~Etzrt>2d*&~KJ;>I?fUUY;Vu_`2dg~+g+1P4Rjvu%I zSxgmXhWgk4VPDI;jlb?K-d!-t?;2c$Z5nRld*l19rWD?O300#EhdK_iFiB=}!WF^U zC?8wv!P2|SNqoM=^(f(-i(^1A-&gLt|N5XgXt-4;q`o`g(WsZ8ryKd_=D|Ss7cKAp z)%+JB)4~0rKac$Qy;~nWm)p->2r2l}%y7osiWYE}waOAOsEPrA-QkdIfyAP=Xa`=P ze5X51?X(C2%Tp@`vcyrWT@93D|4)#|(GJ~o`?N&xAzXJ(uOTEo^d3ZfQl2`o3 zp94pn^Cp^%pX1-Rl~1(qw%TWa%chfBRm0xFr#$@bU!#(D|BRX|;3?HQo zWd*)f+B&BJDhPYKCnmE?KSnb}CIEq#EK7_k9#b16J!Av1A1fMR0X9W#Tt0LmfvY4+ zS>bF^*W0BZPHL_4dtm`5kG5DX8fv+}I0V>0s?@bPM8B`Nh}kR>k9w^IC6|w^1Si8a&0~gciraJGi=_5ATM%)YQG6BA zblK5Pd;5&L&q?mXJ;#%k0?bU|g>8InA^eitxpK?YUO8#n%zlZK_81J~TTEw4D0>NW zfF{^XBJ5nI^flC{>X9xs1V>{%CCnM>QjEdL{gOm>V81ER2;O=9uOW_U;Y0$44xG?V7Vzo{a`XQ#Kox%IWc?MJwfwn>oKPqWN%gd!lWWi0(W5lM7N zCc6kHH>xAB7oHt>N)i`sd1cUJa&m_Dn^qbhmb=aW={qNJ-!BHBVMg|}0VYn$sfHE7 zcHZXREkpkP2?SMvRg`iCtHK3=)X(y2c>+?}4&?=baM_9%hml6Xm2fblb6 zK~0m#aRv&Np{^T5Bxx#Gy<5$}cL;)y6Y&Ki#XRL-#Yg9FU;26K z%Y7k?^9~h5^OB407|K@u!&1n^Guz{nj>$N13phkz+V=;ChS2oNbL^GV32vPIrkX~o zy%eSJglv=QgCPCZ;D3{wH^-_h!$@=^XT#gCgdQ?Gkgt`rzf*WxC(>qCJ|E5+V@iK` zdiS)nIB4}+9RG#A7^W|=(@dYz3-q_aJ%$Bv;N`r2f8nwpz8n}loF>IQAY&FOUa!sa&If84vb63Vub;BTuBOWj?&ixm6bZ@&vte?P`OQzNpebX4I!;Wm;=FMn%CB zm0C7at8-M46?~+vYIsh9LxYWOWM|k%NI~Zp2M0GOlmDH^E3NC^S57=yC);6~;rHiP zjXm!3-U>k~ih)fAuzNH;nV4#6_kDij{A-s*e@+PD8=}U^5urD(9KE9%4C!M}a-!pV z@)sZ9M#?wsF|>9+TG;(A(&^`ugIpUU-XvizJAOVKP1jVczTVoEKK8+xzzxkBjqh2W zOt>s6@`hl4PC@=?z6bd3AiUu6Hq5#1I*YOtb<r$uXdW_P5|?M%(iw>NI07?QWk{O`qyHVg&Sd>4AE7oyROGOF<5YT z*#awUfX#LN$6`(0b?{u2Ny@d)e&qZUDn}WSb$0J0=$wKyaQ&IUw2jCS^v(Wi)Y7k| z%<5nEw#&|HI# zP`F0voQZb&;)bFYX7z@$Cl_tMC?{=v)-SSK`W_=Ed}(Pd{nr!?^&TBb*>wy#s73Ae z`lx1Y`=0uhG^D(!Vy*(+*#sYoIV$MsVi3s%1mh|5Xv<_bBcY|*T>q`=H2cc$y@b|d z6Q;Q-bie&n7qKBG6NF#+_C&Y2 zl5a8_x9x1-^V@nx#B?R4OSNG6aM46^`HyE3>UsRu1)bWigqnnVI(1rW z7Y4wPCL_yDlL#-Lyx`92H<2Sqg<)MIZC3e{Sxm9Qm?5Aoa~sPEfaFf+lOA8ElOq9* zrXy0PfWmia>C9jTG^3tlQdoabCeZTUH$iJxAinIL*rjme3_u8(ZoX{55;V znG&_`wo}J|Hw>F%%rYGLEC@1yP)ZfIWtomBs4Df2I&=}{wKfS(X+KnC?x`tWf;gPs zN^m5IVpGbfPum|ULmc3twknE6Ew*yFc6CZs&W73&C#=R@jZ8C)*wo0M$k=NF@1{ef zKvh`Mp%2YQ^G!Adwb&m8@N2ss@t`VO*dRg&1gc^${VIP6fq+-agVI?6@RLCkkIX1Z zr)m#>CTt1*&@Sm`QE)GE}rI(E)?*Jtg%V5_IY$LtaPh_8jJj-Ez^zg*53D zv8#f^s=?+5id)45l z_ixTl`2`@>zMh7NGvI-JqIo1P;3ZB1wP%u-D)q+J^{M;t3YqD$9ONvy?McB`^yQYi zIrW`c*A0x$48h^~;k^@=AtM5_ze1_pBHJdF6TEy(stvZo!qJU{2GU*_lG;RjpKR-% z=4+FAu5WoSHWmUE_Wcygh(mT4>=EAc$CJXI*nc6lPcxPjCdrIOCV!OvFUxEmf7QF$ z%mIp>HIA$2x=3C56{id=RzFQu7h=*A~ukBgv2n` zQ<+6=v1ThN!|+iTh4Kb_IVA*^FUsYhh(0gOms_;dWhk$IBNoue4rVFk+%F6T3)|3b zLtZ}GistfeI*=x0_6RRh!|2nQdvSn99y=DQl>0^Wn)S>joBPBgijuqVUmJ@djg`Gu zQ$m$619`U#kfx*|3w`ui&KFLXaHRMgDP1p-hT@fa_^zMEEG3XpG;?3w^E}2bK>=oY5?I`$nV2!TVAO6a35ZLqKKlfB=bdtNePb8o zEz#^bh1IJC-EP{EgyE}q&x_O6nQEv7F}%JvpcQGf;B2kLU6@uvq*_W?AZ z=nc0hnrv`Nz#8F^0XE2ZL@Mu=9yEQvmKJ}veJk50yH`d7(E1YGeM>gat(OMgBwwtx^=clD1W1GaE}{4SR;prJFi&FXR^> zBDKG9%jYbiism7?`RJ`Ww(_3cIKTpA)1;9o4o$SpV-0MIZV?Yka*Jj|aJdh!s3h7x z>VO9%WAP(#Fi?YpR@1az+(qXMcT&A1>)}gMQs>j}IxV&D1yIAq5U7zgvb-tgDPSRw z1e@SKyK_wbT@+xPjWFOF!QCAOcjw^F!C`QBhrxA_!DVoF26uON_k+8;48DB-UTwr)ZtO*M zMMq?JRd-i)=9BsUR#uckM!-h^0|P^rkrr3^>aV|AE*#9)kqxwC_SL~VN^84-fnihq z*T7{|DF3qncTtf7fK^Qqo_w7^S%@l#f`Qe>BEA_xgMraR%7}}qd4OMJ!DkYxH-7r7 zcPjjx?lN1NNbn6j=QmP?`Udqu{ts-B2H`~{KmYT{z!%|k_(1T1St))x5mpw=7lMqD zK2!p|DK5@8CykLk&3E!#kbOh_VX9MogI&hFxSR$f!F?)an(^dsm!A5wE;cqx{{SnaVd!rYtsW$d;hF$E>KG$%c6q{n2=i2)Q0NI3CnUsF zqg~wp_l7j7tR}d8zM8rC^t#%=rPDOS`xuVM-1Naa66dz>+Yg+2tH8Vn)@Ge*h##si z#6ZdY#|~$C&Gam}{i5%dBP`qbO}TR^suE-OgoVsG5$BN>kNI=<9F~$cDKE zu$_yQ3rl_+_KZ?bvy!-ElczBf8KIU|K2^X5Gv$m3Sz)(38bMAOi8Sf#w6IJ$a|%y; zp|@u%$C>B9u9tb>$T~{GUZ-m_zNO%e4(DRSRrFB!ZMnz!3VfOpNtNstp?yEfGr=kO zKKJD@{mrRvtI|>Z_0y?j@A5P;RV9r?e-l*BdqX^2PeP5msn=8iA{PKgOJ@eywM5yw8Rch>5B22Pc`e&L9yk0`lzXGRNM9k9_0 zH}}m?0lX$i*fk2$v6M(7Ve#i^nfHc@&$m)64@>Hf7BsVv+>lKY}d3gZ;w zWFNVBwBGw}YHu%Y|4J;3W@8;BZX0Bji2$$&f21)a3k4y244V!8G6lZBEOlJKJ^CGK zyJ~QZEUWbk6tU`6gRklxyLK@(L)L#j=!qD`EGf^OoC#^mW%xJqEgOS$XE!uOPIPz)Br6JPSkdz7@|XS=+^Vm$$CjMRps6+5WC#u#NZRd{P}+ht~pmVKb7(t0`H4vH*+NhC@nNjk@g1Hug=f;SjkNkS> z?flQQp8UMXDeZ7N@XG3^Zp8VxIkIF@QoVm;gd0Si0cEq%T2{*3`YqBt!WrX^Wlcaq z?p&~*D~Qb_K_EBR{;k!WBb%|q3Ob?0H0PtF=A_6b)AgBS;@=RbdBE?F%A811-dH@R2$`^Ui52 ztP3GC5-_-}SRu>bMc3Yp**uP>C9pqosHAg*@g|NPnOre%t930U9gSj&}6zrEDLesX2D5h9g3hrvMhk}H3e8w;pU(Gsa z4_2%7Vq%My?~UTr-0KASiMhCbAwGREsX%{tbs_MOhT%LwWlrp(faj)f)o_Pk~(2Tsd&h&lGrix8e{5MK;F) zawn8p$x=p!Wy8iH3p{K#5sOOXTrFAbZX0yagR*?*A|AM#cD9*6fiutwu@e&7w4q)onibmzKvn5Q3Yh>(Ji`$6Rz7MpeCS} zNc6{<&B@T~lR!lJ1AiVgr<|j?_>bQc4Qbto8yD}-1~soB{~+u-kSDTvky%wXnWm;1!RuR5*|ua)@ZCMd4p?mEac_5lp>(c>*2%PC+1??_d38 znRzjp`nyT6ECmj0aaU?H;a7&!t*Y=-1>7ZoEUcc?K|M(MwPcdjlN5s0{b|3*MPnH5 zYZNpaKyYiZAB$x{=DnF#HOP%B>Dy#u!3OG*|oIRJ^tUQUTBcflej=jCF3Re-|JNG(Khbc=V`X8Ov?*s4sfyy&jD zL^BNe-vyv-+1Bx3y-0cuVO~8Z#Gk2n^d(fVXzR#a{n`i|Qe!;iAdUUe#3VN_JfR7&Z|}m*EdY7qcX} ztwPKJd@!3e-54}zkO$S=*D|DG0T{YXJ8(Y<1ihb7k{JUfZtG|+C1;}}cOJdv15Xa~ zQTtgExdc~bQa={U9ZwPsB%Q6AT6IP*Tk#HSn!Pq&*<`1f?ys-Cw&A0y=u7>K7?@f< zVR$ff4`oFLyZA2{#s-4?yP?^y?4&?bvd*KiqG#v9%)*eP^>=X`?PxNdqcbCBF=oy1 z8~6rKacAp(xl^tSCema%(qEHf!`xkjz(;xaf;{wj$8VRAQtS)b%mjOF1ZjQs=NF ztVqJtu{Dw=@igeHB$DrdSg&Tk`f`|K>^Izy8vQ{g5t_i2ml!Za4}ghIQ&+mX+S}8a ziR?`Hf}4=lPT{lR;99!&+)|u3Wzzc#mgPHHIafe0;>*`!n;5YK9*{KWA6z(VOJ8MX zg{r@AZ#(FV&KI-s!cIh?Af}S_p9Qd@^(8x0NF2pWT6)0^@j7ZtG$tI{4Fhk=ky*GE zjLQj-u~|&8@>OTH7J@6E-cWoe1$l6Sr!cNa`kOdo6VE0f_1kL#(xgTCSQS9(OHq@} z!cj40=Gx10{NubMb$+Q;d2ULaT>b}6_lu3%NBt{-&=Z+Rze@@#;6YcpMcUT3;}ga0!G6_4)L264A|3}y}R!Io0O(;e6936psQBm;K|fL`;ysd z5g8)rBt0}3)xO6&=kxoElI!SLR>juJwm6D8t|dy!pQVlU5F(q8fH4}by`U@Ium!{c zeTgHP9p!nlMRg?yd4d%5cd}=t3_-eQ&fz zb4*?6o{~IFNZuef^&%WCv0u_6m+nvz^$|;;1t+8ww({XV@34sIz7a!a5O1W-gUeZ% z1NNl;ZfE5B$8g$D*-J6=i+GNix!{-P$AXi|V9PD_=?bxzT=oIaqT!@Y#qQO z^CvX=Sq0cr)m{hhi>zm%MyhCEoqwEsIdOIAN`ihnXPP88C_^k3H`P&&Du@Y0d4SoO z8Q`@pHs$RT$i`*dwjA*IiP?Jp-PSA&7-5!o0k`5BBjt7McIMDGCt*j=HuUF+3niYM z!r3p>^~xocfCESK5Ax-ssd>Hrk-F4xb*qCeM z<{A)q1B^p|{)@Egsm}Xcr-V#j?=eh79LVy2a;OI(3r#u_Z#A7%x-*8u;QG>X4Hs-m zJLm`G5)i^9)Gc%UaezLcDk4ak+=Xs^Xoh#g1uKXnO4`YtLSUZyOe+n%gUr8a>CPGI z%(h3g!l@_oQ!V#pJ+;9W#-|AHT2VG={wmPJQmpeGZlST@%o2m|X_<6po!6K}Mt%`L zpC?mH;{FV37~CE@Eon3bhwT_8ot8>~AetPL zYoKz3m3z;QLt!EV?*naB7spFZ;2CzLO6rfZYvWOlB$eZXc+qa1YhymDHXl@eT})+s zD_kkwtBylnON%ijJ}nc!Q3LfW3Gu;-GKNo0s1t9I`TQ3#ZUE~P^=i0JA_;<087ft? z{;w}&CadMZ*o-Q?E;5?w!x!5u$gTd1aS>(>Z1&@~-sAzR6a-^^!fH*iO&vy>hKvoY zk;~+AU^`s@iN&Tl8I%{%Af~<)7V+X2FKT9aOm8!gO;RCs*M8ubz+%4j{ta`h4WVrL zJ2d@RjiikNLe9FzEbAZPN0_oDd&!!1hc|Jf)I|n%CdPq3{7j;ooQR`w>C0uQA^8Q| zMyZhxZl|U9mjM-S>W?$!$Cb9xRw*!t96a$9)Ql$dO{+@!0(4rVKvjjS9f%%HTF_gTk*xCzUwsUL~QB1cDSf4A-v9$DQx; z!x4=J;zNCafe5W<%G)~x2dx0P565c4qip1XN{rrzh3AkK+y3Twmy@V(&6Y-zU;iZN z!H8kFVfUrac5G-81Ippnvc0!OAcdTW+C;1Pk&cWgH27KdOt z)sKL1WuMl1jM{%k&AmJBF?Nwen$^E{m8YzI=m;B7yeHrj6Kc1G z?InilR9rSQYM~K%@b8shrQvWk{V}3FH^O0&sMu^m?x7QbK6lP8g4b~LT#VfP?H!mn zK4*OC-H(2`@Z@y`xzjFG9yPn&-C#dO6MVAD0a9UKPrP$_pw}LEXgY7Cc$NLR)SI~h zBp?4KXWtrrnDXuzg?5WJ{%ugwjKSZDKw^a`nIHxgiAonSvba3cj~n}a*S#g7Q+fIa z$18q+(xRa5}vNh8^jP-ot4dtl>vcAQiHdgM+P-cYdK7rFoy~gdiC` zS*e`_zY?_X(-Rvy?!>^MH>z_Cwd5NFX7Cl{@yTT+!8$0m+1aILI1rS2oZ9^nZW~Q^ z;KDg$h$n{(uKXP{oLeiETR`C5_0FN=PFT+e_6pv)f5Iyg#QvCh2@iqDgHSv5szdOO z`~zNNvEQx_+bEKI{pJ)dhZVn1fw(MVKh2X(Z>}j!^oYdrMEqIl6M>?1+)m}3bjpR) zG>+;c(JbU*OVvSw<*n0Wq(-NZ);KEmk3h=2ng<S2@`Luw!5;R|=S;`cfMam!=okCU!1UvLBV6|J0onD}x1nM2QkDWOA=Je^!Zg;M zMwj);Xt*xYKLb@Y<#IZE74oEErlKo=gzxj33y2L+Z?& z_5I*L`J!T(^LvFyH#Y^Is&J>QA03SuZx}ZaIEkq;__1ECh?wq zC$q63@B2!Ml;#6M^YT0$kgan(QNxWH3C6oExc>QE z-uhN*FH{0b4>txE)e}35F)7vS)-yL^E%>VAkgjiRmT{fGUGf1H=QI0wr2tE9FE<~W zIU@c)g~yj+7!9cfbS1`rn5{ft2>a$jFZNTpbJTUcS7xm|9yA`8+o!1hppW$}=z}m< z%(vd)I)9ywgnNA4gY2chD|mpZJ@cN<_f&1g(jk;NNU}*8GaRBNU8T zHp#4Od!g>pbec4c=B50jhPcN^?6^$JsK=Lu7!A##TpR4l2dL3+@`kxYQ6muk>|`FT zGzz4CxAQ}Ff6RO9U9LHZk(%**`?c~;7fOX9k2^JB94f_nSN3wMxV??4FY+GA&$_o6 zOKS0eL~9&NReD&wUC`2Q{%#?m2J5wMeYhKI92`xNnl}_V>7kb&) zaUa#0)sapl=y+IY%ImI!j^<}Dd(IwV^OJ}VxfrNI&R-FX^f;$Ii&(DNVnZ0R;_WIZ z_z|SCu=6;qZptE!!wmB5yf z5GoElScR_pOZ738 zHN|seP#Yc1-0(crm7Y0_de!AholzkzjZqE9Jx=f2YsNzJ$J=n+HQwhb zm;WM0Oi=WRQpv^T7wsxl4n)0Hg|g4ubWV$`y^&A&Z^KYxAEkalYKIX+FW|TBeP!wq z2g2g`1;3>Kkz7%fGSy@hE{ee6`cDA%;Ah;gteA@@Nk*=8F&4x$g&~MG@TsL2! z^_0n9@#So!`dJ2#o!WOMWnhr`C+FN2bD z#am_E_J-b5pF>dl<9B<1KQYw0O=8SILf-buWu`|%qpttjw@Tc1mAwPO);`fNlda4J zUqdnzAI~xChgunYrbf*We~zR45&l=!stUoG;4(;P%0w$VpMhoG-cL%=r3iiJ@5oNA zCxDDnO^{_4z4Dr6G2>ZiH87H)HISnm7aIBbkNLRFTGCh)+YO9qp|b&__X7=~`m4}% zU*T&7`zUlBWTkFZap~Akh|x>fa3S**>F`ARGbRDT|Dc85yT7vT?IxS zMhHfAuK8%`DAT~Zt)(*nJvIO>Z0M}YKOtWIA2k>3*TV`kkr)lUX*R0a&bvQ7 zPb3PN8T;~K9VAwRtMgu-pS~?NrUukN#{@Yz^R-qFa)kZ(y@uQ#f0x(Vvb|L$^?vp` z^SJrV)POZoce9ACWnbpe<24Z_&+s;J^Lbs?f zJ?!aU_EcGu-MF8lN`fbd8^Pkw~ztk~qAG5K#P)jdjA+7I_B zmGXag;*%35D!WOEM%iy?Yigs!wSsr2t0ZS>l5^&i<^|;10{wrPeWnT$J_Q!UT@u#F8HSKMGZUvNWbyFdGsN7IK z|KfR9G&SJEP%tI>>GvMX^Y{Ko7N%pa)h)t*hE%J zM!kfJB}7c|@#1_@gmQdKdz$gBKwdm+>N#=DzYYy?Rn4^A^Z;Y3`|w=;E(wSrStUvT zo%}s))~zrwaxEIHeFliun&0W+&zY-m8u(^nCnqMR7kYg7Wq#ODT& zXup_%Ob-RiG+>k^vh9hp;RiJM@y86V{$(GjKoB_e<~m2qysy^FwS`%Fn0-+$r9u|v z){lB4RP*_o{NpyNnHQM2xcFaV!W|U+oO(c8stS1yt)9IAbf%oO5}BPgS~yAuR(yQz z0dcDhS0M2spZ*)BC{tRJM0dLidhTy@wovCW!qbss*N&0#QeP)ndcSsH7xhq+RsHSE z^�JD!Q_C&Q{$7D+`)|6@T&wwc0zy5`$a>(-ieuo0lZk0pB-ef~^cbfm1M&=wq5 z2GcMaghji~GvKo)aV){#@{&AnhoTOK-YTKi3YIGh7gqL*e%#z9f~~)CyI8%_d#7%t94)MY>V(&+zFabr#bB&EFHTbjIt7-H&dri3A||Wi}E# z2DzOAxVt|fjnSsltreWrOUk6oEuL z3fozS97eJk{`aR|gk1J30(2hcFBn(b&(pnRXbm%h-N0!rjUe^2r5+ho`cAhjp6ec$ zxw&5@010%b71FUkvgJ=R6^n3y8BkXfHUr5kxrV@p1Qb6cr7j8n@|DPIcH6h=;k*pG zq%y}Fb#@s_N}9%Bxs%YiyDxw_{+fug#JHbd_0`(rc>a_6F7c&qRQgFEiN8CduZDst zZ?5y$(8e4Cup$Jl@KR4$H}+m)F!iaEfJLO2aVHB7NaB01aH`Dl{86>h2)EEYA4egP z+=ko^EdWDItUrMkGI5~#&GK9XRhtxNGL3q2RO0hDvFp6Y?7<_cnGv{G*&1!c8gcE+ zX1=Q_6JzLzhrM4tVQ-Vr&JS7si^oLh^o(E;Ip#TwBW23u;&iSQiUlGLJtuU$NwAsw66!DC<3b@U4 z4ulS%!ZS4I|c<#JTgy3l(w)F9Ly2L(!oyT{pK7|)9U9}HqDuS2Tyt99XbI?+w3BcrSLuRZgR z-+7dbotzNcaEe41GcWr-kC&&z9V14#TaRhfR5I-Qm;8*`HV}_G`~Q>Z?EfZXdp3}L XthI>yiTs~T4@^cvQM?LZ81%mY8?LMK literal 0 HcmV?d00001 diff --git a/static/img/mpesa.png b/static/img/mpesa.png new file mode 100644 index 0000000000000000000000000000000000000000..c129f4048653fa72c301a39795b0796640614797 GIT binary patch literal 5510 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 Kl*?aRh5ZNO`)yhP literal 0 HcmV?d00001 diff --git a/static/img/mtn-mobile-money.png b/static/img/mtn-mobile-money.png new file mode 100644 index 0000000000000000000000000000000000000000..ffaf51bb6162ffa808a01e932537bc86eb390ff8 GIT binary patch literal 14358 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 literal 0 HcmV?d00001 diff --git a/static/img/multibanco.png b/static/img/multibanco.png new file mode 100644 index 0000000000000000000000000000000000000000..252235a681d04f469cfa9e79202a17f6a7a9918b GIT binary patch literal 11731 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 Qcd)^v#pT7SMGOP~2W+{A&Hw-a literal 0 HcmV?d00001 diff --git a/static/img/mybank.png b/static/img/mybank.png new file mode 100644 index 0000000000000000000000000000000000000000..7fedaf7b8e04fbd2d90333ff04f404121a193305 GIT binary patch literal 5184 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

    +}0RY9oojMCYvV zfywVy#&vDT7M~!{;rwz+fZi)b$Xz2W1Rt207u{*6Asa z2bioQShNfEXdfDx9Ps#61pj(z1ZEf1CBHf zfx05f(fR3Ft(_6ge||$EcLcf5WM){fNt}PI zpZgv!8nuBZ?IQPUdNZe_r-A{%AJSFx5U!`R;dMQ21!+m)iuZ;dwOB>$ zwp>kHXBvW3xx2+E>V}QdBfHkypkuxL9!d9EkXIFwaa%M5@!4&=M5W*4+|$2j_eK1f zjUcp0rpeA7p1J~MqsTvY+%1LzS5&w27^@GI?s9PBcZ5Xka?rc<^<##r!|!O7;JeX} zUZ)psYj?>_G<_?yU?R0lxPDS?BSY-1-lQCUzwbfRFg_%(JK4cNh$Bhy6e0SpqQ;y7 zIKsvAplO@KyS+^0-C%>#R@Juk0||54mrcViU)Jt9GRqCRRWnOIcPT7BtiT0p_D5Zl zT76oR!%mPg$n6v-4%Mtb=aZ>39rPXhwL}4bGj6A0^(m3p%K)$K4bBoYh*Mb`)Cd9U zSj$65cH`)AQz>%gb(Tf?TbTz0jXFUXi8V7{wsS{H`ggf|B2zlmw{*lizS71inuSdJ zjS~dg6y?E-!J_=3yzv%q922hi4jCUi4 SR&O4DBu0??dKJ2`SN{(|v)Bp% literal 0 HcmV?d00001 diff --git a/static/img/napas_card.png b/static/img/napas_card.png new file mode 100644 index 0000000000000000000000000000000000000000..c77afdc39f1f5d703baf7987133615e85ac00fc2 GIT binary patch literal 6544 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 Dvv+6_ literal 0 HcmV?d00001 diff --git a/static/img/naps.png b/static/img/naps.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3d1d803959ccaa513765844a2ed1b7d85f2f96 GIT binary patch literal 7943 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 z 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 b?}(zjTM(Is-*o@})^JL4>aumxmXZGly(9(i literal 0 HcmV?d00001 diff --git a/static/img/naranja.png b/static/img/naranja.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd873d9b38298f1b6761961ce85624e2e8369dd GIT binary patch literal 3534 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 literal 0 HcmV?d00001 diff --git a/static/img/naver_pay.png b/static/img/naver_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..8556f93efdfede276e504efe4f2b637cf01297fd GIT binary patch literal 2744 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 baHPTyzVat5q|*QX_()3f>T-=TAEW*c4pp0b literal 0 HcmV?d00001 diff --git a/static/img/omannet.png b/static/img/omannet.png new file mode 100644 index 0000000000000000000000000000000000000000..6666cc827ff91fdcc05f7efca8e60bc0133f0097 GIT binary patch literal 11703 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 Q&KgW!T3M=A!X)H>05-@+djJ3c literal 0 HcmV?d00001 diff --git a/static/img/ovo.png b/static/img/ovo.png new file mode 100644 index 0000000000000000000000000000000000000000..77503a06b67876e2abe3dad403edfbf0691bb0d1 GIT binary patch literal 4082 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 OOeWV*Mzsd65C02T1v}{g literal 0 HcmV?d00001 diff --git a/static/img/pace.png b/static/img/pace.png new file mode 100644 index 0000000000000000000000000000000000000000..e41f403eac3c1043aef9963937f7d09d2560fd0c GIT binary patch literal 3812 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 Kt5b=_Mf?ZL@%3f^ literal 0 HcmV?d00001 diff --git a/static/img/pay_easy.png b/static/img/pay_easy.png new file mode 100644 index 0000000000000000000000000000000000000000..17cc3734a68a295e167252688428eca425642b40 GIT binary patch literal 13167 zcmcIrQ+FNE5^mDiwr!hDa$+?;vDKilbz-xzZQE93+i7^h#=N~h;Xd4l*|YXq^R)Lj zYu0?sokATE4ijr5k%FWs;1RIa8p z>!~Laz57Q-c+fJ~sY{?BA&7Kj0=8_$fjs13@swcoM5aSK@mm>jaT&PX*=UFbTQ)pf z+llUSV1w6+)ywAVhx2rHf?1{fk$KVIe&GD3VC&TL^v-AD36zYC41m%F8v_GF1yR-r zK7uZksxBCSC4m7Hr-&qnXCg-*j)zK#4>ys4l$QapQ-P?d3h)y9{)Hp`f5SPcln_?~ zaRngnIBvA(i5KUNZVMMM11GM+c)viM2u~e^l~xljB~PvPl;Sksvotk#%>F?Z)6f{= zV-9x)#%G)XWL01^nWlyV`SE3<-NivLlE%_nPyE=DprOM+id0R0;aP6v>MaplmaD!R z1}_cw!kR5)+yu>gD6}7^0o(KNF@6+fH#2l_nBT+5il=uD3=;+(RM6+Si>OCU#si7; z93EV%bP}UhftgQ23EGJss$!{7B(!y-W!6;OiU@A%t_N`&74@ABn05e7N!(wHZ&V3! z%VIWEw=jW5RLE+{?}M@IXz#0j3~B0G&xRd0m%pm`HeIIl^jh6Sm@GK){D*I-5@;c) zK%-v;WF<*u=Pt1Ap5_RX%WQ8OXl=&6zsPO`Vk3WZ^#DGPnDH{~gpXB~)QM zK+(<9oc!Lg87z0YMwLiwcz73Nx^+F?6{qamf*6L!(C)n2K}D5#;^X_Ro6z+>d6NtD zu-h=3R)l)btyf+}#46E%B?NKNz&Xz0pW)p(*p<8{I^sx%ugIAH08=OyPLiGrUK{0E z*;T&MN^tyfG=!4G3utjT`HuW6Lo*nwJJtD&Gk`+frE@Fx>T~qi;S`#aoZXllUI^<4 zT~T9m7oy|giK`B?!@4?fibm+Z-?7UvPmwPfE73=RV&Nm-2rd78G=HfXUR>fSQIrr) zE0wPtrc$zB;xRj{xl$fE6Iii;iPRDO6%|CgUEBYnoQd?Rv6^Ag2-#b6+lwuE0JS90 z5wXVu^{6RM+sUi2IpgMrWrTlnwGM5WbkWlhS9hn zKgma%1fkg)h;}g(!!^4M9{iodM&hDnTy1Yf>GeLs+;m+?=W^wI-GYiZ38ixICqud5 z+YZs3nf$>;qitjgLxD2`=u z)NMu%M2!Z}lcx(iaIS>Bcn)7CZKP^CsizwG9sTpynAkAHbu!Wk2{Ho%) z5igNB>SLoj8uqp0X;dt~qVuPIAg#Y6zkQb%%Y2e4A3k<|EhX!4tT)S8(4fgtWKRL( zCe5RY)kJPO)IuT!)h`8V<#zbJAuA;{eJePYR9Ml^sW6wgbxXYML_Yn0FAK}!^a3tB zBjA9;S``02c3u_t6%}~tGS|caG|fA7M_`6IUAOS zz-0T=58kC6!mGWsq`#*ME(M6FHL8scc*?XGU4O7f=CLb(nGDjyI6#%%P3jB1+s0&3 zZ}ohkwWwvUZE8oO=v?4}A%W{n4Gn4JxL!O+HJzSxNhskDpv_cEC$i*a&5aCHXY{(l z?lF*Z=^cc4O~hE`JP7fvc_ad1iwfN=N}oIgM4<*a zkg?j&FIi@(>G@$w79dpt{$0Fqz52*1;UrF!umFYG9UOG3j=UZ9&HNeeP34-Zx3P*Ko zNW*@a{%|ezfue{W50~)U{wE?8$Qwj$yV&CWeP@r*f%Ks-ZD>i~z=~z3%&gYFteRbk zk>tI9ScaOlv4DZ{tfU{TRXH4pD6f{Ep)OK+r)zFY;hI6DGu^(BuQSB&(Mg(7JUXK=X_$7sV%V?0T^efZEg-hM@&5uYL+;O8R119T^4X@s=X4-g7PO0erb1kPib z4W-3w>z0yG*&=v=ai~(TX2F=ze4|}hUh7T8`;FBpiFjHvkdKf_KWa&>NYpWIr_}*O z+0DcKCw(L@fzQ@J_X}|)nr$efq4os^+N$gU*@-bmW`YYOAEcIIL1vWc=pvc)UOD6P z-fC7tEkqzH;cmCz`Lp!Zd(9BvHyWoqahq1s*K?uGgkrk)89Uoun-4OVR$jeVPTT7o ztx)ghWmXn)%j9WUfESAt0y#iKzmdR!~(zP2M_;f6_yD{!bMF8*X5UU z@PqM8zt<$=_{fP7->6Fh`SxWsz*Gxgz?XLR^k-4ESegc*2~&iO0~W;~KkQ8l(cG52 z26<=bKV0>7*VVQVW*aPPn;H!V^Vf0Rikz>HEszbUx}6S`1MB&IW(mkJ0NIA6QmY!k zV-U2z9NZ_2oS3S{*{^vz)54-AA+Ue;=*PBmHcI&lM|aufF!<>GW#no{?ISf)>T?(m zOKS>7(=_58rDWY>njG&!fq(E>lXQ-bhYFn=OgAuZwzp?x2r9z+F=W@BALE@XL0KiR ze@tFb-DyEWgu*xiOJJ+X*nmmQCsu#1rd$!uq)@1(74Q+xJQiAe!*;;>*yXRP`86h4 z+9}59ggl>+ft|93b}?GN*}t#B%HUyQu~sq1ywg!RPBuQOjnuVjppxa$;MLuGJ{-?Q9tJk%1UQ+?wsikwND|L@tXXbn- z+!lDTYkFabb`w8?!xU$7c_v?MYcY0S8f>e(RspJaI=+v*%Ob(c8o>~xj%EPgR=nk~ zm2X+Q{eZ8+bNtW?7_8q^ zeiu8$bHd3fOLz?9U5~T3jInDcgp3mnb#>VRHC_mK;qPPyA~3AKqxC!%ExLg(Uf4Tg zeZw0|eN$mVrcP{p&$v14sEfSon{QQ`JmScz7~+I73u-Zs@r=zQ09b{&NYMadtLjWgaII0N}5sn-U>k9+WLk@qn!30K%|U^=O? z@KRz2BHf(BB+KJm6#aMUh^Ll=0FE7)i@+$cgH{sc1CeuZzRrE`~ z18iNvA#$0;RhiCP9Sr3w!OGw9{a4Q3~no*@Yy|H_PT3}z+Xj%5uWMiMjUHMgvzBC1ZNxiK_tn7ege|9BAjL=qxcV{ zz%`H}Q7(~xR*`c22Y~^oTef*Xp5d}5^q!CL@tmSDB6e-Q+VR1>m{?jI$p)IM@GrWz!pn0kWZy~_Q; z3DP1tnC-^e9$euasoq!mdMKF6>*--|vpcHp@w^L^viHfl7Kz%lj2U2Kwz?+5qV^q3 z5iptOpTEU0ga}lI5zytWj>4?uvuxcXAkecTd3(B3(BX}=xzPVqSXo`|&XnI@fN(n^ znEyo;8V4_96e4K;o8TiL;OOAY{3`ZnlHVoo)U)lYV!}HrZ%4$pfdo#pw&QfFYamq6 z(hm-CUV>aWolV&AQNJ7|{`q@^AhQ+s#02gg8Liy4>I?L zSnv=*UqL;w46X`x`rZs_C@X4klQIxXO^!}B4ht`b$E8wE70S3n{KZftEHq>w$re?y zTj)DM%4oOW0rGBG6mvPF{_fA>RFRU~`+1RaR8LM1KXT5j_iKt6pK>a?CZ4%zHX!K(RIY z9@wcVCB=E0n1~D110@v$nF(>HJ+L^{SR|R=NlcZb>^IYa`frGbL#)`o3ETwN7a~tz z^C7ZjjJY+6@#;#>O$l_Ss<#qgJed4fZ5s-xE`Fnz7iA=1YG$;gd^T4%5OY`cXkpVQ zzExbdEvb)Qcc~q!_a7k#*VBkq-g~a z_(1u0uGRHBmL-Ou?wFY@9Q;$Vdw$kETRJ{&ExiJN1+W5>Bp?AzNttVGqY<5Nj@`oo zTe<)4CI2Z1k1<0wq{i+9%*kVy0#!Bk$)idvnc$i*kiIf|AMS#(vU@bd(to?@e~eNm zac|${T~>XpgUzE1UH`tSZRK7ZF3YIbDR`1hpYWHV&PZjMSg7>etgdiKcb<)Vj|rWZ z6!s^tp~RZiy>`3@%Kn9Ryv;N!DW*`e>L1mZ%0RiDnz#<*u$DF$TDGX_GXp21kP(vg z*)j5_PX`IowSn+70LIVzXhRB7WB#>t9EtY}c5ZE!)`;z_bT8;><|mT1{Bj}mL(5Et zJ@^L#a8?k)`euYjAy}@h``@>r+0`}4(Xc^6R1J6Q67A?)eJ%pNOf8$nA_7GF2 zkL=962km2rJwrqRskJyu*&DMbCc>HBb#&}9QH)}K`wXj!<9GZjX*b(@nzppBTE_f~ zw3XW~IUPr*9)9O54%>m22}vH}!80)NY0+tpM@&rFUbMFusSAEbe%L@2r83GX?LcaN z!@)3(UcAPV2_}2aEMU5STsYD!Rq08?Z`Zc8CgsSOW3uxFnhuCe=I{xtK>NLy2y7{GdwO8!hUOv(sw`*3)WmGmG4_I;VP zaU2xBHJ=@gE2XHJQ&R^@P(I6Sm2ubhA3xsF+=wlO%iEnq50Ay=z8DL(4JJj}YheTm z#`djT?g|J~D#@yFs3w_^gSYq0!cI*@Gw6@Zs|T@EJ6qM?(Wc)HjGy=>4; zf@JH-1>MM}e}D3l%pB9h^_B`zo=$6+IsCY z^ykN}Z6qm6%R1uhCGLL)txpq|S$SuIA355_QdTHq-~o*Rcoa5Do8nkhSy8r;kD<5@ zY7{!5Lo)2;-OwyQ(a81jx$eIs$A|DjjY}iM&;*N$bP^xeGJI1V=re@)DIrh!Y86EI z`88 z%i44erRx!f95oIh7&1YW;sR7;@4l@{UeHP_Q9(_0 z-}V2jL*D6mwGFrDk)xu+yp-QsC+-Uso_cyNL7)g6$!v{lDj2x-cVumP27VRNHvn*H zyzqCEK|i<47Pg2E=Bf?23A{ID96U3^Lx1(L>Jz1s3YTRD`PxQcA=Y=Jvc*Tu=DpT}*IpZ&)XKX8jaGy$q z?B&or(l{@hxKMDB=^^#wASm$mjAqmK%I5p=pMIOx{;GzIZHH~QwvF2{8dS~Iz9>X| z_VFN+RYTc5#(dd3w{O)Vt$1tc5%J*$3hP2*sRx(LBcOOZd51+)!oIz&CrF9rQ*O@;NJ zu?eb($c1RBS<>s)(N5PQvv=Gc>w4E>o72id$`=rg`A4RAQcjl9%8>K@Xb?ZsGF!_0@*bm32o8BqK?#~yYA0r`pz+sVgmG0qgFZ| zm-=igLMYjB9{3ou{&n`ccGvUM>`iK82SKgXggT{!`gfg2D^Crjdq`7BwJGIi!wYJT z$5T;8>igm&#)X7Q8GROw)?*AA0fJdWH)|G1ju!z`PT^n|EgRT7P3&w9X7u0fco43| zD<+2nIa;3La9226#~uplEeU5nGsN=oDOjTsEaQalX^T)T;RrqbqxJI#-S14~iwAW{ ziWmBs!DE87TFm5GXr5=t^-!^b_B!Dj6D2pBW~c5scxj6}g_0VfcXt`lv{+O4owgi6 zzY(lWrzuFlW426Iw5+00eaYo+99iOd)Ctr?Lx#q$=uy&kBDXL_EU>%+p28UbrF1Dc zUo&N8D6unq*)xMUwndT{V!Tqzd*v52RYP!lF0!!%#1<8Y39yw7-^La}Tg zGBh+&L{pbt^bZ;WbRatv&JMs4*T`>yB#Wc&d`a)J8)FB)%;@ghTa4>n-kHJq5PpCe zK3xV<+K}SK>OAAO3JEda*S^T+_#>-Hm1FazB3O@OyYm67GzbY zmx!&~7!P+6TvA$}z$8_%>b~ta{l|b;=n*_O_+zq07NVW^5r*I~#umRpv98W$4B~92 z2}Ug0Q!{q!e&Oa7%NQu+9>qUVaW^D$cMs8BSb84zecwIUlAcF+pSn=}~BV*oi-vDHjr-S5hH2vPY@ z3$=%E_u|TAqFX6BDGlzdOSLS12-Up55qV7o&eZN**ITGBHWfBBVBSyZ&(eRfYt2L> zwUJN_#9X*d`mXmYFnSSKSeyN0s6_I%Xy|b0(10)^KHG>}ApVinq#DJ^$+6kRMTyCD zPuQ$zwBJM(IZW;9AkC;XovoECsy8$wJP*0EmWqav<|k2__fN$!S(kx%Z)i{w+O9Rw zlng;FYW%MdwIIZND;4{8+E4_MN%ig<7p)1gc+6#-Q5DYW{&(pMZi{+D9#*D|Ov;er zp*GWbLgjHKPF2&P0s}A6sV((P=w)E(^<^w%!Fdz@FqXJLHZlYi4K0l@$aC5uGU*ds zYXo8rM^lv|h1ZOJ;N{nbkB`UuDf37z9Jr<(8!q~2R`-}pW;#y2u?#8Vr^wJo5ya`3 za(gy~R&-1U4XK$)wo$`roYxuJ`=Q=1mvRB$jKc$$TFcQyM}1%8tBk_J#nw0l&T{v zsXwbY#*a}@uF~#)|CamaXp9PS6&^AK#Rsl?;r=)im_5Cv#DXKIUyH?GP)*1=jIL_y z)7?(Qsu=Gt<0FgvT{g=tjY`ju#eHloj$yH4IWv&!2C6N}+4YiRa87UUMGMXE039rXWn zFvJDbY&wOw{%xHV`VAL}m`Nq1-JU__t zqyC@JbKep!QDY{BkmI?pvsxWg{dKYoOI)ImP+6$^Yi+MDmSQ!_9O}>sRASCi-?Js| z{?R#($q%VbdTFDP;S%@XH}fSGT9JP6H* zsNCM#+N!x%yn-4vfbo)9J?Zh;%g>JPgP|I735_Y6+!&b%JL#>dh7sMdYa9S`^=vt_ zyGKPcylEiXGvQanhwcTzj-3L1I<5_$~>T7On zpq=2^^&fw4bY)Sk(4!Xn4z3XSLx&|ziAF?a(Oy{It$X)*IDzNqRkH!V&=b7R=Yz-V z>ad-W66UbI{D??pkq!zNyo*5s*q+W}qMeso_qtajQ&KHRUEx4zAWJ zhfdc*OoU$a8Zn|u`##d#ofzH|K7OtUJ=asFJrlF;PT7N}14FmJN^co7HBqw8hGYSv zZ=SH9+rdqm*Tc=u@rih&SIq0=|L_Dx?6Gjf`Kj;B!KKMbM9K*cb<|9PM?5aQff$5w zl9%TdS^rnG`CkPYnQ@%u7wR0uXk>$-4x-?0UiLCV?cc6bNh4=4JS`Gwy{AHk3s`Y< zFMo-A9v@FoOhFEb{}JHna>Z(P6?fuLwI~sE*sJL3*M*#W9kmf~oRJ{>uCnyI7=MCD zU+5=7kL$6Mkk8Js!}u8_!KZEh(iZ}PuD0_X-nSMoBI!<2X%LR?!LVez9O?kD(4dF{7e|~M}|jSUYrlf~$av+DzVkOy+9t zCfBF$Exn-6X_|_HE-ntt<-Q;6QJk}WqgH|1pX*{A+yDg;LE#kjBcV5IUwq{d`s%shr_IXOVZfM%Bj$3JZaClZ&}k|&wF7DR=*@63e^-LkPqE2Gjb#Z{ z>J9l>w=WtQKh^7;tVKS9WJPJbo8lwor!zr2qHgpxZEaBW@F?5miRF$;rTFffO^bDi z+#d#|jBs(Iw6U^3Su;{2pv~06G^FB`2OG~H!%qW0{63R@fY(^n)uaMk8vd-*q|?J( zePg#Wk;GohBK6g=<9b$0NG1uZ-EIocr3G)AVqBfcN3wZK!6;;e7#@tc$M&DYBb?1! zmLAjWpVHR!Rj;s$YyPNe<5k^Lr0KXqv?LScq;|so_=Z+aX(b& znDtIh-&<%+M9PMs7>{O5BuQyRjGrR%;)HszQ@8GLyIz)!FR?IZ_nJ1I{u*Jb$ps>> z=oO=wVgNZkW2?73m?1)<9%yCdl;E4A zl*_yD4*e`LS$=f$bTc=~{U+dkX$M&A!GyCS7!aZV^XtqeS)?}cMHu!Kl{>F_kkSYG zj%lKD-Ek&}(DA5%{%O5q7}#J`(FQ}om-L(FmfL6VcFp5CCWs6DrJeGYn&LX-uzaVf zn1W-DgLXIBMs66u1TU08E>4>|Gt;*tQZA9IHRKy(KShP_lBPx%J%4%exL~`>oRtKT zxwgodRt0EjcK5tl7!~bHu}eN&yT1-~S3r)XhM6qkp5{2DWskZC&{GCb~)udte& zF=v(S`*^g8L^n$CqR$-BWLYJ|Sv!NXMK(xym3+_>#*1M+RFpSA9c7{1f5FQ%8T`q_N9`;(b5&BI4T&@9(Ser_TON7TpRsHl!b1Us+H?mtX9@LwvwLu9D#+7`Rm300{Ts3wBL_wuknsS*na0)4>!upkKvLfn z_vgw)&Up5D%5DlPGk|EqpfCckB0h3|5+vlFY-l7Nn3QEKKMv1J=>Kxg(sjK~zS!z= z13=0iI<5U|L+1TXH&#)B&RkkVhdePu*C&WYi7NPzCOjoH$BB?w=V6cYsYIir1}(em zmxpKQXOTtBo0A^1(`{(8YUVYB(}Ha_u;PbBn`HmzwtU2i))>zFDw#K~puJI7hW2I5 zyfVt+zL*-l)4lC$l=YX?EJGQkN@e=2g?URt=aelmHwury5V>t_Y*8Tv!5|2N>xi6`dqEa}8A$1bf z9@KRl-RB!Cxnch~kB=GKW-P<%;?E|OL31nae-HK%@>p|;JXIA+UX+WW)twa?$70x% z{0Pk3tfFYXt&q2XPdPPCO_UMhbE;C|vvN%^i%-X(<)C|3LRjk+p=jCLoYUx04qqG9 zLF+eC{%DpXF=6yHv+p!cU|+Z!Ym#*4bfl5}ba?nB$8dmMDgV+#m*aC!-MHrvDO*A( ziY7?2jLv3GZQaai&13T|!v_1DH|27@U#Q)Dz_ zUwJ~FqlYkNYC2L~)(T%W)CLk~{hf{{C_Ea)dBR8|Qf+f%3Ljo4Y$UCuOgSm~-xNHF&UUpg9x8 z1+>5#goxbOu74(_%gK>Co&u1B6svOw3&ZMo`e=<2hU`x&AxsQQPGW7X?iY{e-d27dZAV`QSXUiTaQRsywmV3YU8 zb%Iy~O5?R!!@tYo3A7@z^0~w0c)8JbL8uUY_v=FD-Fjx)-_JUsNS;+rTrOhgx7?p! z*&^=yD(aURTpu_}+R?T$2iPAv*G;QFE;XEbdy<4M=ks3Us*ytVuR~BYHE^Wq`OKc# z`yjQYz<8CpSd@``FctPpTKUQ4NKZ5^e>ATQPnJ-#aoXgFk=xvahEK0MH@m-=6uCk= z#QX7=dnlfM&k=fW$@fr>BS9*k0Gpr+T*UaYN@3a>i7K zHgA%Vt=p|9)tBO_41%3Z7a5Ry1P00}DIxiJeNwylMxFAJ=L8JIj)RZq@nr!YkTqu; zwg@%af`sk-<8Y;gk(T4rM*ApLU7Kb?x7mn}Q^n5FaNpt(wzi0eu5v!GLPus;KTB+m z$vK&~JxDN}%N7oWL4hWv*c~dMLI2^>QNimVsgwn%&F#g)F$PH)U?O=@h-(M9f=z_IL{>M&Mr$k^EdJk1fiuyEZ*(matl0|K*Cv*^%Pp=ob+7oyw+gOJf$0i7hQ&~CD;|NESUbn2BXh`9Sat}MVoDFpj21mgP z>nEs*eJWopHb|&WUvVb>{?Y09y>y~$4>U6Ssi;IGIv4v-R=%!N=PN#74KG*Y0pk*zWQ0tBDm$R#M15B#kfa6_IUY+6}3pA^C?<^JYavX%dCrBpW=CX;20O pV-8WjV)p;P%JIJ~ibQ|H8WIOPqk~s-$ol%{g&`-8PXA16 zl$E*JB*75rQ+#lKlsH_PA6J5k@oR%f!yk&R%!1hzK+#wa7yR z2^|?3d9krET)Bjz^6N|Xb8&A@E-uFx6%`etZBuaR5FokfXtxfG3DhTWI=+>$m1S&UkG;Z3 zB9S)7%Jh?_2?GO;6S5)JTFF7XFLM`SRcJrYPwJ0zeR38klhIqg`59mJ}C%g?sx#~zKj zq6$ElU;*%SXDmw)2c#TJ5i`|dWycz1L;#vJKTz9vt~$p8_r*Sb{LG?U!Bci8Y7p>p z(m=$7Tk?zFg>F`nn){2v%{jeG{mJ&`=J~|ZlJ^8Wy#>YG_@ZF6%w5vFZ0vg|uLjl6 z1UJ9Q(kX38(brwk^sQ=ZKevyEkj1yD zAEj?*-#d`D*<0~mSyNP)*=+#y-7yA5ocwwjdiukfbih7#@T28Pc1o$w-^9ewCU>aG zfFyX^i@`2{@pn&8)ZC2K6S8T>+DV3Uj|#V>viN=q*Ll*A)}!}NuihY|4i3&OZr(IZ ztvSUVvDMO+vq=BSbm%E!RsFhk|5kV_BMk>#`={W1tzHMnU1uvlGsy(#(}Fo;fm_PT zHKDHFJH^J`GQ7UWk!O3thu_C6Jwrk?I}bkERo+jQn7UurS*>#FWqzF0;vx8Y0k*fj zZM(T%{Kp~I9+T{ zH1vR%UXpU*#w{;4@TYevr7UEwJISa}reyN?xbyTue0=;EGIjQ2*JY&y@Ix9l&mi*X z!~|oNR9y7vpSXwA55KZ?Bp@|9U~lLRN+5I)1rc|!C8sxDDmYUMmw*v_HC%b07gBvX~yhYWYf|9s(k5kPMtsD>atwD9tlYz{r+v`EXiCE0+aEqo%b)+MFZ=9 zbnYp2PGQQJXkIpzI?79FYmbr!c24ab6i^X(uW(-CdN!8-7IS5X3@WZc+3d(= zR+tnPAe&Z8si$WRSa>ETb}mbb3%R3cY;9a(57e8`0F-VHTP?uy%# zxOiB-@TSl}Y`8##oXXu7^Y$@eiMlLTLV0MtPa`Wsz$Fx)baO3Euxy|>m@&q+>^d@K zSGy*Fkzz1lF)$^p3mwN10s7${zAyPcWx-dp?EmHQ_)tpdP4o8UnbSTG|GmN^WkWCamRjrQU1#E1Vx1Fh zd@AJKV!s#ZHTWPonXmXax4fbSIy2Zey#oiASrc?&_dCkhQp1|<>U&fRYvdYm7kMdcSIfU$a9YdKgwR@&JkH+JTZb8mG@H^ym2fTS58HZOvBhqk6^Rl3H z%W#$upuOEtle)QsMViuoV_fw$qjl>Cm;i4Gjx$)FQsd6V*5VF@ICiizma9<6&C|d5 zW($oVzP`n$swG|Tl4po8y0tp5*Y9w%J)a!CXEuD+1D(%$B1rcv$3!Nj(&NLL%9oQO z6m?BQ<;3#6+fdICel&!Ii1lr3?a{`YNM8?vExxvf6`p(Z$C~S0L!H%EB+M3WC^T&VO%FNVYW=%yPNpCxk zRpA*oe9D**4V_6MBb*h6xk5Cx1X8O-ii zO&<>_Rk##Dqo}Ac)|j0}sT4X_{Q>Nu=AoVN%z4-TQ2Bn;vYq>axLhtrsivyLxUtS@ zAHo}69vWPC=nE@OydkS=XrzoE+tUO`=VqlZQTqnZdx6Zd}U!Kr0|p47M3%OjT9 z>zKClM_UHr@m&Uw83-qviq9fWQ`sj#?WBdNyKPZLJi%NNvl$owdRDJCY4W&t- zsD=)pjGSbL8Xa4<1^!5A*CXBpBAL?E-R%Q)DS1Jm=)5g;(|%%R^CP?~vUiEgLSf6j zu&L4a5w!#^EG%rSDeE<}&d;Tjs}8VdSWNSP+Vq&SVR$h6Zt}3?+jqZbF>aoEGp<-P&4*I?z11_Jko+1T|QISavl5A#uenr<*KCLV$zbZ8zDjBRi z!9&T>hy3cMIy!G{pfPeg2hOVfzB2j_h4{|eTICTDtWIlXc>lZWW4&8@q|x4^lKR&k zJN#fTEjmj+hqdaDk3K8-mtYz*Fkd8-K;0DYMgsI@wBFC{_vtc=IrV3zdg&^G5p?(y z_oCL%^b0QENXD!jxMuy{d~BE^^9v|(Fk8Ni8u7VRgh<2PyspliC2_@CJIkIm5i_Sf zFlA||qb|+3Yi#GKw4$l%)BWH7j>x@`cX6qiir*njzeTxr1{voQkd~}WsHEDeMmOzj z3Y%LFO^6u=aWT9fa3dcfmf=pb*kdx3gdR43u&LGTr^YL*^WU5Q@6&n0!pY+OB^;A zTDGN$A?X#9Z}BySPeK>w0sl%S@(b6hRG4B#!f6?8=j=bxMxo@X5EYP>#-nP_9NZ^k zXX~g2w4{X4jIz97&jhC;_Q8#u)W{8Yl(95;i=i&+D@g>gR!!x z0$OVbJ_3<0avMNb(*RYAMC1MgD(QDK literal 0 HcmV?d00001 diff --git a/static/img/paybright.png b/static/img/paybright.png new file mode 100644 index 0000000000000000000000000000000000000000..893d07772c440638bbaa2dab372dfc6d746a3d83 GIT binary patch literal 10211 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 literal 0 HcmV?d00001 diff --git a/static/img/payme.png b/static/img/payme.png new file mode 100644 index 0000000000000000000000000000000000000000..c61d35ce1ed61c909445b48590617f7fac9f41be GIT binary patch literal 4134 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 literal 0 HcmV?d00001 diff --git a/static/img/payment-methods.svg b/static/img/payment-methods.svg new file mode 100644 index 0000000..bc15e6d --- /dev/null +++ b/static/img/payment-methods.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/img/paynow.png b/static/img/paynow.png new file mode 100644 index 0000000000000000000000000000000000000000..c80ed2670a804abb2d1cbdece1a3f4514b0fd00c GIT binary patch literal 14018 zcmche({m+Uu=Zoywr$&)aAHkt+nAUWV<*|MW@4K=wr$(?c~5=+!FO>kdUdU;zFn*O z>Ha;@s>-s+2m}aVU|`7da#Cvl<(vN^9}ecflVg3?;=cs%ET`)R28KiZzX2|0Z50yI#j#tWvG(Q07e|kxXy+UA1{ld3}8nO_GU;i<9G+oT#d* zM(NT)FwzaMVFhDjnc~ItA|S9MNgG3l<3&)^hDabuqU(s0M-;$S=A-qiLTRZ+nfzar zvxq_D#pak#JzsI*zCE%U7?45n?2wuhOnv>HcQ!Nu9-rr3zxVt$8Ag&?*MD4jZ$LHn z7P3<2RtgpFiyxSfGG`f)o_%vQ*D&vw$rGP{otbaqB>WBI50tvPh41`6v3yu2E}IT{ z1U?Q%Xc~1vxTWL%Tm~5}a|^|<4LA35AH?kOByY#SDvTuv(TH!`PGZ`Dm2;IKSFM!fBIYx5Tws5Xty+eIt0uvi97(c^AhE zrxu?mAZfmA7hc0>x|VqEO!7oRg-;|TDk}Z5(Du4y@7-zSsrYdfEobXeluqk6#BM( zeVB)DCAN2ks>ePjfVRuVzLA+&@h!=GE!p~RPH+R{mZt0ZhcIjU_mL{=TO-oiF&uqP zSRlB+XA?3{Sw+Scle`oz-kU=@J;+7ao=18s^Ecw$Zxbo*D*opvM5phXjF~YQVRZ!L z>&7+v6>qc%l6dZj$Dq=yCu07HuYO^;X)d*B?)ps9R)}~k*uu;Oywm6JyMULC*^S7E zC0;@{)gXgpUUws;e|p+Uo7r7#sAKm+oNVLpM5c-I9_n-Ox$LMs-=8v#P7ZzUB%@^V zT}!-Ylq>(%ioZKxhJSuFtxiOv&>VZud z$L##qYlzmb9>Y<0_cd;uFyFsEhCoVS$sasOCaB5%#2Ehd-Ju+BGTh@3;bx398`3m( zu~I~c3g(!H7BriC&N#04X6{kQYg0&Lv(6M|0Ei92jtEyN|Bv&vWIj)>AVVxlyz-W9=H&LL z^4`e6@`%r(48u7*8N#LKT_%=qVJwM{FRQ;HDd=Cvg`@pK#vNgKVgnUxOmiQxxnEFw z+8WB1<8?KPd-pmOEiv;2RiWU8&R4iXVsakNFMHix$^N)FNEK+tE2D(CyNh`dD~2=G zcX@ZV4z#H4u8WVboF;B^M1BNs;5rC_WhivrI350GXM7rfyFc0EgL3J_tw&y*52+bA z(0%D&18=d+Dno_jg`Dr^M_7#L6@wPw@}&OpQqn(Cm4$iZ^Outgt2!q#M&C~L`yuxx z%nF`>h1WKyj@V5LM{Py+W1+GFvMNC6er!euCNn;9xg?a>243gBMO(aOJ)iBK%`Qhr zB4sHlH7%|p$eB>>M?KS9L}c)k198fHS!nP1ec@#e4WG~4K%?KN!&<2}ib)*M+H?v& zz{FFfnGb<6z=t^bUVZW^Li&CE&q-jY()gGTtSBLHWV!lx&bzV;*bJn?51 zHa~Q#!b|^&lQ4MAE;Xwk^F}`=Tn5NS4}ZMJA3yoHSe)8n!oUCx%F=9uWY}Je*%V8v zVG2GaO-iUD=nD);xevFF!(Dfft0^}jA5Ax?$IENnXr%)zlXkVTk(*K$Uo6v>)o{=y z6~a0b_!wYmg&A_$$q?M3T;~PQn8IwYXji&cxJv%?XW5eFOGhNl zM!p@5&);qs_*3_V?w<5%7yIynaiQ~yd;Zf^liz!S4haZZWF1t-&R{ZJ5${gC_*^ah z6$65UjrFSz@+55z@JnHGp9#r&v8--p-iqK3a-&YZS2LN{Y}-*Bg1$X}p`%%Ay;WTZ zp=x8xLESSpPHuCvDYRix@Cnuw@|*%?hy{beYseXA>1XMaJ@-Mah+Lh z)>kB0X{uS@t@7HXX6Ik33bronh196(j~V`!%vnalanZBzKzO|2ai?k-l3zxnTPtD{ znBMb{)1X{D(N{^O)C-?cpM8?FE%W{;h9-{Os9}x-cc|)uL)r6Efjb0gj3gKYEo{mr zw$R~1Zr?FP9wzbeQpy7t6zo4dtqWFJ5EZi?#Z+W^2U@uK{*v4%qD_cdD%qaxuBMI% z>4A>SyriiYe~<@S5tOKipL-WYd0rQJhd6;cRW&nV$gz>Tcfb`FrtU1mEP4m6?^#9H zH#y>(_f5l|79MkTf*;kt!1RIMofBukj`md6L$jxMcZ}Ge1`CI^Eg^<#bPE@#d(NuP zZ?$4<3mFr;$P*6k`j?c7B=%`V1x>7Y=mEZ9=`Yut3?T~JUo&E+fdpDXha4*xPx)tV z`*|oPf6c&>=EV1s_t?K}gIKul322izD-L4renSk+Yg%*C_`kGtw89%pt@>zPBx(Vp zHBk-t4;e%oJQ?j=NYX!F2RAyZwAP}C4Q|*W+`!f`_iG=zn>wvO7q0PjKvMl~ume`; zRA!zQBp9wLMobB-8M_tW(jCK3USb<4bLf3wTD$CA@h#^<+N*f|T>r7qEt<7vd`tcygZQm&NxtxUB(8I!H5t4%f+lCWmg|t zb+{w>qzQ`NciA!Q3$ zyoNP1z@gk{m%uIMSG%C;Bg#8ZkOzD{gKOwY64hmt`n{;05@vW#6%A=~l^JaNOjiT3 zI{0)U#jx(8FyrAP<)KCjY&J+A8h3hMFT6g$47I^;ZSjB%1+J=Ahmmnq-+P^d>FogF zfH`w~9$M1J37O(@RC4&m^diDQNSH|NP94%VLB%HaOA$%Xgpw8)n6$KoajutUsM&|f zQ^=#FJ4*iVx^szl4g(x!oj#-yVRSGc=sLy}YM^6tnF84jP!du`Q; zhX~tx>G@U?#zN@=i-hTY@&5ZJp)joI&bSNM+>KC4l`8~%YYfI9DIQ+k1mETs(?&l) zWL{xfyk4SLk}@1zx^z%3DDJ;!_;ME1!+jD%^phN+j%R`A_mfu^8Zy`9gUx*qw6Gdymw?S=z#AHg(L-)Ugv3{4YG%T zedXq5=0;Z6^6yK9GXhqy{q%b^6+ z{gd%`cFcjTmmRvS+^X;p&_7iu5$Mvc@fO5O0wB5`<9pJXkr0uKE=f2dDnrl}7oO>O zifHYj6@`?Mg(+-B5polh3SaHg@JRoKi!xbqfbfhnl5i98h>_NSIt?}!9#(MZ?=&RO zo^^~@F$yPF7XinQQ(CmVy{TtpXHl^%S~S-?ngvj0**yBxwXziX*uRmz9J;kW|+r9KdnL!g;2WmovH?(MOeYl z{_59!JD5EWQlf{m*H^m{5Mpec!lC!i zlh&1(rFd0XuC6V~+DwohElHOY_0eP}&-0!bedSfdR)#|3R z&!zvT@XsK7pq5ktmCuEl3??SCBrZ^ zIGJ&53RE3HkkN>kQ7o~(7_AtIiK2xtG6pd@7W6c?YLpyo?nIaj5K*c;G>PljaXf`N zNmGn8$}TZkAdEz@qG+eVV80+Qe}9F*>+VTRVnAmzVa760vB&M8plD+Dau||=X z$!tDNF<}_uZyw2^mmf4Mm=36=sv~c7R95AA9hludZ70lhanyK`nK_m3I|2R3r(5<_ zYgeMAT_ZSg8N1H1H@jNGSSO*-kQP zaa9Uf<^U>2_dz~o4y*r0UJm23ALS$ zA9yz^_Vt`cj+hsCZUqABQ~K@joVV|?J9g*c=_%mhtHGJ_JNHz?5G_LRi?EaC{izgn z1T-+R><>dC4ZiFkYs-m{<*ivF z4_yc#X!vaV4S%8NE48^APE!1pink#r^7(w?OX=Kb`%m*$Upox+BCZ#(KN@hBR2j{2 zEYr|->HvAaV1@xJ@6qc%JTjM^m7 zjFNb1@~Lk4!PFgSVPs}snv9IydG*m$23&MGB5nxYy9OuTnHFsB1<7(3R#WY46Pv3E zZV`_qRDLw_-0}o5eVc>Ti3x`n`-f6GcL$+O@jio^?%CX1VBs?~C|@hQ`q+DZ=N%K{ z_3iYFh98GYrvG9t7I-9|4Su)|z>c@TR-NOeF`igqn;W=+BE8ua$6#3POTo9dC!DtC zgq!SdE#?BzaClD+o3SO-G26ckDu$aM20w1UV8gT!Va3yJ=6O>r{F03D?Q9u3Jp?-*P}aL6Z_Y1ikqCamKfg03EO>BL4Kj2qJj<@ zp-O@|1`e0SB0|;Lb`2<{LJ}sJq5ozX`?NuSFeBR~j3U=!Ror&ozS|MQGtzIRcO;uf zo~TGX3O=oBiq7kJ4|_3}>p6xGn)su+*?p+6tSFDwwJF{DrDs;Aq6C~vuc$b8B~u_X zZJ?(vVcA|DN$Z2;Is{e}WnE6%_~pL8mW^4bT1+SXSJVk>f)1ap0}t6+uKO=@t&7-< zAG<1CMtN&OCwaPvQCEeLJb?r2s9nFGswRQ?yS+5aCC|UY6iB<1z6J44hu(*8mUxZC zj+<$utmBuxjb6L-*{|miL^7wu@Hp$WbDVfbnW)12UBty8t@G+kbVei+8XRSb&?pP!Atb7-at15o`b86xK*N3ioOZ^lR$l3=*=AOU0(Iycm+aF zkF?e<4o=?kbeXZ>Q_8L!AG!IsoQ!Vbox|rX;vgJBEqsiTyLYY+e7gCDi7M&|zz#|L z(59KpHsp^=SMtDGa!XD>MtF5a7G&SzMZj(1O{t2`;y8jk9-}1wn`g1)pz}i3dpy%v|yqB^^A;M2mPEp@t zFA#FN6(z3L{i^Z^?sK|ZGp4Z_BU&L-t5nbivwOQc($K_4mx{Z}2T61qP1o)%5{Eyr z15gUdd62W=BJsZnKx%q~WGm&~mu*iUqMkiXhz&SPvy-ALY;*d?Z0JTY zLyUs;-Jdhk=0MDfC{$tdr;KZmYIWrNy1%VStGxr+(dpehXkxiooOSW*)~FlGY1yS$ zqdA(4x>#AjRUK`Xfj5kM?P=*}t88g|VX5lnFUWm7K3}1HyWJZ6yxiZNC2mzX5Pkp6 z`3c0ngB_uujzAA$l3V2zRP07jmMoS^ID!pnp5NXTL~*m%6@H~`!o!e)Su^)*f#R0^ z?mhC_QGE-7x0yIrlBc2@!50bDsZWP(ZsIrI*RYZ7FDbZf2fXs*@<{A*t3ODA_Tc69 z9wOoYh63+oS>PviN0Tzck{>P5-zTYggn=ye+_HX=MRVme&zoYjt6fulw`{`zrvX7N z;&ea`MK$Tc%M2kQoSR)CK5al+r~_s(?pW-Ne))SXwC zFkH-Ct^BV1Xq7zR;ZPCo76b`(7>?^W`-`#g0&;b0U&Q^=I`-tZz#+(A{JnJf9CSC4 zM>7_qU{BZK6a9Au!L>4bBCDu|1ci_Bqhb2r#2~PV8kDZZa}x>nRMFP8a{JlR8VX`N zx1N5qurYq>`jvpGpK#}I$>M-dZa!H(&8DeIth>xIxS?V=)m2~1RM8+PpqK{G6v}y- zCEXR8Q`QTnVpcy!)*+DC*=KifGt9DXTRV|9^jOBMiB?VQ6jN3LH~KRGa37o}uOCLr z(s>>~#`wHu4>V0J_EK0Fro}Byu_W7DF8iU#^9o$q{!&RQ!I+b7%mC1Q!hND# zLiK6>f%Hn8d9|N(NLj+5a5mrmebNtzmj3IXjTTLsv+=1MFe5biy@qyiB5;a#-f}lL zNvVUa{Z?39?X-3;C7Qm<2SE?r<%aVUp@i;vSpr#n;71|gMt+S20*`~;HV5N)# z_nO$g?KEgTEw*ze8ri4q&d`!Qb?&w%}pg`qG@L6OaL6zF()@~j>UI-pIWj81fEP( zl3^2b^q#B~B&r7vTzqHVEX`UYm`oe=nGASIbq`-T&@C+8ym8Q1Y7zzLb$Z@quM;=T zd_|`xReG(RFaAhk@w&%&931rG&aLcFS(XZ3csjZl$AW_ti7lQ`A4nPHl`>cgU~z$)k8P0 zFOQX(pK{Up=vnax&&QY&{P@@&J1%pIqHydv?EQ+A%XgCEml8R6k)bOT&=?fAgNkwc z9cU@JsYWYezrJ0{GQ0G|crZ=YTjp(lih?dmiP z4Vt)-0c6Q?NG&A57N4VT0`NKjUaxa=4Scp%LMc%#a|7|w!I{@nM@=x^v~MC4J1r%$ zTU5U8O`PJVd6k6Z^_3@*hfG7&pVk|QdhJV>r}+e{Oc$<#Md1!w28RgwjfWT}tmF(~ zEjBy&2^bcIQKB;;9~7Xj=}z1;l4)^?ksSSzM{^-_mW7{y>wMC8(pjQO#_f?|quR&H zaXJcH`k)jt_vidITYU@ktSxHXMG@&j!S^k18?t>Ol*z!oygm^J4Kv3;7*=x{F6F&K z3q`j%3I>aj^6>eMY)WxtR+kky+Z}?6z2Hd#?)+=p_)+qMLPB{E6VXC*i85ZX$**yk zEZ*hu&O169L*IuIZRW&+ef1n|_g^vNEs1YL4(4?a^EY6qE3Ry~^JQsMO6`IssQzKjdjrtYx@GS6AFiph6uEb-H zpY(}YRIu$V7hbP9r;M&%&-0ahBBy7FPBp>8^zHSo>6+Yg{Ae=u$?&SO!;Prq1hw7i zh7Dlw|KQ0{(K_spEc2|$lVhnI{XZ4;o`f2RyL#3cu6WoElm6XCuFZa? zXt!-%By3WUrB{qoA>=%dY5`+Ad)hFY`ReM^J!IukRut}iY)kl-dqlWgzmCVW9$;VwLU%yC?8lySo+%FB*)H~ zR1rN7n2f@UXX9 z@ZlK7;I@3-&pRiyw{F@ik(I)(%>|b{G@Xw4-8goOH0sRjiIC8ExD($Z#(IBusU4;- zu_$7=2?Ch0c7iI6CI23jyHZ)u>KF5UKC}HREbx;Rgwa#cp^n~ToTXrtIjuNHew|Q; zW+Z-?>FNjgYg)e7&lvRE$-caq?2?U91XDj(${5t2b_&>)ukp(wVFDz`PUZi;Veu1F zY{Gn!u+&qwe2wSr(2Uw3)SWW?@K011yqblNwU4myveg36BvCo z$shLy$9r$0-YBTbS{yVgB^D;0Iyz0k#!q0=Rk%S@U%B zF;I!Nws|F>E%iWT=Qh}D)KCU$67PDb zSXo#`=k#Qyw+X|6N$#c9bKVnX{T5Hs1M&Gi?mn!OrfSbkvRW}#F*y$IU91nSmV^uh zOW=v^iRX8_R)IYUO^)a1juO!R3K4EnabI?Sik(&4p=!fKAqK>NbFBY60?aLSfR;A@ z%;Y@eDR+K&lxfBg# z@X%5{4*N&)&aqk@fuog@G_}6Kk$u4Emf|DMdqf!2?og=+kPgscQGrA)akKwdx@(#fQTSNnIF=@iD$&awJ1-GTlZrfB(z>nY)Jg%N%=A~V$yq`d-`yvU;a8)S{I{> z4r>|8(jbHzE7G*~Mn&Xr-Vu0nLWp;XzbBPBg}tw~*EVTY%8-RE7veARNpxup4==NF z6$QnDEbUb#K1<62?<|5}4>hBRf?nYZ$J#Cm0{kDim_I}Fip|Hu{#fzgOt(zo?3^(eAdF5pal`XH3h=9_7 zVK01>+E^j2uK%K#ZXD7y_6+dTLWm)4$Gly&sg=E{zH2_E86s@2g#WXhpkj@g)yeOP z>=&pt!!y7D5Ev6}A29kL#UL`5pX3XJna9(5{3_(N;o$N{hH!0yq0E$4L5 za8jyJZ7{-FZjeLB~U_BN!#m`7cy>mpXq@l!fARfv~`P&jBQCa=_? zUxv5dN$@~5?X+WS_w2*zi0$8V+Kh|Kl29heji>LyhR3I<>!;OppO+s@kQNgcIgNmR z-i}Hw87zQkNFjwzpzqizOiaa|x_h;Y>Y5u`CWfE6FU~Xtt_9tS_mxu=PmiY>KB6s$ zp3Kc2hZp_ZJ?!`Y*?am!ywrnNov`v+iIpVG&z|A~J_7K&LZl5e_uCY^fd#kS*a9BM z{%;bt`)&|kKo+G8k{G0J>@l35cBm*e1{~bs$;s9lTS+=`n~lyLt5>gbo#uD(4r?M? z6JkMWHc{q<*m$Q2G{Ti3>rzv^M04$u@TVkRh266eZ0#DagFWFoo)G(%&}pL<9!9+y zdmc954H7(ZpN@U*T0;vYEy`p5e$Ei5n#n5ELPt$(2BYVNb*yvkjQL&qzeY8jCe5Stwg@|39?X|ZUks8aQ=z_52MUVjbWMlT3P!7Rw_rHzVw?p~4 zuL+7hS6vw7dPxK}Uu_OPnNo0KKB3Qb(j;Dftsz#71mKI%nV7T$ZC4-9<_htxvTFLp zPy+^MtJ$D9GIup?TF??V_|(f-KhHeX-0ZeYD@P0DwbYB5Z7;_~v!ktq^>@yy^8Zr zA#4qL1tYL1GaXsXFa+xx_OrIdo=3EkN zb)Y!O&x0G`x(&-!rT1^D#BLi6{mTH(u8SoKhmF4e5m*l{ar~VGl?GNAK3hr+-}PDe ze{>|WU1;{BvPs{Pf9XoS<8mlTRk%0le`0Jm?9+1oF=&EoLJcAoD=K91euP9n#toVW z=0}augcoCPafx}jl6^W3O7la(ZNmG1jWrO$dV-%r{pbA%u^jzqQM1LUv6v^;dyAPe z%-Hu84hcur8LB{i3w&s{UDZk*ogf!3cw!1nmr92Tw$B!3k=CTToM7g2(hp!=fIKRj z-zbsBR@+A$Ooi&vs9=vHNj-yGQKo=Y8P{*S}G6nv@uB=MrERDJhmIF%Fs`^o?K6H==md59Cy(WklDE*qw_8E;8 zfZc23LFle}%wH?61GIx?&Bi#a|0oZfe<%}Z1)g%;P)Y4yoGVpgl$~+@hmOr+XsuC( zwU28-tv=1j@V(3URF%sgSo;oSO&RLOl%P88yu}Y>-nf!;uCH~@u z)s4MV_Ayj{73R)@OJUDzga|ltToJaIu!Z2PCAB4&4++sMIUc~VWafYewlvepz0d6) zV1~c{NAx(KWRUg>AJvsR7M`OkN%Iii)#%3U32Jeo;%a-S<6`GuAZA1(w>DZc8;Q?h zWQtY zOAkwm2B1EwTzqowVQ`oR;?Q%C}qmE?1HR5O`&mNg1NO4&HA%y48srjgDcE|Ihg?DzkJC^cBI8mheyk0nE?^o zQ|^MoE3Y}cwa*>;FWth1{e+tyT$2n0GgXV2{oA3sfa_f6qT{B3zn^#C#+`0rIBdN? z;OaQK%;DgRn^He6FFWZ>-;C`XR%?G#fM=m^hJ-9_vYiG{`n+&rd_F5=DGxe~lQEVS zO*xwBxW6M%C38CR$QwocN5>r{001c=+(7~SWRbm@-m;0fN7_ADLfmE4<#KafTx28?w>eYD-RHUc(4MnLSi5~fhA0UJJ5-Um; zGzi4nyiR|~KPyT*1~2S?Cw+LCK@9aRm$zlCo{lU(&1e=Haxc5;}`KipY{40kmLESplnhh?cOCt2i9wYONQpt<&@>O!(YT!K@I+5WRAVPZ zpNGojfaR{EUyfm|l9gCm;B|^0+A`-k+f%8L+113}h(|xW}kvZqO@O;)fiV)LO!a-v*q-%0ms>_BYF?)MmBZnuy&1T5=&w5ey?W} zieKn?-0p^VLWK^C8N! zCt8z5;H*ywKmDZBew^)sg%9m${qugz|Gdqvc zr;qF$21#O8SWzEY=AX?bPzGqO>Y`>e_?eN{HlZ5CXI%Tma6w($%yF`DG~RtZ3W3vN zwQ6*kQGa^YB-f&tIVK`#xQt`0TyknF=g^NZW%~Sdz?DzQMb+EMz6nnSP5c}{I8#3^ zRq?YVJ|huZ_WQH5ejN^`-%Z29PcoRHjpnmAO4BH9y{O_=GaXyEUqq#8B=(*zBb7@t zaCz6Lm<*IC%+9VFaTlXM^q9{|qdfs1j;1#KSmc$k_49!c<%L8lP(4$tP|VEuBb~7E zhl$0<1%>PlWdEMt5^ox{{B2uC+$WcloEJZ5hf5ZJ*@|As2}-$^A{174qt7*#n^2%o zc~V<(Xz;?_#FsaQu{-}$J8W&mvxC(CkQF96A%vr@1c6q7*&KEmAG8@qsd9xC@z+!D z=#a`enLwoN5iX^4PxmF7$*0E*Kd$M^`t`$_DA+q|{QdR-$jC&6*o4@~#S z@9!-(T{L;;pO67p)0DZ?AY~XX743x&MuF_7Vrk>a#{8~Yc0ta}y-u&H!4TN$$W3(7 z@!{9XaEhBq@cy@+2s6L6x??}5g8NMzlOAdJIQ+mxf}>pIz6A$)$Cr{Ok4lZfwgXB@ zz7jgj*lr)nyPCgY%p!p}?Vc=nbPz$UXm-M!*Uqr3A%5N8EN>{WlcSAf!+L?bvA|L& zo=d%dGFi5?=&Ox0%%@E2CM6Nk2Re)$*BGf=Z7@%9=9!Bn&|Rexiel(5{=Ei`o5Fii z_Z5*d9~a>6PP8iA{9PgI2bORHzm+hL*Nw{u1BX-P9fidZ8j93o=6-rkOVhPFvd{f+ zt15A{G}AeR2&K4r4LPl3&l&uW>MT5M3q1*}fu=kl_Cl_w_Ex0*Wy}$EY6GLiL!Q#+#*cOX!4eWwJQP;`wnEeBQ~K&5NC-8D)l9*Z!Y<8zCamss5Yt>b znI^8Ej9QWxB(8Vv3cTYMPccfJdn*!75B1b1{^;J#oy^BSk z`C4Z7C>_T+GE1^kxhvNhYQ&81r^or_`wyHS-tXu8^?E;F&-eTBdcPm<*PHW;H%S|g zgo8jJZL+7kFMxAED}rqV`hy>a&jFyx@H`m}0vYW5-oRvEv+oRWv@gjORMmx^1Po}X z%g-(#P%UrsYRCo<2zHw6?s7a1Ebl+U?LUSV&kxGE8@$NB

    k!1z!R@{vfJMC_7EBI@hdMH|+7u3=Q{DDZ zG`XreB;xr3B!0Lcd_#+i_}18=-lW+9x!0q_RJN%gYWl|Qa_YSDvuQJQUYB7eP@H}9 z(y+y`=%@!2ol@mEF1k)84XdtR(rxn)>&}RZk*aj#=1=fODv>DG9eb8C8emhU81HsF z3(zA*9z#l{fDH7fYUjcZRf={bjBw4|VY}a_cqjb|f_tz!Ko$_ups1sUSsw9XHr)GK z`Gh>5`&QNG$qM?pOJUE{ny6@+R;10r2sJvA)??B0qbFYb9l7`Vj_v-}`}nI%;oVB$ z43zlYXR0*8BzJMj$)J*BS|V2a9SC3BI_Lfy3cc~n03*2&YgCY;QCHw-Wm%@D$hZFd zgf_;UEs$TfZGKja9THdgpUb^B8Dx?meV-h^kX4>hU4Hg2=Rh3e7jvGmEcOQR2 z)!#Boiw}`pF+rrWHR=#?wfVE#sA@s?A-Te8-w0E=Hf>&q+Ghhn>}kW>J@F|DmB1+4 zZ&hQj96oRepnu#M948H*F1}iMbT_TErx8ZLe$k(3E0bKjGTh1{Wl{<`eSPu0XK%1I zo{7%yQf>&tFvlhHS=2&~v1rmaMH_qY|eGK%x$8$6U(YEqy@9{6a41fETD-(MimiF^>|` zL%y~J_?JYsW1H&^k_w+ooM;~U&FGrARhI!0R5(wE zCC*Vwm|J2!NwB7HDBWvtJ)xCIB2h81?PZ^@bDx(X3&LQ}N#frdFFkW;tEORS>4p*Q z(hJ1FgD_d%e<$m1+8t*Il1J&FWndGe(CM498@ z;z(?kD93dPCZnW>$9%2#>AY~s;&~kY#gB}=P*if+ZV1(+;biMQL! zGGG{TMOXf@1m1;)Ou0@CZaO?>O%Z)l_`Z4lDly0nO8;X;{|$#IP?h>d2h)iI802;t zF4z=UGe2OM^jlm}$t)@;6HeEy(FH=kg083W^a3^e8<$tpoDRey*zC+apThBlJV(7q z3Y6Zqg5;z9itOhvf3`(0x}s`D#C8?DKC6i<90nBpiq;>dZ98pcP!R(q0(2~J@iP!S z#Kjtgfg;}N+uCC+0%D^xg2ebp#K>9IASOKRug9qEU{p<^qbfa@0lZP#l%SFyoAV;H zkW+KU+RHOTQOhfRmdH2e#jx;W6LlYJ>psi7{kNewk+s_?AIExwbu5MjaeUc z8Lo|iFJRnW+)yh0@e*fe0qYA%tXZ49(edD&K2qJ#AdH~?sp2d zfLMlv5x~>ajq9i;VwoK6L>e4pc06;B+trxu9`E=dF zpyugyw%*+Dxg~PmjK#EA#uYAfz%nTMzIVzTBQ!xgD)-+jy#H6zS>P9&cRJdejEjJu O2Z-$9?Ox>?eC>bveh_s4 literal 0 HcmV?d00001 diff --git a/static/img/paypay.png b/static/img/paypay.png new file mode 100644 index 0000000000000000000000000000000000000000..1df61812210deb7f30a57dd87db2b47ed960a41e GIT binary patch literal 4021 zcmds4=Q|q?)D@eE)e=fo2wJ1|s@j{HZS6|zsx*nMMp4vWrD_x{Kh>Xz6+7w|dsVem z>=h%m_ojXIFL*z{?}vNubDrmXxc5Bwd^qvururbp8;leb6d*$b9m}h^b5$ScX|KA> z)Pmd9U_cw#`chDE3jHmBp(XS$1K?|^uSHSujd%45PaXi`vArvfjWXecOHj0|-& z9|Zw6^NrEGUEDqDr9PQrE5fJjmg)J$LLCxZc@GJZ_xlq-eQoVf=;K}%tuof}J30Uk zax|z&6w0;4i@qpJQ>y>km$k%Oy(CC%<_8SFvqSHXLlQ}bzK{9t%!>;o3+cF5PkbKrLd0lbty=~#|Q=s zCYlFv&i~gbD^r&8J!bKtK960uKK16~*?Fn*beS(LUC*@zSdJJVxi$^FkjFdA&(nKe zzPrFg(kUjiT!y3>T)y)TsAcdg6Q*}| zW_0Gl+MQpr)as4f-Tos`9ePtWz@_Bp^>%2)P?u6RwdtWhoCg|*raJE2P5aZtDy`#p zh|?MWNK9u~6&M|j#1P`RlOc^TA?sQ2#IAWosp)$qNFwmmVXNR!b$F`5;!N>*0`hWr z1m|cao0tgn**fsFZN_J=pMD7o`=M+nNfi~ft1OTs9!R8Y08+u(l=thXp;r`^h8!6g5fr3j8NF$5*DO|d`XUGaQk8w(dB%m+2Wyq#vbgBgK1o;% za<%_5252K)5HQ}6?|d-|lBkQ-&uQo7%m5xrb{SG*PvF*ru#4%O5t)}4K{L`!^V))f zdu^SaWvR*M=ZYl-x8Bpy6aBwv;;F8hcOcUGh*tdeek0gkjkpUTgU~+_Qw+xr7+vaRbCYS}|FUv3J~K*_`;YhDFOBso^D=6%lO$6>8kJ)!%<`|8vaLa&+R*yW6kk29Pa zQ#IGS;}qgb(=|GLz1KH4lZ_v}&?$6p3qB79_RPiEZVoxRdm?6<{c8eYP}1c&&+j4k z?4_JO`S}Y%jbhl7Oali8n*+7iNkMFH-s@wr$4~XLrKLD0c)VwA*ltE6jP%E$6dLbU z>Ju*f^aa-B#BL^@T)M`)z_YmS%CX-=wpinpVIuIjt;vH&_k+?m?3&k)pOS8@5i|}8 zrXIR{Ek?EeNYkN;vTx|0q7k3kI2>BiHFjW~{uf6!I^@0jOr+9l1}aMVSJCFAeOY-4 zUte5K&h|gQTkjMog*n?bhT*qVCJ5M}ey>IXt|r{Nr5*u@<)&h>QJ+*V9WJDkc3uFK zuT!P!62rwk_jUl@9qg#vDD+$10)V5l%yU9ZttN8z%ue_>z)6yNA-_r<6Goy zU#v022?7dg#KC9Ls2Lt9WX z$T;xol83qhd&Mk5l0aZXF~jjog_{{X!pSuZBb3`gC%-Rw3XPHc?$dDZo&uCZcIskm z(RlDiWl{3S8N7>eG9asQ;IQbw&{gMQHg^z$$(^3Nh;I@{p7ma=$6GZTgvJA&nK5&H z=r~^!q2(2$8k-`JYh#+!?two|P?3CTZjEIKdgJR{ANVyOXA)Xc0=HwBJ&`IA{@sD! zTw=%-L&O-)lfnM_R{jUTmavkT>d_cb)z=Oe!;Osq&xyWjjn9LMFZDZ%70~hNO|Q?% z31E%Pp6)rXDkbkR^x_MBi+3bCM7bB3c=~fo>*o966Pv zIfJHCI?jvcN*Is1qebA*5+=7pr4F}x-4@k3ff&jcW(k6|NSHcr;_ z6(L;qb8oCI7ee@wNtP;!Ug5K~HawNu;Jo}~+FtHX|M_1lVudA6!b*jTlw#|~?)mB= z^;_GbGW!Zn4C5)`n5WGI1?5Knr=_5=;OucW%7gANmzSU%2daY9Bp`kI4uP+)rps%TSu1%93v}eS@X)1 zYEiHD-B#EFtqpA`>lf$#eS@uZ(l*n-S0kll5jzMJufzxUQ5Z)H#j4G-=a&0njF0#1 zoM7z|&)Yp|pG`I{1LnLBb{3SbZByM1oAlB4eaY_({_43ShsB z;z&F&X&_ENW}sn8TOc2mbo;Y{`ZeyN=^*!^sYwyi1|mh&zyQMSGw!`B&7hucc{LFy zX)}ChT}ad_(*wtrUmTU&E!|J7=#Id-zpi$mpHvM;7h;6P0jTOX#%@5a_RFW@O>-Zy zsIVxWD0bu3Gey*!p2G2*dr~0eSML8%P{+9bu<#b}ES@9R*6HVynNAax61FMdsy1@Z zADXdHI9zJ~;$#iWKbR-|;#E=QmQ+h@Ss+70{`HpF%B{#*GDF4h9vBk>^`4zXhqAjEOozOb>$Ur|;MeiE9;T z-stCS948Q#t+2w60p6__YYSh=@Vt3bTNta}U!OqgojkZdOt_QrVexOfki4JCE32P} z13r4wK@+Dt*>gFo8e2q%Wrjbj4O_5DO~7B_*72S+^eR|v4ezr@Ib|D(6?3Qw{n6T zM%m^{tzN}+J3dhZSl6v6CQ4Dalq_}8+`i^?XaTMqH|J!{Ky{}!Jjrj#6o;pFGL4;0 z*5&-f1|*R3ltL4i@q<7*W`zwLC^4!2VQpA$NvtpKl&DOG3^E3m`MHjS{Z&?l&|jok zd~M8RO$z-k{kxA!IVoTGz6qc1jiZqrtbWC_!7B=*%dJZAajIPCc9A_b$HMvLrGI!} znRiFYIVDoR#U^{F5)=Ov?|0a~vv#w8*`|6^1w?!U~GS(AD8B|PKnm=W^7A^3d9rZqY2V>dB z4g|PJYtq-v-G|!G2)j@%=uRNjt!}Ey%K2@ha6BI1_C$&b)2G`h0AofAt$%uNxM&Bt z*uHo^9|Ct{Ugd^5ei|&+26a zVccK-b|0BhQZWpqLEt|tmcfdRYcvr`FE4C5Qh0O~WMNpiGhRV;q^cH|M+9d|!fi%d zwkjm%%R$q4%?KWXb>xH}f2&R+3Y?TAfv{4M9eKDntFqmB97Zlpcx$G62Sz~0?`L^$ zoHX>(Zsqf*C2yArdp$=GITgGB;#meN>N^k6SQ63A;FrpUmqeEAZ|F`mBUB|NYfSg{}JN;mslD~<;wZIx~P5d QZ$PIo)HT(q(1O4EA3*+Qi2wiq literal 0 HcmV?d00001 diff --git a/static/img/paysafecard.png b/static/img/paysafecard.png new file mode 100644 index 0000000000000000000000000000000000000000..e00802c03add858fb067a3b82282cc6a24261646 GIT binary patch literal 1922 zcmcIl`8OMA7fvEbYl!r8v1?=$)egh=NrYIM62{QhTFQ{pkVZ+-pd>FIIYSD9CpQ4LX3o;DLx=agv|*&{d+0N8K36F^VjuXj3tiN3gFfVy6TMdbw? z?dt6c0Ms)zWO!8oK>dK{aaaEo;1Ul*-WQ;gD?%2U4xG$VWw;H#F2(F>gw<>8t+rLO z1V$cZV9ZU4dv>dY(N9+7|2Ok=PNx^%7nCD!i7&AXRlB&EvniCXP-(Vh=GY?Z)P&w; z`!veOyv7hUms0|a%E5d(5D)$ef{1X@0jhLBbhO<$bZd}WHq829!9Vcy0qLP{VB>&} zYg(a?joy~MP{j6~ls~&5tsM)rRkVt7$L6aDq|LWRkMy%OS1+H!NOOA*_03L6y5ds$ zNtz9vkAyQ6x#IeONd(NPyf8y#Gih#_Pw)!TEpyW*^HQ5xy%pYJ3zd6tYp1rxL*=@S zZk$W=h^5J66skjPu?Uvxq>mnAZ6dd*2vMB9e*jchfi7rK z{9GSP*-CSt(Sv_Pi%7h(a%Mutx$YBuBeUu9nEIlcL%m@SGFq2wU=88MH?JAlyaND7 z=;13qedPtv4Z_F^=x5WT{`qvvdBnq@oE9lqhc)2? z>A&{}tX`iFN@n}dP8bHoSMb7w%XPn61#hiy4@Lg22nlQmcXv)FdgRj|eiSVeoD;cr zIOrH_JuG+f%}CyuuxKxkHGf+i_D7u9+(8;3lt=Lssgm?$xMG_tTw|7fXU0X7zjL~@ zajH&Vp4~s|A$y^Ud;&|7q{vh7!R@X8*{*@ZK|ZfWyt@lyoyxsWL=6pTloU7%ofB=U z?v>6VP+ne(+GG<4=u}msZ~B|`PvlF?^`5@+9_odk#e;)y_hC)Im9Kj1kuP2<+Pl)? z?np3Q$@|~ngnZJQ=u)XJ(9Cy!{OLEMrs8X(xT)G~KRL~vv+GAg>b6fJ@28Dt4LA87 zmghe?U_szYmogH6+$i$KQM(_WotBYERV9qm;7a;R(%}wV82h4sP*atFmc;S178z+;}o3%Vs8u7F*Z~nF%1vbd530M=* z3Wph3PUa!;bDr-1y4#CDFJa{CHo0S8&>xET=F+beh_F&Cwi?0HLJg>nf49ixE$Dy^ zq6%)9qsjKLEA%Tu{Nh~|FVAlwD9A|qE%9caE5}vmB3hFc19ACBMeXlY(zU5d?}z&B zx7u|26-Tp=S`#O}0zy!)2t%t^d%AJ}V1sPqQ6DAh0Fc&``nVKT+yCzj@(7>uJbpp6 zvNMWf$R9pQ6XO`HHc0EY1m1Px5&bM}a&_lXK^kqT+vb}oN7Stk9-o(NG=>X#!*_OAC4)R>!-U=rIx zNm?342-}os8nWk|FWpS>o6>6r(ZU=tB)ink%Q=dy7Q3#TYupf}l0ml?n#aTp85;*J z%YH;?_necr$=r*XEwLfBV5N67YiOGPTQ>3+;=g792=?zwsBy=XRtW%jy7?ThI~I}k ECk=IC82|tP literal 0 HcmV?d00001 diff --git a/static/img/paytm.png b/static/img/paytm.png new file mode 100644 index 0000000000000000000000000000000000000000..652c4424c0bd5ff87a1e495e89f9c545ff0d5c42 GIT binary patch literal 2490 zcmdT`_d6R37miUYTv{zI!bgzeTCMG)F^Zt{qBUz&Q6n`4@XQl-?c)!JLqSS3c{ z(o)jWST&MRwZ$GK=;!|a{Q=+i!+YN6Jm;MEhx0t=Ja6J{YcoC`Q62yQzy~uou|4Ol za};rLoX2a^bKd8~9c=FO7yuBG{Rb>CTbX}4SRUJ&83C|g#8=J}c3;C=h5!IQ6?o!# z;e5abW@2a`!NQ>01YQo8?As1%-{TfnfM@hU{4y{L-E5o^M}nx)?DS>){*WQR^X&6P z$A1TtsxF*862;B(P~q{_-GVj9QN!=>sW!otA|CdGNO zi>M|8*b@E+izfG19$9};rU{M;vzU%qlj&LYOV=8Za$qxMs?ey7-4`(Q!d|aV#CA)v zJCQjQ;G(7Rsku*!dsVs*Byt7CTrCWryLo!i!~Vy_LP5vE1(9uO64$Ms>BAUPfg7yJ zx0|R;a-ivA_KGfyl{J|p)LC3&fUAr=5SqL7f{!(`*sEh6==A%+RL8MSI(QtQLfyeG z<_O6s!0YoLOdMEOo0j)wZmhlv^KG~HKcIvM(FbiA255=cpu-k4ZjE}!SoeLj%~@-y zyRY~6kDa%>mF$PVPSafXe8b(#o8S-ApJMFR+(zbeThp>8Z)|=#*%?q<8-i~q;G^_x z8)}=KD72;W%TozcE2kS9n7r~z{W}P;kR-Tx#Kv*SdgMXGWQOJ+`kzpe({e!_C-%$G zn;}+uoj~(VuT=A2U7(xB=|Rh<+`pgxjGlZu0vzRc@3_0SNl7BTSxT`K0Glxvwvue> zP;j!?B}xd@`Kr2sxKC^lJRnW0lb-<{fjk{yNx&T-D>~>$6KqnW2h7Ass%gu5eDycY zOVV8-vn!ie6A3qs_rZ1_A-+FiZMwjmsWFR~hBtj--N3KQkfpLs5^RzYFW-L#A$DCg zT*lvea%#8DusW47TyR(2Q$KrHjPN3e<~4)dk0;ymyDe3QXyoH7?x?QM>^wNpLsr86 zNrU9iJA{{1nx<)NyV!Dd$*^X6S+O2oyL6mx} zdBJ|qQ#-WeLqwxuDM6)wYsQpG6xvuHRb8Ja9c#xR7HfK8dbJ+;2GI~d?a$RlDYhW! zzAED$bP-Fx{H@}G608l_er2}$t?VO1R6$x`rQkK-U^QTksM`LWJ;_s*&ZQ0$|%#SKdDu48VWEF`~~`E z6^D!2KW4+NQ1@o>HejVu5%J~U_IHCMqAU)g=E);!hrwoZD;TZ*`|cLmI|-IVCo+d} zUMw@-0h zh*hfaiP1~#ay`8V&g-0xe%ezzUtWaCxmwl=h4(OMA%04GQ(H9-@0C0i*|OXaVvSn1S*Gl4m(J|`H-S(f#qmsM8BK( zYkqNPwOLppK}+Yu@Ni8Lf03sO&wj+a&%|~YXdG}j1^YF%@^qjc$g;S?8X`psco>YK z<-Z!qxX$VbjoTd2W6)mvDzSK8^l;+d+=x?j>V-ckwnr5xs7$=(4{r7%9W!ktB?J{e zZr-3B{!p4IWrXXF%y`L>;?ab?rG^_rEuuY=Z{(faa!o|PhfJ*q7_*F*`;}A($IFB{ z`tc!L2hT{FmBNUL;u4uEguH9(U>g9(XKAY&bId$bfyx%}yvx3~IyF$MEF(kG1uAgM z7QgGO_AH}qn2pDP5M&3`lU?C}w=T~sK=qAzzjd7D0z9>^%;p$bUvaG^24SL)x}T!y zyTY!xP%g7dHUFVdu$86BsrD{cCy}VP3f)cY)Mhy(Mx0pp@|>ql{qpDpMAp&a6R9Q^OW3p>WH8s zkTT@vW^RSkNiUsaof#+miFmZRg9=B9&Hfpt(Z8_#`rtaQprm9_&4;xPNeNYNUBT{q zbz+B8)MJQr|9~FPq+9_1T{ZR}JQacj%n^wtD-WahUV!0Mi{&i|fXA!pKaS5b5jTlr zqev%xc4HD^>BoeHs%NF}Z~8+LxTAr8xe%7;9*zs;sPsXMl#GCr4l)69I zy`)L|B8{U0?s|{O?vbT;IlLmG$3B6k7EiZ#CoT!oT7(i!P*!8S`F7jHe9ypm@lz(k z{P+Q?X!1H{Eo_1!=<4ucIGz@sSirq$oTRYWiEHk_U#e{^MYrhpoDegom*S9Wl$g6H zmOXkt(#x(0iIe<^v_R{g(1mh;>boG?;fM5@_SbJx>}Tf{n+wM_`Q1Cg3wteEgQQsW zuli<6=B|12Kw(wXHG-pt{jInFyZ~t?)Y>P=+q;_FRu2hx-E6Gwb9_PDR_fvm=5G7O o##?k>M;8zH|8N2S&9lU^AxSW_1(#jzxzz%|Zd#jQjXco*0o0m{V*mgE literal 0 HcmV?d00001 diff --git a/static/img/paytrail.png b/static/img/paytrail.png new file mode 100644 index 0000000000000000000000000000000000000000..c5efd8dc4f19d22154b97df27d386e7893a1d2db GIT binary patch literal 4848 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 literal 0 HcmV?d00001 diff --git a/static/img/payu.png b/static/img/payu.png new file mode 100644 index 0000000000000000000000000000000000000000..8cdc29fc75f9e7ba9fa36c1d23691412955eb6c4 GIT binary patch literal 3652 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 NU0GYHUcu_!{{Rh_n{5C9 literal 0 HcmV?d00001 diff --git a/static/img/poste_pay.png b/static/img/poste_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4366492c4347abbe330b23ec9e699d261f5eba GIT binary patch literal 6071 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 literal 0 HcmV?d00001 diff --git a/static/img/promptpay.png b/static/img/promptpay.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2016d6231c30421c99b70824a7cbd3ae1cc0d2 GIT binary patch literal 11210 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

    ;unuVZa8PT_2Zz=$;i~w99oTa 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 literal 0 HcmV?d00001 diff --git a/static/img/qris.png b/static/img/qris.png new file mode 100644 index 0000000000000000000000000000000000000000..37fd2af75ac490cd9eb605bb3c07dc2325e10541 GIT binary patch literal 1517 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 V7iWA#`H-Li@Edoo6AWGB{{@Wwhxq^i literal 0 HcmV?d00001 diff --git a/static/img/ratepay.png b/static/img/ratepay.png new file mode 100644 index 0000000000000000000000000000000000000000..d3fba04e692e479140663ce93a5f44ad99309822 GIT binary patch literal 3164 zcmds4`#Tei7bhVkmB=d*lA8NAJkRH3d0canl~$G(5fPDfzH-TH zkJt9__JG8mHJ+G(?2**nEBW|oTp{HI0kIjzYHQ#C}cQ$}-@+$L--KfQ?4@xKGoU~ay+&qrcYHOT@u3lg}eNW(Ie;gCi8-Z3V{yaTXAhqq*!4Z=ywwiOF6bvDlPUQGB zUFH^ww%TZLx3gjbWJqeVa5F`O_O3>xIevW-Sg3oG1F<$zB%3ntMJN4ygWrz;$27boIuY@#P9yY)O-Vqxo6kyXqc#FJqv>5VYT(LZT?EMa zD)8^ej8_jqyj}EF#H-L7IYb?$dO*m12DGE@NtC zLFcQe3#xH?6ODgkE}YIvN=M8a9>%^wh#PVFTrdd^Q_n=c@#(~l&Idm94b>)7{{oyi z?5RVnb9mqtHA5dHdNq0P(o=o1(;_xUBv{~uQgby#kE~$JV~tooDc;$-gH+pknfL-i z>5+u-aO+Dn>4ZBd^r19cUO*fKiI3OoxRI7$Ub|2i@-74UzIpw>I!MEKJWZmUJp}cp-SUk&5Z%Ed782%)PN|*fZ-_{H9_x!ZxEdBw&<64 zBZwK0PB%QHST#d?2yCyb<9soe)S?b%mm8;n)zq&+ir$#K`_92lQlZwwHU~>FaP_B0 z@@AuPFzW*JC#re!=5nx-S(ME(O(p7{!Vl)Y&p{LIGdj5o#!S*vj>Kk+v^TGyEvyD+ z_L{OpjE#!kK>&Bq4j)xLV%qKf^iiMo8esJulQH6_ZT%xO#6HwlzTbg%rX$#qG|rA4C8PlhkQeo7yWH99(6Dbmz1JHH_W6Z7+F^K zP56D_WwZ)=U;eP!FFxSA-|j-aoDH{qe%D(LOU2>g2vrNLR zzy}z!08gOdS4SxLxWuCzN9t=`a5H%f^ZkC<%+OHvbHjPpyH^5glmIDfuFuDKpdBKVVZ}wAvbbs&N7kZ}PzY#=-@ z#VTQgt`DuCLP|1by~;lik~DYubA5=<01El!1bC&%RdoQK%yt;CZDtW`U&8t@-b{%? z>eRLI7i%u(M=Ng;D+$YZ<(`9&WsyYJ+B-FHA!$)zOiJ3`J^W$ox(y-Lxpo+20W!J; zOBF07g3k%95*89y9cjmeSBU{ZM%!0T%9_sMeiTx62<+1trxWZUZqF-#3nYh>P~cPI z8@AOri@T79uQ;L7IW@ek<4OV54$~$Q2D*dOTC^R$zMQKel0)@7q*uFt5hl4)WJ!`z z|79P;YH_4RePPu|#dH7mtiiWmLc@`Mc1qnJhAu*LDd5(6*1%wOaf^m&kV;M4Ms)9$ zclb@4u>3Ow7!R%}F7a9J{dcGyTo|l78BOw*xMjW>(oUC!wP% z5t!P#G9P2uxZu~u#q5iyvGVux}8ic?BQ zpq@GC;BRoLS5*dh6=j>;bxhRWIHfY+Gj0A)4Xo_=fb+qx;{_^omkQH+YvJ$jFx@r? zk}@AsEMrV-iT%UWw|DeW3%=snchc@{akil>v`K zDHfg0aT>_Q^n232xHy(H5RcY16oW`jz0Mf3F}zO@F!ETCDpO~e^v_MKBHLXnE4sCG zuZ&fP>p(j|mC^G|@mw0m4w6YvG_M@@o@unTPoGk0~z>^J}?`WsY z$uVJj84Z&2shSzShHZYP-Zi`K#4=?N%0;c8Ux2DHx6JCtsYY&4;|y2VJ4AMRDzU`mpoPZ9`S;{)Q>0G?7qJQf7x5%QKB$hZR-n4~FH-;%|8QaN>r z*ub)yf`uGAe*4z;Hz4S1^7Lk;{QLT)$NaaPJnEs)lEN=0(o-Ps@HJdi!^#1Z*wzR$ qNrK2RuUXWZ?7vcg{-2f>sJ+lAS3ms`DcE}kM4TP3U8=JW{_}rybo8_U literal 0 HcmV?d00001 diff --git a/static/img/revolut_pay.png b/static/img/revolut_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..8b54676fe913ff40056b6e94aebeca150ffa0b82 GIT binary patch literal 3921 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 Bb3Xt8 literal 0 HcmV?d00001 diff --git a/static/img/samsung_pay.png b/static/img/samsung_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..8af9c52d8f2b4566535a0187a1f458d2cc6a391d GIT binary patch literal 4779 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 literal 0 HcmV?d00001 diff --git a/static/img/shopback.png b/static/img/shopback.png new file mode 100644 index 0000000000000000000000000000000000000000..694d9f2a95d3e40bb6513a41c7eaa7856b0f3d81 GIT binary patch literal 3469 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 BEnfft literal 0 HcmV?d00001 diff --git a/static/img/shopeepay.png b/static/img/shopeepay.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4c6bd5e058635917e651af8c5dbd2c24687c7f GIT binary patch literal 3488 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 literal 0 HcmV?d00001 diff --git a/static/img/shopping.png b/static/img/shopping.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b22ea9ed2bbbdeace78c443114265af73bf0bc GIT binary patch literal 3515 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 ABme*a literal 0 HcmV?d00001 diff --git a/static/img/swish.png b/static/img/swish.png new file mode 100644 index 0000000000000000000000000000000000000000..5659289c4f5d23963f826553ee47f1e46f03ba6a GIT binary patch literal 5776 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 literal 0 HcmV?d00001 diff --git a/static/img/tarjeta_mercadopago.png b/static/img/tarjeta_mercadopago.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a08a5e68a9f27857054b9bec342a48506a5522 GIT binary patch literal 8066 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 literal 0 HcmV?d00001 diff --git a/static/img/techcom.png b/static/img/techcom.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8d1bd92fa36304dcd819acf6fd3fad0d13ba80 GIT binary patch literal 8022 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 literal 0 HcmV?d00001 diff --git a/static/img/tenpay.png b/static/img/tenpay.png new file mode 100644 index 0000000000000000000000000000000000000000..34da3df2827826ae18a386e3487d8c50e7b44097 GIT binary patch literal 9108 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 Jkl>eZ{{ywPPb&Zb literal 0 HcmV?d00001 diff --git a/static/img/tmb.png b/static/img/tmb.png new file mode 100644 index 0000000000000000000000000000000000000000..0bbd558f47d33db992ecf36c61d10797d926d37b GIT binary patch literal 2857 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%0A|6kLcVtEBh}&)NP#@6FZn{xax=ZJ5F4R|$&~sR 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 literal 0 HcmV?d00001 diff --git a/static/img/touch_n_go.png b/static/img/touch_n_go.png new file mode 100644 index 0000000000000000000000000000000000000000..02e1236561ce3c93b42e399466e15e35943d5809 GIT binary patch literal 4462 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 IUf(tP-!PF-$N&HU literal 0 HcmV?d00001 diff --git a/static/img/truemoney.png b/static/img/truemoney.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ef516de6cd86f5b4c733e3e4b95d191892d34a GIT binary patch literal 4813 zcmb_gXH*l)vnNO-CQ?MI1OY{)1f*P~2%$;uhyfvV5s)rOF9C`4-jo&~^xkVIBErS1 z1Q2N%D&opk>VWuLZ!{SVM)Xb_DwCQlW8F)>EdUYDj{d z*#fDknC!G3E1UQOw)2AGxt?+jh53<5O(n#mDD7e}zmO#saZz7mRKYNCL`4%9JHX1T ztXrU2G=LIRj|aWYx&{VV#48oxDw7R)#*4H*pwi#9qBPt3GKYk=TARBFApt#W^D`q~ z6!tp(NDAJq3kI(UUEYrP+>S>J$CQyB@*_uWNic6@``@}bj4HWkYW@LR0UH(Q+y8H& z6!wGh%7d6-l1s*g#i!JyXryQD-<99c$<^uY)zu8qetQd_z?*et(OQW1YF89?L3px# zu}no1Az-6;KkR9>xV#1fJ`BAs)rl$bo|qFuYypHH!-jM+MKD1_X>SPM5EJ?D+GVV1jYtT_~HQtkD%?(t-< zF#5;$GBx*e+}~ypG-m@gTxabvHRt)DOK zLS0JFwn+ZsZsPYl8nrCH1@oG>zl$~uu0KqXuC2j6h&|PXK(7IzQRvEQ=?Tnpf9ss<3f~2N z4H16r*%C#kNPmGvKJzX0olIZK1*d^;w3H3HY@TT*FmD=7@@8W8WD@bkMpcF}1+kim zOTi?{t9Ppi142HSn}w(}C)=m2b8D1(IpZ6<13jtJ${k~2E$>yU#_JjZkHLf=tJ?Etc?gA>m__7kdUI*r8K)L(7Eygvna?BAieHq)oA0TqiXoh;9 zUAjtr@^n&+pX7LSB7W69n?+P*BRX#KI}nIukOlcGHLm&QATnAkU>_aqH__C!QP5I0 zQpHM@hxWgTxrnuFcXcHi_8p8a@`YUtP+)(R2vvbdlBUFRPH?-`t@6*aA_s9|WS{YZ z?V$`$VwHLUYO^G~vbykU&mpp^aS`78;y9oeNv`A-SPZOa5~{Ky&)l7=tiEGnWrU+s z22APXJ$;sN8EHqy*n?Vx5YOYI&Rzhd(v^nS4y zSvso{w)sJLsj)#;2_Q{CSz*$CS>JF_RY*av%~eKu`n zia3fjjjboKWXAvef_+vsJI;NWvJ&zn z4f_I;7u6l#w`0(jVZTzoc+O1AUZ#@vn)|+CTF+`{W#c*=FDS4muUX%BF)|Z!*!P4} zqH7FEeyOhvSX2JO7uJsdsCSYrsTlb40Dih@#pMkpu0ab?dv?Tw3|u_}vzu$mYOO5UjwwaE)PpjP+jueyF!Qpn~a^>AGjLG%4;Tft`N0G zy?3*y6Zz10L40 zA;w!-`k_Bxu7>8&U`M?ZE^62~h^6P;4Hr0TU5>}I(aUbElFVYfr2fB{ctuqKHCz7rgXg?fmdpuA3TRiat78D(JJ z0g&kro&ksde!Y%-`dP)X5k6@IKND)-y6YQmpwX7Fc5B*AZAjwZ??>NzKhe}dmy zYi;@2Tr_BpwoG&@x!Q_Ev#_*l>)?|{(()nrx*7Vycp}b<-aXK)v^9rYYY{lqAA%}a zUD$sl80O#bo6Lh-`YCKjh~L0Z>utIeZH3C2=HKbw2p)e-ygvbi_xv6@Q4r0amkRsF z_HA8cVT{dIk030XJhCzgJ)sO;@X)p)9|ZwUJ^<&sHVy|MvbA)Ei2g0(p}$%rYfk(Z zXYpUo=dg*iUWE$HE-!Cl{4hQauXW3v?3m^x-^U7$kU42{!S}Ox)$>ZcWUXV zgkyb6t1|x@y?AMTrkGU0$#lZ{ogcOVh=#4cTmN=6hN3?C3a;yel4;=Y_MZ*!oQuIOFPlN^?7;` zOs&cuWEXbk0VW+;zK*xhyWjuB+1@+&nv#zF-A?PD_sS++lm38q6=)QNwT|t}qD89J3cC=Y z_J@?Cw?PS~O66{GLdtoEFFnheZESh`fm5=>Zg0(aa%V6}+T6}xw2@(*Bjz<%o>~oX zoF*&;wE4DuT*sSOoO3>f=4s1V@st!>G4e&yWJ&8@de;gn9T{?)pSC>9$wzs zqc%?2=Je?;y_&y!;F7m7^^z-`?12d;-5~0}t3Mbz=GkzExKQW&eP?Of!P3lmF9pPu zq|yr~3Nv14}WXvmE}Dx4 z+8^rW%$~Mh77_y4I_)WGs3@I9dVab`mS?>V_LuN}t?tmhr#pcNW}0=Thj+ zr!yiQl5^MiFXN#cGeg9}S_zQ$MYpWQlNACTr=H?4THi2` zs^Awv7Ux{=STMHUYvgb)gyh{VRZ4GD5ZvKZlYC<3T+v~81Bj^O(~&<2^wb>7+yi>N zWU!yqeLcJZJzE=VfI)xX9t&8#^D~sfY~Ghfz&v$kc9sRHXJkF7naMY?=8{6F&9mL` zGQDOhbgv{*zF)bj*?tYSxVr4;Ru)Ce*%&W(#5!^4*TvdJeI5Hb0MCx1ha#fKbl5mgJfQQ;{v1&{%l?T;D$yEu=20iRZD_ve) zPvURclbx?h;5H8Z6g1(V3;B&QMrxA$QrzG+2)u21Oe~!Mz7dGKrqi{v#XS-WuBg1C zcu^8R6wSC7s7!uV6_3%-GiI+FQR%NPNqK-N*AZZF4=nbKAc0sk`a0EP*e7MrII0nn zLYa)Rhfll$upXjE!8p0SYm#Z|2kCu0rJR$zTWgoQ(T^s{EFEb=(2#%~XU7TGq-=&< zpoy#+5z7Bi0rqj@dnruVozLsW3zOi0pD9Ggy2&-WS?jo?($}-boA$00jRHoXG(C7x4L2ETph*^WM(=3BD9^h7}tyu&{|Y?Eex z=FYKBcvc0uYqhAC2{MozI1+OfvO&%`&?{64zS$?cAo{-dS-dOvl640+miPv(xej!) zGxI0VxXgAm9;9?1n^NRn!E&!gOW`7Dt3B_oQ7?^j?b`|7;tDKMY5k3{5`X@EdtA5v zv-$)bwLOv|Q3Ef6x#8PFxyM!|K6YeQ>m$XC%H_odXq1~%wZHCTHY(qfEQ7p?Ig`9& zZZQl2mhP)n6HX#R+>&BQF9e$z${cii36vU67itZ!A(A)@f788fA_I5ZOwU?HG0IW> zUh7nw=D~LBbhOke_*77vG-a>^mgR}=smXa_fc@u+84k$lt{0*kA0Q4#mn2}x<2ujt znO9#{`h{oGtst7eUslh%jtl`d`C_a0 za*z|d{_P6rr+aad8@as8wWEQirRUh1d2dpZo(r!g8%6 z+a{mmQfd0du-3Mcg{LZQRM>r~aUi73gpewx3R-93!-SMeSX68jm0D#;sAA;z%+e&Q76MsSft;0@l=?*?rz~+_N zN|=!9yFaNJdN8G7+Qjf-+XSmCaw<4~8lAC1Ab*rpX}a-b5o69Mb=t@5L;EBQ*9xMt z$=y#KhYGNHHI2;z-69aufwbAzA+jJZcGg#n%M$;`X8C`BU(m`JBCme_!S8kX`$VOs LrvJEB#U|oEw~!x= literal 0 HcmV?d00001 diff --git a/static/img/trustly.png b/static/img/trustly.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fa199326ad7eee4db894a4f1d7930a9bb896db GIT binary patch literal 2576 zcmds3`7;}e7LJOwMX9w)tF^S$($ZQ=qNSEtLsDyRQEF*}TkFjgx}hEy*DgwG3lgfe z7L`~^)Ls&cHssu*s1GX#ALAedu58t+=wqC)NAlacjfP zcfgD`E&qMEl{@jsEj(6uYh#Y8f8k~n{r*NKhYlTBTw0$*y=J>lgtZDzC;J|KlRIRS zZ!q;UMsYl9Q)3*VjlT))eJAh%T7vQ(3ZH*81hmsRwGZY}2Tf(26|e?E{qQ|8y?b?O z&aGoi>(;TYFtG3^(J64WoiV;2==>ka?+LXrP2qJdU=P(c2kgxc-(vjJ+U*D$9M+n> z)dNS8ML+~q$SSUA2M5+&*Nt8%zZJ>y)kSfh zPpkEf4^2eRuVFT3D#jg|32}cMfY9?JJsQ-q?eH)RIG(6E37Q|;?^9OpfgMoof{+U} z2)?LV?`cEjxh3hmY@>Oz!=Y=Is40Uiw1LZRtq96?#|U#TC%*^ENUmBRMoo5l)}omug}^S~&8XN6B9I zPN}{V$O>_)v+(W%V|c*D6AgYr5KnlR2+*n*vhbIW-&f=J+<53@lVkHt0;S*CU&Z=O z3t6US=bz}t9cs0lLA6-ddfM^Pl@V+)?O8D(;@;8T3;CnX@*qtxXpx?>k6Q{M*sZ5( z){C=pPKd8~Bfp-HVNLaSAt=T};g|Tr0uMtP&EekEJbA&nI3>JezG9Wq3B9R(7pOkqt?QgC{}TeS9K0* zHkizXQ=Rkbp|f}=@$#4EwMhuKzH8#se%VOTYDewcku zdzx3{aiotMJ+UC(DH#YczE7jhFw*jxQ7!DIjody&5QPqSjRV({Yh>+vbJ z3sN4nO2N6Ec-jW2z)lt~dcP8{ZGa@tVsVd9VUC{AgfdiO@R_t$6_K*QlCZYJx?=4{?GZmR8rEgy~Y zr9!wg{){ZWT$;7y1!`s9y;0aRfz8V09qo4( zI-a-X0;-a`L>l#FO3u_^;bV<2;i%}R%V-+(XC){x7jS0A%Tb_G;KuQDuN+NFWIl>t zxOS$3-_a!O5(Li~Y0%UBLvD69#$yy2Zr+U-n@)c0~Vp4+Akui?vCQ3rh4jUCx-uNuQBNjSz!88yW2 zg(iCyn@G%RF|M>bX0_~mK#v8b7ePU7Jg3eiU}15mG@h(uzg}@MF?N-$^6))$|LOcG z6}BXnv(=!2Hz>0_iSEi|oK@d`ypY=`xYAQo4_(f}lCi zeH5*#RI~g=s`$C^#Z0t65n1BW>?ctG4@;>}Xl?O&Shu$Qo~U20ZAGB|Sm|e|jrziQMpf5QDF>38iraYjyWnZU`jXp%na3v+N=ft06+9f z?9I^MYRcf)zL4!ZVqAod3fScDPhzatH%!!C%mmcR;kM^0D+*n+au(OH!*#u>hEke} zqBODL=81jln&HQ*<3Dc}g@@u5#$f$sL!_|*@AUI-gKD35u0Y{l=MAUxMx6MAEiWsg zJ^rR($*CzXCVROTCA@6D+wbMMAVO&!)gcImSz#K7L!C)Z#*n-d7E}t!NY@iitmGtd zMx&{ZQIKxp#@o9tHDiO?FHP7DY);V(IaWks1wgse~qaDY;_@dvpx28T_-Jp(td9(5~b4kwNh`-3ekDia&xJ{j=HBkE?mH~-n2&Rfq~NhRr2@X zK+NVH)ow4|3&xcBM(n6>&X2=2{ORuJTrJXkyjTCvoW&7$z$<*Wba%SNv4I0v-nBJ- IcgN$!zf@(*F8}}l literal 0 HcmV?d00001 diff --git a/static/img/twint.png b/static/img/twint.png new file mode 100644 index 0000000000000000000000000000000000000000..85ac05401c7fe6c1a64e0db45a3bdb4865963a81 GIT binary patch literal 3758 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 literal 0 HcmV?d00001 diff --git a/static/img/uatp.png b/static/img/uatp.png new file mode 100644 index 0000000000000000000000000000000000000000..f4749373162953dd34829b258d9367cff8bb693f GIT binary patch literal 3942 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 literal 0 HcmV?d00001 diff --git a/static/img/unknown.png b/static/img/unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..f6911fac16810a4c5bbd381d4af1b2e82dec024e GIT binary patch literal 1684 zcmeAS@N?(olHy`uVBq!ia0vp^AAooP2OE$yy8SQ}NO2Z;L>4nJh^c}wqi2u`NCjhY zkh>GZx^prwfgF}}M_)$E)e-c?47}zvDT^vIy7~kIY4G2w@IsVb!ceO**RBrQW zyj^>D2&so>G9OQ@|=x>LMU|9ScR_vvkk%ck>w`fBss^7;Qet9Cuxc7j2pYn~CqCJqS! zw*w6ZOl&QJ1`0h5jEO8f9Lfm}5{%4;=r6Tlxvs-k>ut9a{LBB;dY5ipxaXbykJD<) z^KLHvsLy*c{u%Gl&pEzZ-=4DB=bR|;L96`T z*>t(&Ic6f~_t~z$kuKiG(|S-y3Kl$t{5_LCT~{rav&+)pS%(O+>IXIk{&Vyc&kG9| zINABz)P3Z6xa`EXwdbSnZ!Ek0`_;P#&pIQW)Q{K{R<&CA`yAjj^q&)_curUt9^A>| zyLx8W#~te__{XuM$8MLAl>L4lS>r=LlR0DEHt)Y#)Dw@m-e@%)GYs( zke>gi_{gma;nfHJ1a|yC^fQe|KPzY6`luSux5-VqXM4Blf4$`m#asFNX!gzL0O)`I8R+ zV5`2@`QLttG$Z?g=|?@w^Rly7z5UZ^=e$d>p!KuB=U6`T4=2>Va_l&i`)$V63w@cP z&Id&EHirkiYrfnI$_p_MYq+wEEmW27g4MM09Q$>tw?X@keYdyS?B^!^`){A+NC6tg zz-A|RGF!7ItK!InJQf*-{awElKY7mCYjx^sIKyF{)j!s}e1E@w?$`5Wz~nRa!1A7V z|19@EGdP@8w^VM2MUr{_pOX{nSY!m`C2el}%(L-(k)QsyF0=Yi-Ir78CO_M*-*{p^ zM^34wf%!>z^0PW^=I;j@HauX`d)Cdl)%3hX*XnJv=6}or=7GNlb~^u-UL)};zUE-v zJc;i3x*0nPyMuMPQoPlo?3qsdzaz2kgjmdhe-%gkmup;`F(;qvC)>n&Uq9dD>C&Gq z)aqk(-Pi1Y{MMyiutjA@gRPqV>Yb~f`re+pGf8Z+`=4X4c|ZO;p~>K}P0XO4BY3nga4a!|yXQ89$~Mod8xM44$rjF6*2U FngD`1*aiRq literal 0 HcmV?d00001 diff --git a/static/img/upi.png b/static/img/upi.png new file mode 100644 index 0000000000000000000000000000000000000000..d6cc1610c83915167e566015fc561840bc994265 GIT binary patch literal 5065 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 AiU0rr literal 0 HcmV?d00001 diff --git a/static/img/vipps.png b/static/img/vipps.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c4ccd972e54ed9f7596f20a2597a80fb338492 GIT binary patch literal 9578 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 literal 0 HcmV?d00001 diff --git a/static/img/visa.png b/static/img/visa.png new file mode 100644 index 0000000000000000000000000000000000000000..732b03ba8967f469d7d348b0d1a22d8bdd71cea4 GIT binary patch literal 3466 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 literal 0 HcmV?d00001 diff --git a/static/img/wallet.png b/static/img/wallet.png new file mode 100644 index 0000000000000000000000000000000000000000..3223468195c8aa46d8142e52c32bd9671cab64e4 GIT binary patch literal 1245 zcmeAS@N?(olHy`uVBq!ia0vp^AAooP2OE$yy8SQ}NO2Z;L>4nJh^c}wqi2u`NCjhY zkh>GZx^prwfgF}}M_)$E)e-c@N+#*jG$B+ufw|DpFho;IL|CoQ(!Q;oo1ck8G zYR5KRIV!}aR+z+4qWp(3q2#T+L(^)-KB* zY>NqB?tC+Q`}Su+{Q4!%x8Hu-S3U2!<@3sSM;8A4e414ys%~LJ1XEiA9gx20>RVqQ zeY4tHzwO@b&t<-Ox9|R+_wetQisg1YOIO~oV2X1UetXlrziXPG&<6(JJ@fZ|b#x4$ z$-F(I?No8FJJ&9s1G@j_zjvC>x#MW(^mMLWeg|}ymA}z`VbvY+`oqVw-di_(*^scB zvqE-O1*?y^gp;!YBR0fewC3m3=oC&24zOdd?N z=1-yB>1R*w<{m{8#jMzIQcyPben5y7KSltm?NO6OYSOoRPh4t$Z(m zNiO*;--7-*)}p=#lHc6DS7V;I{;kVJHy~%nWW7g`N2HRQ`BubN82w`AR@-h}nH<5C z=K4G@e&tX1@~n_q3;(357xA1GkZR(TKtVfuk6bvnuW-v(#R>2K?TVX!@83eROGOut ziJ~e4>H?{>`~Ua&t`Enziq?OB@p5uf3Co!aV$~D%xV8%OEL5D)fP_Lb!c5G+{__Z* z<^DG@>pVAO|Hj?k{L%bn_8XGpFV?nQNY1JIxLs*>!|@wOt3U5e{IuUy52z-suR8Hz z)I{$C$?qQRo$o5+bKr})+MM5Cy>xYKH8w@GE_?s`_x>;YmsPJm&tCRsePDK;@>yS5 z%{JwPd4-=p?)`Uth3WRqEH*aI8F<2fP3e!KUnz!G!miSc+an|jqFisEzbRub_djyY z8G&6#ukOzmy<6~j{zd!QbDa+8?%P|x_eI;b^NCIe*3Oc(G~1QG_gVf0pY({C4eS~J zK6h8VHd()S_4@>|jbRt}G``cbT_Ie3f91{C;G@s7{Z9W`^?lcQ`(432W`!C5{uFIg zJG)Zw@;UE&A!n}~b)UZO<|geA0<+Agt!9c%;^R5ULSyugx#i69nM^Nadw``8gQu&X J%Q~loCIFYL9G(CG literal 0 HcmV?d00001 diff --git a/static/img/walley.png b/static/img/walley.png new file mode 100644 index 0000000000000000000000000000000000000000..296806fe1d6186424f5b40f7175e2c5dd8a1df28 GIT binary patch literal 7298 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 literal 0 HcmV?d00001 diff --git a/static/img/western_union.png b/static/img/western_union.png new file mode 100644 index 0000000000000000000000000000000000000000..52cd2b060d22aa0d0961b8f37a06c68b4b9d5899 GIT binary patch literal 3235 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 literal 0 HcmV?d00001 diff --git a/static/lib/jquery.payment/jquery.payment.js b/static/lib/jquery.payment/jquery.payment.js new file mode 100644 index 0000000..dcf829f --- /dev/null +++ b/static/lib/jquery.payment/jquery.payment.js @@ -0,0 +1,652 @@ +// Generated by CoffeeScript 1.7.1 +(function() { + var $, cardFromNumber, cardFromType, cards, defaultFormat, formatBackCardNumber, formatBackExpiry, formatCardNumber, formatExpiry, formatForwardExpiry, formatForwardSlashAndSpace, hasTextSelected, luhnCheck, reFormatCVC, reFormatCardNumber, reFormatExpiry, reFormatNumeric, replaceFullWidthChars, restrictCVC, restrictCardNumber, restrictExpiry, restrictNumeric, safeVal, setCardType, + __slice = [].slice, + __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; + + $ = window.jQuery || window.Zepto || window.$; + + $.payment = {}; + + $.payment.fn = {}; + + $.fn.payment = function() { + var args, method; + method = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : []; + return $.payment.fn[method].apply(this, args); + }; + + defaultFormat = /(\d{1,4})/g; + + $.payment.cards = cards = [ + { + type: 'maestro', + patterns: [5018, 502, 503, 506, 56, 58, 639, 6220, 67], + format: defaultFormat, + length: [12, 13, 14, 15, 16, 17, 18, 19], + cvcLength: [3], + luhn: true + }, { + type: 'forbrugsforeningen', + patterns: [600], + format: defaultFormat, + length: [16], + cvcLength: [3], + luhn: true + }, { + type: 'dankort', + patterns: [5019], + format: defaultFormat, + length: [16], + cvcLength: [3], + luhn: true + }, { + type: 'visa', + patterns: [4], + format: defaultFormat, + length: [13, 16], + cvcLength: [3], + luhn: true + }, { + type: 'mastercard', + patterns: [51, 52, 53, 54, 55, 22, 23, 24, 25, 26, 27], + format: defaultFormat, + length: [16], + cvcLength: [3], + luhn: true + }, { + type: 'amex', + patterns: [34, 37], + format: /(\d{1,4})(\d{1,6})?(\d{1,5})?/, + length: [15], + cvcLength: [3, 4], + luhn: true + }, { + type: 'dinersclub', + patterns: [30, 36, 38, 39], + format: /(\d{1,4})(\d{1,6})?(\d{1,4})?/, + length: [14], + cvcLength: [3], + luhn: true + }, { + type: 'discover', + patterns: [60, 64, 65, 622], + format: defaultFormat, + length: [16], + cvcLength: [3], + luhn: true + }, { + type: 'unionpay', + patterns: [62, 88], + format: defaultFormat, + length: [16, 17, 18, 19], + cvcLength: [3], + luhn: false + }, { + type: 'jcb', + patterns: [35], + format: defaultFormat, + length: [16], + cvcLength: [3], + luhn: true + } + ]; + + cardFromNumber = function(num) { + var card, p, pattern, _i, _j, _len, _len1, _ref; + num = (num + '').replace(/\D/g, ''); + for (_i = 0, _len = cards.length; _i < _len; _i++) { + card = cards[_i]; + _ref = card.patterns; + for (_j = 0, _len1 = _ref.length; _j < _len1; _j++) { + pattern = _ref[_j]; + p = pattern + ''; + if (num.substr(0, p.length) === p) { + return card; + } + } + } + }; + + cardFromType = function(type) { + var card, _i, _len; + for (_i = 0, _len = cards.length; _i < _len; _i++) { + card = cards[_i]; + if (card.type === type) { + return card; + } + } + }; + + luhnCheck = function(num) { + var digit, digits, odd, sum, _i, _len; + odd = true; + sum = 0; + digits = (num + '').split('').reverse(); + for (_i = 0, _len = digits.length; _i < _len; _i++) { + digit = digits[_i]; + digit = parseInt(digit, 10); + if ((odd = !odd)) { + digit *= 2; + } + if (digit > 9) { + digit -= 9; + } + sum += digit; + } + return sum % 10 === 0; + }; + + hasTextSelected = function($target) { + var _ref; + if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== $target.prop('selectionEnd')) { + return true; + } + if ((typeof document !== "undefined" && document !== null ? (_ref = document.selection) != null ? _ref.createRange : void 0 : void 0) != null) { + if (document.selection.createRange().text) { + return true; + } + } + return false; + }; + + safeVal = function(value, $target) { + var currPair, cursor, digit, error, last, prevPair; + try { + cursor = $target.prop('selectionStart'); + } catch (_error) { + error = _error; + cursor = null; + } + last = $target.val(); + $target.val(value); + if (cursor !== null && $target.is(":focus")) { + if (cursor === last.length) { + cursor = value.length; + } + if (last !== value) { + prevPair = last.slice(cursor - 1, +cursor + 1 || 9e9); + currPair = value.slice(cursor - 1, +cursor + 1 || 9e9); + digit = value[cursor]; + if (/\d/.test(digit) && prevPair === ("" + digit + " ") && currPair === (" " + digit)) { + cursor = cursor + 1; + } + } + $target.prop('selectionStart', cursor); + return $target.prop('selectionEnd', cursor); + } + }; + + replaceFullWidthChars = function(str) { + var chars, chr, fullWidth, halfWidth, idx, value, _i, _len; + if (str == null) { + str = ''; + } + fullWidth = '\uff10\uff11\uff12\uff13\uff14\uff15\uff16\uff17\uff18\uff19'; + halfWidth = '0123456789'; + value = ''; + chars = str.split(''); + for (_i = 0, _len = chars.length; _i < _len; _i++) { + chr = chars[_i]; + idx = fullWidth.indexOf(chr); + if (idx > -1) { + chr = halfWidth[idx]; + } + value += chr; + } + return value; + }; + + reFormatNumeric = function(e) { + var $target; + $target = $(e.currentTarget); + return setTimeout(function() { + var value; + value = $target.val(); + value = replaceFullWidthChars(value); + value = value.replace(/\D/g, ''); + return safeVal(value, $target); + }); + }; + + reFormatCardNumber = function(e) { + var $target; + $target = $(e.currentTarget); + return setTimeout(function() { + var value; + value = $target.val(); + value = replaceFullWidthChars(value); + value = $.payment.formatCardNumber(value); + return safeVal(value, $target); + }); + }; + + formatCardNumber = function(e) { + var $target, card, digit, length, re, upperLength, value; + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + $target = $(e.currentTarget); + value = $target.val(); + card = cardFromNumber(value + digit); + length = (value.replace(/\D/g, '') + digit).length; + upperLength = 16; + if (card) { + upperLength = card.length[card.length.length - 1]; + } + if (length >= upperLength) { + return; + } + if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { + return; + } + if (card && card.type === 'amex') { + re = /^(\d{4}|\d{4}\s\d{6})$/; + } else { + re = /(?:^|\s)(\d{4})$/; + } + if (re.test(value)) { + e.preventDefault(); + return setTimeout(function() { + return $target.val(value + ' ' + digit); + }); + } else if (re.test(value + digit)) { + e.preventDefault(); + return setTimeout(function() { + return $target.val(value + digit + ' '); + }); + } + }; + + formatBackCardNumber = function(e) { + var $target, value; + $target = $(e.currentTarget); + value = $target.val(); + if (e.which !== 8) { + return; + } + if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { + return; + } + if (/\d\s$/.test(value)) { + e.preventDefault(); + return setTimeout(function() { + return $target.val(value.replace(/\d\s$/, '')); + }); + } else if (/\s\d?$/.test(value)) { + e.preventDefault(); + return setTimeout(function() { + return $target.val(value.replace(/\d$/, '')); + }); + } + }; + + reFormatExpiry = function(e) { + var $target; + $target = $(e.currentTarget); + return setTimeout(function() { + var value; + value = $target.val(); + value = replaceFullWidthChars(value); + value = $.payment.formatExpiry(value); + return safeVal(value, $target); + }); + }; + + formatExpiry = function(e) { + var $target, digit, val; + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + $target = $(e.currentTarget); + val = $target.val() + digit; + if (/^\d$/.test(val) && (val !== '0' && val !== '1')) { + e.preventDefault(); + return setTimeout(function() { + return $target.val("0" + val + " / "); + }); + } else if (/^\d\d$/.test(val)) { + e.preventDefault(); + return setTimeout(function() { + var m1, m2; + m1 = parseInt(val[0], 10); + m2 = parseInt(val[1], 10); + if (m2 > 2 && m1 !== 0) { + return $target.val("0" + m1 + " / " + m2); + } else { + return $target.val("" + val + " / "); + } + }); + } + }; + + formatForwardExpiry = function(e) { + var $target, digit, val; + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + $target = $(e.currentTarget); + val = $target.val(); + if (/^\d\d$/.test(val)) { + return $target.val("" + val + " / "); + } + }; + + formatForwardSlashAndSpace = function(e) { + var $target, val, which; + which = String.fromCharCode(e.which); + if (!(which === '/' || which === ' ')) { + return; + } + $target = $(e.currentTarget); + val = $target.val(); + if (/^\d$/.test(val) && val !== '0') { + return $target.val("0" + val + " / "); + } + }; + + formatBackExpiry = function(e) { + var $target, value; + $target = $(e.currentTarget); + value = $target.val(); + if (e.which !== 8) { + return; + } + if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { + return; + } + if (/\d\s\/\s$/.test(value)) { + e.preventDefault(); + return setTimeout(function() { + return $target.val(value.replace(/\d\s\/\s$/, '')); + }); + } + }; + + reFormatCVC = function(e) { + var $target; + $target = $(e.currentTarget); + return setTimeout(function() { + var value; + value = $target.val(); + value = replaceFullWidthChars(value); + value = value.replace(/\D/g, '').slice(0, 4); + return safeVal(value, $target); + }); + }; + + restrictNumeric = function(e) { + var input; + if (e.metaKey || e.ctrlKey) { + return true; + } + if (e.which === 32) { + return false; + } + if (e.which === 0) { + return true; + } + if (e.which < 33) { + return true; + } + input = String.fromCharCode(e.which); + return !!/[\d\s]/.test(input); + }; + + restrictCardNumber = function(e) { + var $target, card, digit, value; + $target = $(e.currentTarget); + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + if (hasTextSelected($target)) { + return; + } + value = ($target.val() + digit).replace(/\D/g, ''); + card = cardFromNumber(value); + if (card) { + return value.length <= card.length[card.length.length - 1]; + } else { + return value.length <= 16; + } + }; + + restrictExpiry = function(e) { + var $target, digit, value; + $target = $(e.currentTarget); + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + if (hasTextSelected($target)) { + return; + } + value = $target.val() + digit; + value = value.replace(/\D/g, ''); + if (value.length > 6) { + return false; + } + }; + + restrictCVC = function(e) { + var $target, digit, val; + $target = $(e.currentTarget); + digit = String.fromCharCode(e.which); + if (!/^\d+$/.test(digit)) { + return; + } + if (hasTextSelected($target)) { + return; + } + val = $target.val() + digit; + return val.length <= 4; + }; + + setCardType = function(e) { + var $target, allTypes, card, cardType, val; + $target = $(e.currentTarget); + val = $target.val(); + cardType = $.payment.cardType(val) || 'unknown'; + if (!$target.hasClass(cardType)) { + allTypes = (function() { + var _i, _len, _results; + _results = []; + for (_i = 0, _len = cards.length; _i < _len; _i++) { + card = cards[_i]; + _results.push(card.type); + } + return _results; + })(); + $target.removeClass('unknown'); + $target.removeClass(allTypes.join(' ')); + $target.addClass(cardType); + $target.toggleClass('identified', cardType !== 'unknown'); + return $target.trigger('payment.cardType', cardType); + } + }; + + $.payment.fn.formatCardCVC = function() { + this.on('keypress', restrictNumeric); + this.on('keypress', restrictCVC); + this.on('paste', reFormatCVC); + this.on('change', reFormatCVC); + this.on('input', reFormatCVC); + return this; + }; + + $.payment.fn.formatCardExpiry = function() { + this.on('keypress', restrictNumeric); + this.on('keypress', restrictExpiry); + this.on('keypress', formatExpiry); + this.on('keypress', formatForwardSlashAndSpace); + this.on('keypress', formatForwardExpiry); + this.on('keydown', formatBackExpiry); + this.on('change', reFormatExpiry); + this.on('input', reFormatExpiry); + return this; + }; + + $.payment.fn.formatCardNumber = function() { + this.on('keypress', restrictNumeric); + this.on('keypress', restrictCardNumber); + this.on('keypress', formatCardNumber); + this.on('keydown', formatBackCardNumber); + this.on('keyup', setCardType); + this.on('paste', reFormatCardNumber); + this.on('change', reFormatCardNumber); + this.on('input', reFormatCardNumber); + this.on('input', setCardType); + return this; + }; + + $.payment.fn.restrictNumeric = function() { + this.on('keypress', restrictNumeric); + this.on('paste', reFormatNumeric); + this.on('change', reFormatNumeric); + this.on('input', reFormatNumeric); + return this; + }; + + $.payment.fn.cardExpiryVal = function() { + return $.payment.cardExpiryVal($(this).val()); + }; + + $.payment.cardExpiryVal = function(value) { + var month, prefix, year, _ref; + _ref = value.split(/[\s\/]+/, 2), month = _ref[0], year = _ref[1]; + if ((year != null ? year.length : void 0) === 2 && /^\d+$/.test(year)) { + prefix = (new Date).getFullYear(); + prefix = prefix.toString().slice(0, 2); + year = prefix + year; + } + month = parseInt(month, 10); + year = parseInt(year, 10); + return { + month: month, + year: year + }; + }; + + $.payment.validateCardNumber = function(num) { + var card, _ref; + num = (num + '').replace(/\s+|-/g, ''); + if (!/^\d+$/.test(num)) { + return false; + } + card = cardFromNumber(num); + if (!card) { + return false; + } + return (_ref = num.length, __indexOf.call(card.length, _ref) >= 0) && (card.luhn === false || luhnCheck(num)); + }; + + $.payment.validateCardExpiry = function(month, year) { + var currentTime, expiry, _ref; + if (typeof month === 'object' && 'month' in month) { + _ref = month, month = _ref.month, year = _ref.year; + } + if (!(month && year)) { + return false; + } + month = $.trim(month); + year = $.trim(year); + if (!/^\d+$/.test(month)) { + return false; + } + if (!/^\d+$/.test(year)) { + return false; + } + if (!((1 <= month && month <= 12))) { + return false; + } + if (year.length === 2) { + if (year < 70) { + year = "20" + year; + } else { + year = "19" + year; + } + } + if (year.length !== 4) { + return false; + } + expiry = new Date(year, month); + currentTime = new Date; + expiry.setMonth(expiry.getMonth() - 1); + expiry.setMonth(expiry.getMonth() + 1, 1); + return expiry > currentTime; + }; + + $.payment.validateCardCVC = function(cvc, type) { + var card, _ref; + cvc = $.trim(cvc); + if (!/^\d+$/.test(cvc)) { + return false; + } + card = cardFromType(type); + if (card != null) { + return _ref = cvc.length, __indexOf.call(card.cvcLength, _ref) >= 0; + } else { + return cvc.length >= 3 && cvc.length <= 4; + } + }; + + $.payment.cardType = function(num) { + var _ref; + if (!num) { + return null; + } + return ((_ref = cardFromNumber(num)) != null ? _ref.type : void 0) || null; + }; + + $.payment.formatCardNumber = function(num) { + var card, groups, upperLength, _ref; + num = num.replace(/\D/g, ''); + card = cardFromNumber(num); + if (!card) { + return num; + } + upperLength = card.length[card.length.length - 1]; + num = num.slice(0, upperLength); + if (card.format.global) { + return (_ref = num.match(card.format)) != null ? _ref.join(' ') : void 0; + } else { + groups = card.format.exec(num); + if (groups == null) { + return; + } + groups.shift(); + groups = $.grep(groups, function(n) { + return n; + }); + return groups.join(' '); + } + }; + + $.payment.formatExpiry = function(expiry) { + var mon, parts, sep, year; + parts = expiry.match(/^\D*(\d{1,2})(\D+)?(\d{1,4})?/); + if (!parts) { + return ''; + } + mon = parts[1] || ''; + sep = parts[2] || ''; + year = parts[3] || ''; + if (year.length > 0) { + sep = ' / '; + } else if (sep === ' /') { + mon = mon.substring(0, 1); + sep = ''; + } else if (mon.length === 2 || sep.length > 0) { + sep = ' / '; + } else if (mon.length === 1 && (mon !== '0' && mon !== '1')) { + mon = "0" + mon; + sep = ' / '; + } + return mon + sep + year; + }; + +}).call(this); diff --git a/static/src/js/express_checkout_form.js b/static/src/js/express_checkout_form.js new file mode 100644 index 0000000..c511299 --- /dev/null +++ b/static/src/js/express_checkout_form.js @@ -0,0 +1,89 @@ +/** @odoo-module */ + +import publicWidget from '@web/legacy/js/public/public_widget'; +import { Component } from '@odoo/owl'; + +publicWidget.registry.PaymentExpressCheckoutForm = publicWidget.Widget.extend({ + selector: 'form[name="o_payment_express_checkout_form"]', + + /** + * @override + */ + start: async function () { + await this._super(...arguments); + this.paymentContext = {}; + Object.assign(this.paymentContext, this.el.dataset); + this.paymentContext.shippingInfoRequired = !!this.paymentContext['shippingInfoRequired']; + const expressCheckoutForms = this._getExpressCheckoutForms(); + for (const expressCheckoutForm of expressCheckoutForms) { + await this._prepareExpressCheckoutForm(expressCheckoutForm.dataset); + } + // Monitor updates of the amount on eCommerce's cart pages. + Component.env.bus.addEventListener('cart_amount_changed', (ev) => this._updateAmount(...ev.detail)); + }, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * Return all express checkout forms found on the page. + * + * @private + * @return {NodeList} - All express checkout forms found on the page. + */ + _getExpressCheckoutForms() { + return document.querySelectorAll( + 'form[name="o_payment_express_checkout_form"] div[name="o_express_checkout_container"]' + ); + }, + + /** + * Prepare the provider-specific express checkout form based on the provided data. + * + * For a provider to manage an express checkout form, it must override this method. + * + * @private + * @param {Object} providerData - The provider-specific data. + * @return {void} + */ + async _prepareExpressCheckoutForm(providerData) {}, + + /** + * Prepare the params for the RPC to the transaction route. + * + * @private + * @param {number} providerId - The id of the provider handling the transaction. + * @returns {object} - The transaction route params. + */ + _prepareTransactionRouteParams(providerId) { + return { + 'provider_id': parseInt(providerId), + 'payment_method_id': parseInt(this.paymentContext['paymentMethodUnknownId']), + 'token_id': null, + 'flow': 'direct', + 'tokenization_requested': false, + 'landing_route': this.paymentContext['landingRoute'], + 'access_token': this.paymentContext['accessToken'], + 'csrf_token': odoo.csrf_token, + }; + }, + + /** + * Update the amount of the express checkout form. + * + * For a provider to manage an express form, it must override this method. + * + * @private + * @param {number} newAmount - The new amount. + * @param {number} newMinorAmount - The new minor amount. + * @return {void} + */ + _updateAmount(newAmount, newMinorAmount) { + this.paymentContext.amount = parseFloat(newAmount); + this.paymentContext.minorAmount = parseInt(newMinorAmount); + }, + +}); + +export const paymentExpressCheckoutForm = publicWidget.registry.PaymentExpressCheckoutForm; diff --git a/static/src/js/payment_button.js b/static/src/js/payment_button.js new file mode 100644 index 0000000..055526c --- /dev/null +++ b/static/src/js/payment_button.js @@ -0,0 +1,81 @@ +/** @odoo-module **/ + +import publicWidget from '@web/legacy/js/public/public_widget'; +import { Component } from "@odoo/owl"; + +publicWidget.registry.PaymentButton = publicWidget.Widget.extend({ + selector: 'button[name="o_payment_submit_button"]', + + async start() { + await this._super(...arguments); + this.paymentButton = this.el; + this.iconClass = this.paymentButton.dataset.iconClass; + this._enable(); + Component.env.bus.addEventListener('enablePaymentButton', this._enable.bind(this)); + Component.env.bus.addEventListener('disablePaymentButton',this._disable.bind(this)); + Component.env.bus.addEventListener('hidePaymentButton', this._hide.bind(this)); + Component.env.bus.addEventListener('showPaymentButton', this._show.bind(this)); + }, + + /** + * Check if the payment button can be enabled and do it if so. + * + * @private + * @return {void} + */ + _enable() { + if (this._canSubmit()) { + this.paymentButton.disabled = false; + } + }, + + /** + * Check whether the payment form can be submitted, i.e. whether exactly one payment option is + * selected. + * + * For a module to add a condition on the submission of the form, it must override this method + * and return whether both this method's condition and the override method's condition are met. + * + * @private + * @return {boolean} Whether the form can be submitted. + */ + _canSubmit() { + const paymentForm = document.querySelector('#o_payment_form'); + if (!paymentForm) { // Payment form is not present. + return true; // Ignore the check. + } + return document.querySelectorAll('input[name="o_payment_radio"]:checked').length === 1; + }, + + /** + * Disable the payment button. + * + * @private + * @return {void} + */ + _disable() { + this.paymentButton.disabled = true; + }, + + /** + * Hide the payment button. + * + * @private + * @return {void} + */ + _hide() { + this.paymentButton.classList.add('d-none'); + }, + + /** + * Show the payment button. + * + * @private + * @return {void} + */ + _show() { + this.paymentButton.classList.remove('d-none'); + }, + +}); +export default publicWidget.registry.PaymentButton; diff --git a/static/src/js/payment_form.js b/static/src/js/payment_form.js new file mode 100644 index 0000000..0cde3ce --- /dev/null +++ b/static/src/js/payment_form.js @@ -0,0 +1,614 @@ +/** @odoo-module **/ + +import { Component } from '@odoo/owl'; +import publicWidget from '@web/legacy/js/public/public_widget'; +import { browser } from '@web/core/browser/browser'; +import { ConfirmationDialog } from '@web/core/confirmation_dialog/confirmation_dialog'; +import { _t } from '@web/core/l10n/translation'; +import { renderToMarkup } from '@web/core/utils/render'; +import { RPCError } from '@web/core/network/rpc_service'; + +publicWidget.registry.PaymentForm = publicWidget.Widget.extend({ + selector: '#o_payment_form', + events: Object.assign({}, publicWidget.Widget.prototype.events, { + 'click [name="o_payment_radio"]': '_selectPaymentOption', + 'click [name="o_payment_delete_token"]': '_fetchTokenData', + 'click [name="o_payment_expand_button"]': '_hideExpandButton', + 'click [name="o_payment_submit_button"]': '_submitForm', + }), + + // #=== WIDGET LIFECYCLE ===# + + /** + * @override + */ + init() { + this._super(...arguments); + this.rpc = this.bindService("rpc"); + this.orm = this.bindService("orm"); + }, + + /** + * @override + */ + async start() { + // Synchronously initialize paymentContext before any await. + this.paymentContext = {}; + Object.assign(this.paymentContext, this.el.dataset); + + await this._super(...arguments); + + // Expand the payment form of the selected payment option if there is only one. + const checkedRadio = document.querySelector('input[name="o_payment_radio"]:checked'); + if (checkedRadio) { + await this._expandInlineForm(checkedRadio); + this._enableButton(false); + } else { + this._setPaymentFlow(); // Initialize the payment flow to let providers overwrite it. + } + + this.$('[data-bs-toggle="tooltip"]').tooltip(); + }, + + // #=== EVENT HANDLERS ===# + + /** + * Open the inline form of the selected payment option, if any. + * + * @private + * @param {Event} ev + * @return {void} + */ + async _selectPaymentOption(ev) { + // Show the inputs in case they have been hidden. + this._showInputs(); + + // Disable the submit button while preparing the inline form. + this._disableButton(); + + // Unfold and prepare the inline form of the selected payment option. + const checkedRadio = ev.target; + await this._expandInlineForm(checkedRadio); + + // Re-enable the submit button after the inline form has been prepared. + this._enableButton(false); + }, + + /** + * Fetch data relative to the documents linked to the token and delegate them to the token + * deletion confirmation dialog. + * + * @private + * @param {Event} ev + * @return {void} + */ + _fetchTokenData(ev) { + ev.preventDefault(); + + const linkedRadio = document.getElementById(ev.currentTarget.dataset['linkedRadio']); + const tokenId = this._getPaymentOptionId(linkedRadio); + this.orm.call( + 'payment.token', + 'get_linked_records_info', + [tokenId], + ).then(linkedRecordsInfo => { + this._challengeTokenDeletion(tokenId, linkedRecordsInfo); + }).catch(error => { + if (error instanceof RPCError) { + this._displayErrorDialog( + _t("Cannot delete payment method"), error.data.message + ); + } else { + return Promise.reject(error); + } + }); + }, + + /** + * Hide the button to expand the payment methods section once it has been clicked. + * + * @private + * @param {Event} ev + * @return {void} + */ + _hideExpandButton(ev) { + ev.target.classList.add('d-none'); + }, + + /** + * Update the payment context with the selected payment option and initiate its payment flow. + * + * @private + * @param {Event} ev + * @return {void} + */ + async _submitForm(ev) { + ev.stopPropagation(); + ev.preventDefault(); + + const checkedRadio = this.el.querySelector('input[name="o_payment_radio"]:checked'); + + // Block the entire UI to prevent fiddling with other widgets. + this._disableButton(true); + + // Initiate the payment flow of the selected payment option. + const flow = this.paymentContext.flow = this._getPaymentFlow(checkedRadio); + const paymentOptionId = this.paymentContext.paymentOptionId = this._getPaymentOptionId( + checkedRadio + ); + if (flow === 'token' && this.paymentContext['assignTokenRoute']) { // Assign token flow. + await this._assignToken(paymentOptionId); + } else { // Both tokens and payment methods must process a payment operation. + const providerCode = this.paymentContext.providerCode = this._getProviderCode( + checkedRadio + ); + const pmCode = this.paymentContext.paymentMethodCode = this._getPaymentMethodCode( + checkedRadio + ); + this.paymentContext.providerId = this._getProviderId(checkedRadio); + if (this._getPaymentOptionType(checkedRadio) === 'token') { + this.paymentContext.tokenId = paymentOptionId; + } else { // 'payment_method' + this.paymentContext.paymentMethodId = paymentOptionId; + } + const inlineForm = this._getInlineForm(checkedRadio); + this.paymentContext.tokenizationRequested = inlineForm?.querySelector( + '[name="o_payment_tokenize_checkbox"]' + )?.checked ?? this.paymentContext['mode'] === 'validation'; + await this._initiatePaymentFlow(providerCode, paymentOptionId, pmCode, flow); + } + }, + + // #=== DOM MANIPULATION ===# + + /** + * Check if the submit button can be enabled and do it if so. + * + * @private + * @param {boolean} unblockUI - Whether the UI should also be unblocked. + * @return {void} + */ + _enableButton(unblockUI = true) { + Component.env.bus.trigger('enablePaymentButton'); + if (unblockUI) { + this.call('ui', 'unblock'); + } + }, + + /** + * Disable the submit button. + * + * @private + * @param {boolean} blockUI - Whether the UI should also be blocked. + * @return {void} + */ + _disableButton(blockUI = false) { + Component.env.bus.trigger('disablePaymentButton'); + if (blockUI) { + this.call('ui', 'block'); + } + }, + + /** + * Show the tokenization checkbox, its label, and the submit button. + * + * @private + * @return {void} + */ + _showInputs() { + // Show the tokenization checkbox and its label. + const tokenizeContainer = this.el.querySelector('[name="o_payment_tokenize_container"]'); + tokenizeContainer?.classList.remove('d-none'); + + // Show the submit button. + Component.env.bus.trigger('showPaymentButton'); + }, + + /** + * Hide the tokenization checkbox, its label, and the submit button. + * + * The inputs should typically be hidden when the customer has to perform additional actions in + * the inline form. All inputs are automatically shown again when the customer selects another + * payment option. + * + * @private + * @return {void} + */ + _hideInputs() { + // Hide the tokenization checkbox and its label. + const tokenizeContainer = this.el.querySelector('[name="o_payment_tokenize_container"]'); + tokenizeContainer?.classList.add('d-none'); + + // Hide the submit button. + Component.env.bus.trigger('hidePaymentButton'); + }, + + /** + * Open the inline form of the selected payment option and collapse the others. + * + * @private + * @param {HTMLInputElement} radio - The radio button linked to the payment option. + * @return {void} + */ + async _expandInlineForm(radio) { + this._collapseInlineForms(); // Collapse previously opened inline forms. + this._setPaymentFlow(); // Reset the payment flow to let providers overwrite it. + + // Prepare the inline form of the selected payment option. + const providerId = this._getProviderId(radio); + const providerCode = this._getProviderCode(radio); + const paymentOptionId = this._getPaymentOptionId(radio); + const paymentMethodCode = this._getPaymentMethodCode(radio); + const flow = this._getPaymentFlow(radio); + await this._prepareInlineForm( + providerId, providerCode, paymentOptionId, paymentMethodCode, flow + ); + + // Display the prepared inline form if it is not empty. + const inlineForm = this._getInlineForm(radio); + if (inlineForm && inlineForm.children.length > 0) { + inlineForm.classList.remove('d-none'); + } + }, + + /** + * Prepare the provider-specific inline form of the selected payment option. + * + * For a provider to manage an inline form, it must override this method and render the content + * of the form. + * + * @private + * @param {number} providerId - The id of the selected payment option's provider. + * @param {string} providerCode - The code of the selected payment option's provider. + * @param {number} paymentOptionId - The id of the selected payment option. + * @param {string} paymentMethodCode - The code of the selected payment method, if any. + * @param {string} flow - The online payment flow of the selected payment option. + * @return {void} + */ + async _prepareInlineForm(providerId, providerCode, paymentOptionId, paymentMethodCode, flow) {}, + + /** + * Collapse all inline forms of the current widget. + * + * @private + * @return {void} + */ + _collapseInlineForms() { + this.el.querySelectorAll('[name="o_payment_inline_form"]').forEach(inlineForm => { + inlineForm.classList.add('d-none'); + }); + }, + + /** + * Display an error dialog. + * + * @private + * @param {string} title - The title of the dialog. + * @param {string} errorMessage - The error message. + * @return {void} + */ + _displayErrorDialog(title, errorMessage = '') { + this.call('dialog', 'add', ConfirmationDialog, { title: title, body: errorMessage || "" }); + }, + + /** + * Display the token deletion confirmation dialog. + * + * @private + * @param {number} tokenId - The id of the token whose deletion was requested. + * @param {object} linkedRecordsInfo - The data relative to the documents linked to the token. + * @return {void} + */ + _challengeTokenDeletion(tokenId, linkedRecordsInfo) { + const body = renderToMarkup('payment.deleteTokenDialog', { linkedRecordsInfo }); + this.call('dialog', 'add', ConfirmationDialog, { + title: _t("Warning!"), + body, + confirmLabel: _t("Confirm Deletion"), + confirm: () => this._archiveToken(tokenId), + cancel: () => {}, + }); + }, + + // #=== PAYMENT FLOW ===# + + /** + * Set the payment flow for the selected payment option. + * + * For a provider to manage direct payments, it must call this method and set the payment flow + * when its payment option is selected. + * + * @private + * @param {string} flow - The flow for the selected payment option. Either 'redirect', 'direct', + * or 'token' + * @return {void} + */ + _setPaymentFlow(flow = 'redirect') { + if (['redirect', 'direct', 'token'].includes(flow)) { + this.paymentContext.flow = flow; + } else { + console.warn(`The value ${flow} is not a supported flow. Falling back to redirect.`); + this.paymentContext.flow = 'redirect'; + } + }, + + /** + * Assign the selected token to a document through the `assignTokenRoute`. + * + * @private + * @param {number} tokenId - The id of the token to assign. + * @return {void} + */ + async _assignToken(tokenId) { + this.rpc(this.paymentContext['assignTokenRoute'], { + 'token_id': tokenId, + 'access_token': this.paymentContext['accessToken'], + }).then(() => { + window.location = this.paymentContext['landingRoute']; + }).catch(error => { + if (error instanceof RPCError) { + this._displayErrorDialog(_t("Cannot save payment method"), error.data.message); + this._enableButton(); // The button has been disabled before initiating the flow. + } else { + return Promise.reject(error); + } + }); + }, + + /** + * Make an RPC to initiate the payment flow by creating a new transaction. + * + * For a provider to do pre-processing work (e.g., perform checks on the form inputs), or to + * process the payment flow in its own terms (e.g., re-schedule the RPC to the transaction + * route), it must override this method. + * + * To alter the flow-specific processing, it is advised to override `_processRedirectFlow`, + * `_processDirectFlow`, or `_processTokenFlow` instead. + * + * @private + * @param {string} providerCode - The code of the selected payment option's provider. + * @param {number} paymentOptionId - The id of the selected payment option. + * @param {string} paymentMethodCode - The code of the selected payment method, if any. + * @param {string} flow - The payment flow of the selected payment option. + * @return {void} + */ + async _initiatePaymentFlow(providerCode, paymentOptionId, paymentMethodCode, flow) { + // Create a transaction and retrieve its processing values. + this.rpc( + this.paymentContext['transactionRoute'], + this._prepareTransactionRouteParams(), + ).then(processingValues => { + if (flow === 'redirect') { + this._processRedirectFlow( + providerCode, paymentOptionId, paymentMethodCode, processingValues + ); + } else if (flow === 'direct') { + this._processDirectFlow( + providerCode, paymentOptionId, paymentMethodCode, processingValues + ); + } else if (flow === 'token') { + this._processTokenFlow( + providerCode, paymentOptionId, paymentMethodCode, processingValues + ); + } + }).catch(error => { + if (error instanceof RPCError) { + this._displayErrorDialog(_t("Payment processing failed"), error.data.message); + this._enableButton(); // The button has been disabled before initiating the flow. + } else { + return Promise.reject(error); + } + }); + }, + + /** + * Prepare the params for the RPC to the transaction route. + * + * @private + * @return {object} The transaction route params. + */ + _prepareTransactionRouteParams() { + let transactionRouteParams = { + 'provider_id': this.paymentContext.providerId, + 'payment_method_id': this.paymentContext.paymentMethodId ?? null, + 'token_id': this.paymentContext.tokenId ?? null, + 'amount': this.paymentContext['amount'] !== undefined + ? parseFloat(this.paymentContext['amount']) : null, + 'flow': this.paymentContext['flow'], + 'tokenization_requested': this.paymentContext['tokenizationRequested'], + 'landing_route': this.paymentContext['landingRoute'], + 'is_validation': this.paymentContext['mode'] === 'validation', + 'access_token': this.paymentContext['accessToken'], + 'csrf_token': odoo.csrf_token, + }; + // Generic payment flows (i.e., that are not attached to a document) require extra params. + if (this.paymentContext['transactionRoute'] === '/payment/transaction') { + Object.assign(transactionRouteParams, { + 'currency_id': this.paymentContext['currencyId'] + ? parseInt(this.paymentContext['currencyId']) : null, + 'partner_id': parseInt(this.paymentContext['partnerId']), + 'reference_prefix': this.paymentContext['referencePrefix']?.toString(), + }); + } + return transactionRouteParams; + }, + + /** + * Redirect the customer by submitting the redirect form included in the processing values. + * + * @private + * @param {string} providerCode - The code of the selected payment option's provider. + * @param {number} paymentOptionId - The id of the selected payment option. + * @param {string} paymentMethodCode - The code of the selected payment method, if any. + * @param {object} processingValues - The processing values of the transaction. + * @return {void} + */ + _processRedirectFlow(providerCode, paymentOptionId, paymentMethodCode, processingValues) { + // Create and configure the form element with the content rendered by the server. + const div = document.createElement('div'); + div.innerHTML = processingValues['redirect_form_html']; + const redirectForm = div.querySelector('form'); + redirectForm.setAttribute('id', 'o_payment_redirect_form'); + redirectForm.setAttribute('target', '_top'); // Ensures redirections when in an iframe. + + // Submit the form. + document.body.appendChild(redirectForm); + redirectForm.submit(); + }, + + /** + * Process the provider-specific implementation of the direct payment flow. + * + * @private + * @param {string} providerCode - The code of the selected payment option's provider. + * @param {number} paymentOptionId - The id of the selected payment option. + * @param {string} paymentMethodCode - The code of the selected payment method, if any. + * @param {object} processingValues - The processing values of the transaction. + * @return {void} + */ + _processDirectFlow(providerCode, paymentOptionId, paymentMethodCode, processingValues) {}, + + /** + * Redirect the customer to the status route. + * + * @private + * @param {string} providerCode - The code of the selected payment option's provider. + * @param {number} paymentOptionId - The id of the selected payment option. + * @param {string} paymentMethodCode - The code of the selected payment method, if any. + * @param {object} processingValues - The processing values of the transaction. + * @return {void} + */ + _processTokenFlow(providerCode, paymentOptionId, paymentMethodCode, processingValues) { + // The flow is already completed as payments by tokens are immediately processed. + window.location = '/payment/status'; + }, + + /** + * Archive the provided token. + * + * @private + * @param {number} tokenId - The id of the token whose deletion was requested. + * @return {void} + */ + _archiveToken(tokenId) { + this.rpc('/payment/archive_token', { + 'token_id': tokenId, + }).then(() => { + browser.location.reload(); + }).catch(error => { + if (error instanceof RPCError) { + this._displayErrorDialog( + _t("Cannot delete payment method"), error.data.message + ); + } else { + return Promise.reject(error); + } + }); + }, + + // #=== GETTERS ===# + + /** + * Determine and return the inline form of the selected payment option. + * + * @private + * @param {HTMLInputElement} radio - The radio button linked to the payment option. + * @return {Element | null} The inline form of the selected payment option, if any. + */ + _getInlineForm(radio) { + const inlineFormContainer = radio.closest('[name="o_payment_option"]'); + return inlineFormContainer?.querySelector('[name="o_payment_inline_form"]'); + }, + + /** + * Determine and return the payment flow of the selected payment option. + * + * As some providers implement both direct payments and the payment with redirection flow, we + * cannot infer it from the radio button only. The radio button indicates only whether the + * payment option is a token. If not, the payment context is looked up to determine whether the + * flow is 'direct' or 'redirect'. + * + * @private + * @param {HTMLInputElement} radio - The radio button linked to the payment option. + * @return {string} The flow of the selected payment option: 'redirect', 'direct' or 'token'. + */ + _getPaymentFlow(radio) { + // The flow is read from the payment context too in case it was forced in a custom implem. + if (this._getPaymentOptionType(radio) === 'token' || this.paymentContext.flow === 'token') { + return 'token'; + } else if (this.paymentContext.flow === 'redirect') { + return 'redirect'; + } else { + return 'direct'; + } + }, + + /** + * Determine and return the code of the selected payment method. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment method. + * @return {string} The code of the selected payment method. + */ + _getPaymentMethodCode(radio) { + return radio.dataset['paymentMethodCode']; + }, + + /** + * Determine and return the id of the selected payment option. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment option. + * @return {number} The id of the selected payment option. + */ + _getPaymentOptionId(radio) { + return Number(radio.dataset['paymentOptionId']); + }, + + /** + * Determine and return the type of the selected payment option. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment option. + * @return {string} The type of the selected payment option: 'token' or 'payment_method'. + */ + _getPaymentOptionType(radio) { + return radio.dataset['paymentOptionType']; + }, + + /** + * Determine and return the id of the provider of the selected payment option. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment option. + * @return {number} The id of the provider of the selected payment option. + */ + _getProviderId(radio) { + return Number(radio.dataset['providerId']); + }, + + /** + * Determine and return the code of the provider of the selected payment option. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment option. + * @return {string} The code of the provider of the selected payment option. + */ + _getProviderCode(radio) { + return radio.dataset['providerCode']; + }, + + /** + * Determine and return the state of the provider of the selected payment option. + * + * @private + * @param {HTMLElement} radio - The radio button linked to the payment option. + * @return {string} The state of the provider of the selected payment option. + */ + _getProviderState(radio) { + return radio.dataset['providerState']; + }, + +}); + +export default publicWidget.registry.PaymentForm; diff --git a/static/src/js/post_processing.js b/static/src/js/post_processing.js new file mode 100644 index 0000000..b5910c4 --- /dev/null +++ b/static/src/js/post_processing.js @@ -0,0 +1,103 @@ +/** @odoo-module **/ + +import publicWidget from '@web/legacy/js/public/public_widget'; +import { renderToElement } from '@web/core/utils/render'; +import { markup } from "@odoo/owl"; +import { formatCurrency } from "@web/core/currency"; +import { _t } from '@web/core/l10n/translation'; +import { ConnectionLostError, RPCError } from '@web/core/network/rpc_service'; + +publicWidget.registry.PaymentPostProcessing = publicWidget.Widget.extend({ + selector: 'div[name="o_payment_status"]', + + timeout: 0, + pollCount: 0, + + init() { + this._super(...arguments); + this.rpc = this.bindService("rpc"); + }, + + async start() { + this.call('ui', 'block', { + 'message': _t("We are processing your payment. Please wait."), + }); + this._poll(); + return this._super.apply(this, arguments); + }, + + _poll() { + this._updateTimeout(); + setTimeout(() => { + // Fetch the post-processing values from the server. + const self = this; + this.rpc('/payment/status/poll', { + 'csrf_token': odoo.csrf_token, + }).then(postProcessingValues => { + let { state, display_message, landing_route } = postProcessingValues; + + // Display the transaction details before redirection to show something ASAP. + if (display_message) { + postProcessingValues.display_message = markup(display_message); + } + this._renderTemplate( + 'payment.transactionDetails', {...postProcessingValues, formatCurrency} + ); + + // Redirect the user to the landing route if the transaction reached a final state. + if (self._getFinalStates(postProcessingValues['provider_code']).includes(state)) { + window.location = landing_route; + } else { + self._poll(); + } + }).catch(error => { + if (error instanceof RPCError) { // Server error. + switch (error.data.message) { + case 'retry': + self._poll(); + break; + case 'tx_not_found': + self._renderTemplate('payment.tx_not_found'); + break; + default: + self._renderTemplate( + 'payment.exception', { error_message: error.data.message } + ); + break; + } + } else if (error instanceof ConnectionLostError) { // RPC error (server unreachable). + self._renderTemplate('payment.rpc_error'); + self._poll(); + } else { + return Promise.reject(error); + } + }); + }, this.timeout); + }, + + _getFinalStates(providerCode) { + return ['authorized', 'done']; + }, + + _updateTimeout() { + if (this.pollCount >= 1 && this.pollCount < 10) { + this.timeout = 3000; + } + if (this.pollCount >= 10 && this.pollCount < 20) { + this.timeout = 10000; + } + else if (this.pollCount >= 20) { + this.timeout = 30000; + } + this.pollCount++; + }, + + _renderTemplate(xmlid, display_values={}) { + this.call('ui', 'unblock'); + const statusContainer = document.querySelector('div[name="o_payment_status_content"]'); + statusContainer.innerHTML = renderToElement(xmlid, display_values).innerHTML; + }, + +}); + +export default publicWidget.registry.PaymentPostProcessing; diff --git a/static/src/scss/payment_form.scss b/static/src/scss/payment_form.scss new file mode 100644 index 0000000..a334d42 --- /dev/null +++ b/static/src/scss/payment_form.scss @@ -0,0 +1,20 @@ +.o_payment_form .o_outline { + + &:hover { + border-color: $primary; + } + + &:not(:first-child):hover { + // Since list-group items, except the first child, have no top border, this emulates the top + // border for the hovered state. + box-shadow: 0 (-$border-width) 0 $primary; + } + + .o_payment_option_label:before { + position: absolute; + inset: 0; + content: ''; + cursor: pointer; + } + +} diff --git a/static/src/scss/payment_provider.scss b/static/src/scss/payment_provider.scss new file mode 100644 index 0000000..18a6fe9 --- /dev/null +++ b/static/src/scss/payment_provider.scss @@ -0,0 +1,20 @@ +.o_form_view { + .o_payment_provider_desc { + margin-top: 10px; + ul { + list-style-type: none; + padding: 0; + + i.fa { + margin-right: 5px; + + &.fa-check { + color: green; + } + } + } + } + .o_warning_text { + color: #f0ad4e; + } +} diff --git a/static/src/scss/portal_templates.scss b/static/src/scss/portal_templates.scss new file mode 100644 index 0000000..feef51d --- /dev/null +++ b/static/src/scss/portal_templates.scss @@ -0,0 +1,9 @@ +div[name="o_payment_status_alert"] div > p { + margin-bottom: 0; +} + +.o_payment_summary_separator { + @include media-breakpoint-up(md) { + border-left: $border-width solid $border-color; + } +} diff --git a/static/src/xml/payment_form_templates.xml b/static/src/xml/payment_form_templates.xml new file mode 100644 index 0000000..077d4ab --- /dev/null +++ b/static/src/xml/payment_form_templates.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/static/src/xml/payment_post_processing.xml b/static/src/xml/payment_post_processing.xml new file mode 100644 index 0000000..4390439 --- /dev/null +++ b/static/src/xml/payment_post_processing.xml @@ -0,0 +1,102 @@ + + + + + + + + +
    +

    We are not able to find your payment, but don't worry.

    +

    You should receive an email confirming your payment in a few minutes.

    +

    If the payment hasn't been confirmed you can contact us.

    +
    +
    + + +
    +

    Unable to contact the server. Please wait.

    +
    +
    + + +
    +

    Internal server error

    +
    +
    +
    + + diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..0da3022 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,10 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import common +from . import http_common +from . import test_flows +from . import test_multicompany_flows +from . import test_payment_method +from . import test_payment_provider +from . import test_payment_token +from . import test_payment_transaction diff --git a/tests/common.py b/tests/common.py new file mode 100644 index 0000000..9626aae --- /dev/null +++ b/tests/common.py @@ -0,0 +1,258 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging +from unittest.mock import patch + +from lxml import objectify + +from odoo.fields import Command +from odoo.osv.expression import AND +from odoo.tools.misc import hmac as hmac_tool + +from odoo.addons.base.tests.common import BaseCommon + +_logger = logging.getLogger(__name__) + + +class PaymentCommon(BaseCommon): + + @classmethod + def setUpClass(cls): + super().setUpClass() + + cls.currency_euro = cls._prepare_currency('EUR') + cls.currency_usd = cls._prepare_currency('USD') + + cls.country_belgium = cls.env.ref('base.be') + cls.country_france = cls.env.ref('base.fr') + cls.europe = cls.env.ref('base.europe') + + cls.group_user = cls.env.ref('base.group_user') + cls.group_portal = cls.env.ref('base.group_portal') + cls.group_public = cls.env.ref('base.group_public') + + cls.admin_user = cls.env.ref('base.user_admin') + cls.internal_user = cls.env['res.users'].create({ + 'name': 'Internal User (Test)', + 'login': 'internal', + 'password': 'internal', + 'groups_id': [Command.link(cls.group_user.id)] + }) + cls.portal_user = cls.env['res.users'].create({ + 'name': 'Portal User (Test)', + 'login': 'payment_portal', + 'password': 'payment_portal', + 'groups_id': [Command.link(cls.group_portal.id)] + }) + cls.public_user = cls.env.ref('base.public_user') + + cls.admin_partner = cls.admin_user.partner_id + cls.internal_partner = cls.internal_user.partner_id + cls.portal_partner = cls.portal_user.partner_id + cls.default_partner = cls.env['res.partner'].create({ + 'name': 'Norbert Buyer', + 'lang': 'en_US', + 'email': 'norbert.buyer@example.com', + 'street': 'Huge Street', + 'street2': '2/543', + 'phone': '0032 12 34 56 78', + 'city': 'Sin City', + 'zip': '1000', + 'country_id': cls.country_belgium.id, + }) + + # Create a dummy provider to allow basic tests without any specific provider implementation + arch = """ +
    + + +
    + """ # We exploit the default values `viewid` and `user_id` from QWeb's rendering context + redirect_form = cls.env['ir.ui.view'].create({ + 'name': "Dummy Redirect Form", + 'type': 'qweb', + 'arch': arch, + }) + + cls.dummy_provider = cls.env['payment.provider'].create({ + 'name': "Dummy Provider", + 'code': 'none', + 'state': 'test', + 'is_published': True, + 'payment_method_ids': [Command.set([cls.env.ref('payment.payment_method_unknown').id])], + 'allow_tokenization': True, + 'redirect_form_view_id': redirect_form.id, + 'available_currency_ids': [Command.set( + (cls.currency_euro + cls.currency_usd + cls.env.company.currency_id).ids + )], + }) + # Activate pm + cls.env.ref('payment.payment_method_unknown').write({ + 'active': True, + 'support_tokenization': True, + }) + + cls.provider = cls.dummy_provider + cls.payment_methods = cls.provider.payment_method_ids + cls.payment_method = cls.payment_methods[:1] + cls.payment_method_id = cls.payment_method.id + cls.payment_method_code = cls.payment_method.code + cls.amount = 1111.11 + cls.company = cls.env.company + cls.company_id = cls.company.id + cls.currency = cls.currency_euro + cls.partner = cls.default_partner + cls.reference = "Test Transaction" + + account_payment_module = cls.env['ir.module.module']._get('account_payment') + cls.account_payment_installed = account_payment_module.state in ('installed', 'to upgrade') + cls.enable_reconcile_after_done_patcher = True + + def setUp(self): + super().setUp() + if self.account_payment_installed and self.enable_reconcile_after_done_patcher: + # disable account payment generation if account_payment is installed + # because the accounting setup of providers is not managed in this common + self.reconcile_after_done_patcher = patch( + 'odoo.addons.account_payment.models.payment_transaction.PaymentTransaction._reconcile_after_done', + ) + self.startPatcher(self.reconcile_after_done_patcher) + + #=== Utils ===# + + @classmethod + def _prepare_currency(cls, currency_code): + currency = cls.env['res.currency'].with_context(active_test=False).search( + [('name', '=', currency_code.upper())] + ) + currency.action_unarchive() + return currency + + @classmethod + def _prepare_provider(cls, code='none', company=None, update_values=None): + """ Prepare and return the first provider matching the given provider and company. + + If no provider is found in the given company, we duplicate the one from the base company. + + All other providers belonging to the same company are disabled to avoid any interferences. + + :param str code: The code of the provider to prepare + :param recordset company: The company of the provider to prepare, as a `res.company` record + :param dict update_values: The values used to update the provider + :return: The provider to prepare, if found + :rtype: recordset of `payment.provider` + """ + company = company or cls.env.company + update_values = update_values or {} + provider_domain = cls._get_provider_domain(code) + + provider = cls.env['payment.provider'].sudo().search( + AND([provider_domain, [('company_id', '=', company.id)]]), limit=1 + ) + if not provider: + if code != 'none': + base_provider = cls.env['payment.provider'].sudo().search(provider_domain, limit=1) + else: + base_provider = cls.provider + if not base_provider: + _logger.error("no payment.provider found for code %s", code) + return cls.env['payment.provider'] + else: + provider = base_provider.copy({'company_id': company.id}) + + update_values['state'] = 'test' + provider.write(update_values) + return provider + + @classmethod + def _get_provider_domain(cls, code): + return [('code', '=', code)] + + def _create_transaction(self, flow, sudo=True, **values): + default_values = { + 'payment_method_id': self.payment_method_id, + 'amount': self.amount, + 'currency_id': self.currency.id, + 'provider_id': self.provider.id, + 'reference': self.reference, + 'operation': f'online_{flow}', + 'partner_id': self.partner.id, + } + return self.env['payment.transaction'].sudo(sudo).create(dict(default_values, **values)) + + def _create_token(self, sudo=True, **values): + default_values = { + 'provider_id': self.provider.id, + 'payment_method_id': self.payment_method_id, + 'payment_details': "1234", + 'partner_id': self.partner.id, + 'provider_ref': "provider Ref (TEST)", + 'active': True, + } + return self.env['payment.token'].sudo(sudo).create(dict(default_values, **values)) + + def _get_tx(self, reference): + return self.env['payment.transaction'].sudo().search([ + ('reference', '=', reference), + ]) + + def _generate_test_access_token(self, *values): + """ Generate an access token based on the provided values for testing purposes. + + This methods returns a token identical to that generated by + payment.utils.generate_access_token but uses the test class environment rather than the + environment of odoo.http.request. + + See payment.utils.generate_access_token for additional details. + + :param list values: The values to use for the generation of the token + :return: The generated access token + :rtype: str + """ + token_str = '|'.join(str(val) for val in values) + access_token = hmac_tool(self.env(su=True), 'generate_access_token', token_str) + return access_token + + def _extract_values_from_html_form(self, html_form): + """ Extract the transaction rendering values from an HTML form. + + :param str html_form: The HTML form + :return: The extracted information (action & inputs) + :rtype: dict[str:str] + """ + html_tree = objectify.fromstring(html_form) + if hasattr(html_tree, 'input'): + inputs = {input_.get('name'): input_.get('value') for input_ in html_tree.input} + else: + inputs = {} + return { + 'action': html_tree.get('action'), + 'method': html_tree.get('method'), + 'inputs': inputs, + } + + def _assert_does_not_raise(self, exception_class, func, *args, **kwargs): + """ Fail if an exception of the provided class is raised when calling the function. + + If an exception of any other class is raised, it is caught and silently ignored. + + This method cannot be used with functions that make requests. Any exception raised in the + scope of the new request will not be caught and will make the test fail. + + :param class exception_class: The class of the exception to monitor + :param function fun: The function to call when monitoring for exceptions + :param list args: The positional arguments passed as-is to the called function + :param dict kwargs: The keyword arguments passed as-is to the called function + :return: None + """ + try: + func(*args, **kwargs) + except exception_class: + self.fail(f"{func.__name__} should not raise error of class {exception_class.__name__}") + except Exception: + pass # Any exception whose class is not monitored is caught and ignored + + def _skip_if_account_payment_is_not_installed(self): + """ Skip current test if `account_payment` module is not installed. """ + if not self.account_payment_installed: + self.skipTest("account_payment module is not installed") diff --git a/tests/http_common.py b/tests/http_common.py new file mode 100644 index 0000000..dab6168 --- /dev/null +++ b/tests/http_common.py @@ -0,0 +1,224 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import json +from contextlib import contextmanager +from uuid import uuid4 + +from lxml import etree, objectify +from werkzeug import urls + +from odoo.tests import HttpCase, JsonRpcException + +from odoo.addons.payment.tests.common import PaymentCommon + + +class PaymentHttpCommon(PaymentCommon, HttpCase): + """ HttpCase common to build and simulate requests going through payment controllers. + + Only use if you effectively want to test controllers. + If you only want to test 'models' code, the PaymentCommon should be sufficient. + """ + + # Helpers # + ########### + + def _build_url(self, route): + return urls.url_join(self.base_url(), route) + + def _make_http_get_request(self, url, params=None): + """ Make an HTTP GET request to the provided URL. + + :param str url: The URL to make the request to + :param dict params: The parameters to be sent in the query string + :return: The response of the request + :rtype: :class:`requests.models.Response` + """ + formatted_params = self._format_http_request_payload(payload=params) + return self.opener.get(url, params=formatted_params) + + def _make_http_post_request(self, url, data=None): + """ Make an HTTP POST request to the provided URL. + + :param str url: The URL to make the request to + :param dict data: The data to be send in the request body + :return: The response of the request + :rtype: :class:`requests.models.Response` + """ + formatted_data = self._format_http_request_payload(payload=data) + return self.opener.post(url, data=formatted_data) + + def _format_http_request_payload(self, payload=None): + """ Format a request payload to replace float values by their string representation. + + :param dict payload: The payload to format + :return: The formatted payload + :rtype: dict + """ + formatted_payload = {} + if payload is not None: + for k, v in payload.items(): + formatted_payload[k] = str(v) if isinstance(v, float) else v + return formatted_payload + + def _make_json_request(self, url, data=None): + """ Make a JSON request to the provided URL. + + :param str url: The URL to make the request to + :param dict data: The data to be send in the request body in JSON format + :return: The response of the request + :rtype: :class:`requests.models.Response` + """ + return self.opener.post(url, json=data) + + @contextmanager + def _assertNotFound(self): + with self.assertRaises(JsonRpcException) as cm: + yield + self.assertEqual(cm.exception.code, 404) + + def _get_payment_context(self, response): + """Extracts the payment context & other form info (provider & token ids) + from a payment response + + :param response: http Response, with a payment form as text + :return: Transaction context (+ provider_ids & token_ids) + :rtype: dict + """ + # Need to specify an HTML parser as parser + # Otherwise void elements (, without a closing / tag) + # are considered wrong and trigger a lxml.etree.XMLSyntaxError + html_tree = objectify.fromstring( + response.text, + parser=etree.HTMLParser(), + ) + payment_form = html_tree.xpath('//form[@id="o_payment_form"]')[0] + values = {} + for key, val in payment_form.items(): + if key.startswith("data-"): + formatted_key = key[5:].replace('-', '_') + if formatted_key.endswith('_id'): + formatted_val = int(val) + elif formatted_key == 'amount': + formatted_val = float(val) + else: + formatted_val = val + values[formatted_key] = formatted_val + + payment_options_inputs = html_tree.xpath("//input[@name='o_payment_radio']") + token_ids = [] + payment_method_ids = [] + for p_o_input in payment_options_inputs: + data = dict() + for key, val in p_o_input.items(): + if key.startswith('data-'): + data[key[5:]] = val + if data['payment-option-type'] == 'token': + token_ids.append(int(data['payment-option-id'])) + else: # 'payment_method' + payment_method_ids.append(int(data['payment-option-id'])) + + values.update({ + 'token_ids': token_ids, + 'payment_method_ids': payment_method_ids, + }) + + return values + + # payment/pay # + ############### + + def _prepare_pay_values(self, amount=0.0, currency=None, reference='', partner=None): + """Prepare basic payment/pay route values + + NOTE: needs PaymentCommon to enable fallback values. + + :rtype: dict + """ + amount = amount or self.amount + currency = currency or self.currency + reference = reference or self.reference + partner = partner or self.partner + return { + 'amount': amount, + 'currency_id': currency.id, + 'reference': reference, + 'partner_id': partner.id, + 'access_token': self._generate_test_access_token(partner.id, amount, currency.id), + } + + def _portal_pay(self, **route_kwargs): + """/payment/pay payment context feedback + + NOTE: must be authenticated before calling method. + Or an access_token should be specified in route_kwargs + """ + uri = '/payment/pay' + url = self._build_url(uri) + return self._make_http_get_request(url, route_kwargs) + + def _get_portal_pay_context(self, **route_kwargs): + response = self._portal_pay(**route_kwargs) + + self.assertEqual(response.status_code, 200) + + return self._get_payment_context(response) + + # /my/payment_method # + ###################### + + def _portal_payment_method(self): + """/my/payment_method payment context feedback + + NOTE: must be authenticated before calling method + validation flow is restricted to logged users + """ + uri = '/my/payment_method' + url = self._build_url(uri) + return self._make_http_get_request(url, {}) + + def _get_portal_payment_method_context(self): + response = self._portal_payment_method() + + self.assertEqual(response.status_code, 200) + + return self._get_payment_context(response) + + # payment/transaction # + ####################### + + def _prepare_transaction_values(self, payment_method_id, token_id, flow): + """ Prepare the basic payment/transaction route values. + + :param int payment_option_id: The payment option handling the transaction, as a + `payment.method` id or a `payment.token` id + :param str flow: The payment flow + :return: The route values + :rtype: dict + """ + return { + 'provider_id': self.provider.id, + 'payment_method_id': payment_method_id, + 'token_id': token_id, + 'amount': self.amount, + 'currency_id': self.currency.id, + 'partner_id': self.partner.id, + 'access_token': self._generate_test_access_token( + self.partner.id, self.amount, self.currency.id + ), + 'tokenization_requested': True, + 'landing_route': 'Test', + 'reference_prefix': 'test', + 'is_validation': False, + 'flow': flow, + } + + def _portal_transaction(self, tx_route='/payment/transaction', **route_kwargs): + """/payment/transaction feedback + + :return: The response to the json request + """ + url = self._build_url(tx_route) + return self.make_jsonrpc_request(url, route_kwargs) + + def _get_processing_values(self, **route_kwargs): + return self._portal_transaction(**route_kwargs) diff --git a/tests/test_flows.py b/tests/test_flows.py new file mode 100644 index 0000000..af607ac --- /dev/null +++ b/tests/test_flows.py @@ -0,0 +1,403 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from urllib.parse import urlparse, parse_qs +from unittest.mock import patch + +from freezegun import freeze_time + +from odoo.tests import tagged, JsonRpcException +from odoo.tools import mute_logger + +from odoo.addons.payment.controllers.portal import PaymentPortal +from odoo.addons.payment.tests.http_common import PaymentHttpCommon + + +@tagged('post_install', '-at_install') +class TestFlows(PaymentHttpCommon): + + def _test_flow(self, flow): + """ Simulate the given online payment flow and tests the tx values at each step. + + :param str flow: The online payment flow to test ('direct', 'redirect', or 'token') + :return: The transaction created by the payment flow + :rtype: recordset of `payment.transaction` + """ + self.reference = f"Test Transaction ({flow} - {self.partner.name})" + route_values = self._prepare_pay_values() + + # /payment/pay + payment_context = self._get_portal_pay_context(**route_values) + for key, val in payment_context.items(): + if key in route_values: + self.assertEqual(val, route_values[key]) + + # Route values are taken from payment_context result of /pay route to correctly simulate the flow + route_values = { + k: payment_context[k] + for k in [ + 'amount', + 'currency_id', + 'partner_id', + 'landing_route', + 'reference_prefix', + 'access_token', + ] + } + route_values.update({ + 'provider_id': self.provider.id, + 'payment_method_id': self.payment_method_id if flow != 'token' else None, + 'token_id': self._create_token().id if flow == 'token' else None, + 'flow': flow, + 'tokenization_requested': False, + }) + + with mute_logger('odoo.addons.payment.models.payment_transaction'): + processing_values = self._get_processing_values(**route_values) + tx_sudo = self._get_tx(processing_values['reference']) + + # Tx values == given values + self.assertEqual(tx_sudo.provider_id.id, self.provider.id) + self.assertEqual(tx_sudo.amount, self.amount) + self.assertEqual(tx_sudo.currency_id.id, self.currency.id) + self.assertEqual(tx_sudo.partner_id.id, self.partner.id) + self.assertEqual(tx_sudo.reference, self.reference) + + # processing_values == given values + self.assertEqual(processing_values['provider_id'], self.provider.id) + self.assertEqual(processing_values['amount'], self.amount) + self.assertEqual(processing_values['currency_id'], self.currency.id) + self.assertEqual(processing_values['partner_id'], self.partner.id) + self.assertEqual(processing_values['reference'], self.reference) + + # Verify computed values not provided, but added during the flow + self.assertIn("tx_id=", tx_sudo.landing_route) + self.assertIn("access_token=", tx_sudo.landing_route) + + if flow == 'redirect': + # In redirect flow, we verify the rendering of the dummy test form + redirect_form_info = self._extract_values_from_html_form( + processing_values['redirect_form_html']) + + # Test content of rendered dummy redirect form + self.assertEqual(redirect_form_info['action'], 'dummy') + # Public user since we didn't authenticate with a specific user + self.assertEqual( + redirect_form_info['inputs']['user_id'], + str(self.user.id)) + self.assertEqual( + redirect_form_info['inputs']['view_id'], + str(self.dummy_provider.redirect_form_view_id.id)) + + return tx_sudo + + def test_10_direct_checkout_public(self): + # No authentication needed, automatic fallback on public user + self.user = self.public_user + # Make sure the company considered in payment/pay + # doesn't fall back on the public user main company (not the test one) + self.partner.company_id = self.env.company.id + self._test_flow('direct') + + def test_11_direct_checkout_portal(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.user = self.portal_user + self.partner = self.portal_partner + self._test_flow('direct') + + def test_12_direct_checkout_internal(self): + self.authenticate(self.internal_user.login, self.internal_user.login) + self.user = self.internal_user + self.partner = self.internal_partner + self._test_flow('direct') + + def test_20_redirect_checkout_public(self): + self.user = self.public_user + # Make sure the company considered in payment/pay + # doesn't fall back on the public user main company (not the test one) + self.partner.company_id = self.env.company.id + self._test_flow('redirect') + + def test_21_redirect_checkout_portal(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.user = self.portal_user + self.partner = self.portal_partner + self._test_flow('redirect') + + def test_22_redirect_checkout_internal(self): + self.authenticate(self.internal_user.login, self.internal_user.login) + self.user = self.internal_user + self.partner = self.internal_partner + self._test_flow('redirect') + + # Payment by token # + #################### + + # NOTE: not tested as public user because a public user cannot save payment details + + def test_31_tokenize_portal(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self.user = self.portal_user + self._test_flow('token') + + def test_32_tokenize_internal(self): + self.authenticate(self.internal_user.login, self.internal_user.login) + self.partner = self.internal_partner + self.user = self.internal_user + self._test_flow('token') + + # VALIDATION # + ############## + + # NOTE: not tested as public user because the validation flow is only available when logged in + + # freeze time for consistent singularize_prefix behavior during the test + @freeze_time("2011-11-02 12:00:21") + def _test_validation(self, flow): + # Fixed with freezegun + expected_reference = 'V-20111102120021' + + validation_amount = self.provider._get_validation_amount() + validation_currency = self.provider._get_validation_currency() + + payment_context = self._get_portal_payment_method_context() + expected_values = { + 'partner_id': self.partner.id, + 'access_token': self._generate_test_access_token(self.partner.id, None, None), + 'reference_prefix': expected_reference + } + for key, val in payment_context.items(): + if key in expected_values: + self.assertEqual(val, expected_values[key]) + + transaction_values = { + 'provider_id': self.provider.id, + 'payment_method_id': self.payment_method_id, + 'token_id': None, + 'amount': None, + 'currency_id': None, + 'partner_id': payment_context['partner_id'], + 'access_token': payment_context['access_token'], + 'flow': flow, + 'tokenization_requested': True, + 'landing_route': payment_context['landing_route'], + 'reference_prefix': payment_context['reference_prefix'], + 'is_validation': True, + } + with mute_logger('odoo.addons.payment.models.payment_transaction'): + processing_values = self._get_processing_values(**transaction_values) + tx_sudo = self._get_tx(processing_values['reference']) + + # Tx values == given values + self.assertEqual(tx_sudo.provider_id.id, self.provider.id) + self.assertEqual(tx_sudo.amount, validation_amount) + self.assertEqual(tx_sudo.currency_id.id, validation_currency.id) + self.assertEqual(tx_sudo.partner_id.id, self.partner.id) + self.assertEqual(tx_sudo.reference, expected_reference) + # processing_values == given values + self.assertEqual(processing_values['amount'], validation_amount) + self.assertEqual(processing_values['currency_id'], validation_currency.id) + self.assertEqual(processing_values['partner_id'], self.partner.id) + self.assertEqual(processing_values['reference'], expected_reference) + + def test_51_validation_direct_portal(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self._test_validation(flow='direct') + + def test_52_validation_direct_internal(self): + self.authenticate(self.internal_user.login, self.internal_user.login) + self.partner = self.internal_partner + self._test_validation(flow='direct') + + def test_61_validation_redirect_portal(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self._test_validation(flow='direct') + + def test_62_validation_redirect_internal(self): + self.authenticate(self.internal_user.login, self.internal_user.login) + self.partner = self.internal_partner + self._test_validation(flow='direct') + + # Specific flows # + ################## + + def test_pay_redirect_if_no_partner_exist(self): + route_values = self._prepare_pay_values() + route_values.pop('partner_id') + + # Pay without a partner specified --> redirection to login page + response = self._portal_pay(**route_values) + url = urlparse(response.url) + self.assertEqual(url.path, '/web/login') + self.assertIn('redirect', parse_qs(url.query)) + + # Pay without a partner specified (but logged) --> pay with the partner of current user. + self.authenticate(self.portal_user.login, self.portal_user.login) + tx_context = self._get_portal_pay_context(**route_values) + self.assertEqual(tx_context['partner_id'], self.portal_partner.id) + + def test_pay_no_token(self): + route_values = self._prepare_pay_values() + route_values.pop('partner_id') + route_values.pop('access_token') + + # Pay without a partner specified --> redirection to login page + response = self._portal_pay(**route_values) + url = urlparse(response.url) + self.assertEqual(url.path, '/web/login') + self.assertIn('redirect', parse_qs(url.query)) + + # Pay without a partner specified (but logged) --> pay with the partner of current user. + self.authenticate(self.portal_user.login, self.portal_user.login) + tx_context = self._get_portal_pay_context(**route_values) + self.assertEqual(tx_context['partner_id'], self.portal_partner.id) + + def test_pay_wrong_token(self): + route_values = self._prepare_pay_values() + route_values['access_token'] = "abcde" + + # Pay with a wrong access token --> Not found (404) + response = self._portal_pay(**route_values) + self.assertEqual(response.status_code, 404) + + def test_pay_wrong_currency(self): + # Pay with a wrong currency --> Not found (404) + self.currency = self.env['res.currency'].browse(self.env['res.currency'].search([], order='id desc', limit=1).id + 1000) + route_values = self._prepare_pay_values() + response = self._portal_pay(**route_values) + self.assertEqual(response.status_code, 404) + + # Pay with an inactive currency --> Not found (404) + self.currency = self.env['res.currency'].search([('active', '=', False)], limit=1) + route_values = self._prepare_pay_values() + response = self._portal_pay(**route_values) + self.assertEqual(response.status_code, 404) + + def test_transaction_wrong_flow(self): + transaction_values = self._prepare_pay_values() + transaction_values.pop('reference') + transaction_values.update({ + 'flow': 'this flow does not exist', + 'payment_option_id': self.provider.id, + 'tokenization_requested': False, + 'landing_route': 'whatever', + 'reference_prefix': 'whatever', + }) + # Transaction step with a wrong flow --> UserError + with mute_logger("odoo.http"), self.assertRaises( + JsonRpcException, + msg='odoo.exceptions.UserError: The payment should either be direct, with redirection, or made by a token.', + ): + self._portal_transaction(**transaction_values) + + @mute_logger('odoo.http') + def test_transaction_route_rejects_unexpected_kwarg(self): + route_kwargs = { + **self._prepare_pay_values(), + 'custom_create_values': 'whatever', # This should be rejected. + } + with self.assertRaises(JsonRpcException, msg='odoo.exceptions.ValidationError'): + self._portal_transaction(**route_kwargs) + + def test_transaction_wrong_token(self): + route_values = self._prepare_pay_values() + route_values['access_token'] = "abcde" + + # Transaction step with a wrong access token --> ValidationError + with mute_logger('odoo.http'), self.assertRaises(JsonRpcException, msg='odoo.exceptions.ValidationError: The access token is invalid.'): + self._portal_transaction(**route_values) + + def test_access_disabled_providers_tokens(self): + self.partner = self.portal_partner + + # Log in as user from Company A + self.authenticate(self.portal_user.login, self.portal_user.login) + + token = self._create_token() + provider_b = self.provider.copy() + provider_b.state = 'test' + token_b = self._create_token(provider_id=provider_b.id) + + # User must see both tokens and compatible payment methods. + payment_context = self._get_portal_payment_method_context() + self.assertEqual(payment_context['partner_id'], self.partner.id) + self.assertIn(token.id, payment_context['token_ids']) + self.assertIn(token_b.id, payment_context['token_ids']) + self.assertIn(self.payment_method_id, payment_context['payment_method_ids']) + + # Token of disabled provider(s) should not be shown. + self.provider.state = 'disabled' + payment_context = self._get_portal_payment_method_context() + self.assertEqual(payment_context['partner_id'], self.partner.id) + self.assertEqual(payment_context['token_ids'], [token_b.id]) + + # Archived tokens must be hidden from the user + token_b.active = False + payment_context = self._get_portal_payment_method_context() + self.assertEqual(payment_context['partner_id'], self.partner.id) + self.assertEqual(payment_context['token_ids'], []) + + @mute_logger('odoo.addons.payment.models.payment_transaction') + def test_direct_payment_triggers_no_payment_request(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self.user = self.portal_user + with patch( + 'odoo.addons.payment.models.payment_transaction.PaymentTransaction' + '._send_payment_request' + ) as patched: + self._portal_transaction( + **self._prepare_transaction_values(self.payment_method_id, None, 'direct') + ) + self.assertEqual(patched.call_count, 0) + + @mute_logger('odoo.addons.payment.models.payment_transaction') + def test_payment_with_redirect_triggers_no_payment_request(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self.user = self.portal_user + with patch( + 'odoo.addons.payment.models.payment_transaction.PaymentTransaction' + '._send_payment_request' + ) as patched: + self._portal_transaction( + **self._prepare_transaction_values(self.payment_method_id, None, 'redirect') + ) + self.assertEqual(patched.call_count, 0) + + @mute_logger('odoo.addons.payment.models.payment_transaction') + def test_payment_by_token_triggers_exactly_one_payment_request(self): + self.authenticate(self.portal_user.login, self.portal_user.login) + self.partner = self.portal_partner + self.user = self.portal_user + with patch( + 'odoo.addons.payment.models.payment_transaction.PaymentTransaction' + '._send_payment_request' + ) as patched: + self._portal_transaction( + **self._prepare_transaction_values(None, self._create_token().id, 'token') + ) + self.assertEqual(patched.call_count, 1) + + def test_tokenization_input_is_shown_to_logged_in_users(self): + # Test both for portal and internal users + self.user = self.portal_user + self.provider.allow_tokenization = True + + show_tokenize_input = PaymentPortal._compute_show_tokenize_input_mapping(self.provider) + self.assertDictEqual(show_tokenize_input, {self.provider.id: True}) + + self.user = self.internal_user + self.provider.allow_tokenization = True + + show_tokenize_input = PaymentPortal._compute_show_tokenize_input_mapping(self.provider) + self.assertDictEqual(show_tokenize_input, {self.provider.id: True}) + + def test_tokenization_input_is_shown_to_logged_out_users(self): + self.user = self.public_user + self.provider.allow_tokenization = True + + show_tokenize_input = PaymentPortal._compute_show_tokenize_input_mapping(self.provider) + self.assertDictEqual(show_tokenize_input, {self.provider.id: True}) diff --git a/tests/test_multicompany_flows.py b/tests/test_multicompany_flows.py new file mode 100644 index 0000000..9964c07 --- /dev/null +++ b/tests/test_multicompany_flows.py @@ -0,0 +1,129 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.fields import Command +from odoo.tests import tagged +from odoo.tools import mute_logger + +from odoo.addons.payment.tests.http_common import PaymentHttpCommon + + +@tagged('post_install', '-at_install') +class TestMultiCompanyFlows(PaymentHttpCommon): + + @classmethod + def setUpClass(cls): + super().setUpClass() + + cls.company_a = cls.env.company # cls.company_data['company'] + cls.company_b = cls.env.company.create({'name': "Payment Test Company"}) # cls.company_data_2['company'] + + cls.user_company_a = cls.internal_user + cls.user_company_b = cls.env['res.users'].create({ + 'name': f"{cls.company_b.name} User (TEST)", + 'login': 'user_company_b', + 'password': 'user_company_b', + 'company_id': cls.company_b.id, + 'company_ids': [Command.set(cls.company_b.ids)], + 'groups_id': [Command.link(cls.group_user.id)], + }) + cls.user_multi_company = cls.env['res.users'].create({ + 'name': "Multi Company User (TEST)", + 'login': 'user_multi_company', + 'password': 'user_multi_company', + 'company_id': cls.company_a.id, + 'company_ids': [Command.set([cls.company_a.id, cls.company_b.id])], + 'groups_id': [Command.link(cls.group_user.id)], + }) + + cls.provider_company_b = cls._prepare_provider(company=cls.company_b) + + def test_pay_logged_in_another_company(self): + """User pays for an amount in another company.""" + # for another res.partner than the user's one + route_values = self._prepare_pay_values(partner=self.user_company_b.partner_id) + + # Log in as user from Company A + self.authenticate(self.user_company_a.login, self.user_company_a.login) + + # Pay in company B + route_values['company_id'] = self.company_b.id + + payment_context = self._get_portal_pay_context(**route_values) + for key, val in payment_context.items(): + if key in route_values: + if key == 'access_token': + continue # access_token was modified due to the change of partner. + elif key == 'partner_id': + # The partner is replaced by the partner of the user paying. + self.assertEqual(val, self.user_company_a.partner_id.id) + else: + self.assertEqual(val, route_values[key]) + + validation_values = { + k: payment_context[k] + for k in [ + 'amount', + 'currency_id', + 'partner_id', + 'landing_route', + 'reference_prefix', + 'access_token', + ] + } + validation_values.update({ + 'provider_id': self.provider_company_b.id, + 'payment_method_id': self.provider_company_b.payment_method_ids[:1].id, + 'token_id': None, + 'flow': 'direct', + 'tokenization_requested': False, + }) + with mute_logger('odoo.addons.payment.models.payment_transaction'): + processing_values = self._get_processing_values(**validation_values) + tx_sudo = self._get_tx(processing_values['reference']) + + # Tx values == given values + self.assertEqual(tx_sudo.provider_id.id, self.provider_company_b.id) + self.assertEqual(tx_sudo.amount, self.amount) + self.assertEqual(tx_sudo.currency_id.id, self.currency.id) + self.assertEqual(tx_sudo.partner_id.id, self.user_company_a.partner_id.id) + self.assertEqual(tx_sudo.reference, self.reference) + self.assertEqual(tx_sudo.company_id, self.company_b) + # processing_values == given values + self.assertEqual(processing_values['provider_id'], self.provider_company_b.id) + self.assertEqual(processing_values['amount'], self.amount) + self.assertEqual(processing_values['currency_id'], self.currency.id) + self.assertEqual(processing_values['partner_id'], self.user_company_a.partner_id.id) + self.assertEqual(processing_values['reference'], self.reference) + + def test_full_access_to_partner_tokens(self): + self.partner = self.portal_partner + + # Log in as user from Company A + self.authenticate(self.portal_user.login, self.portal_user.login) + + token = self._create_token() + token_company_b = self._create_token(provider_id=self.provider_company_b.id) + + # A partner should see all his tokens on the /my/payment_method route, + # even if they are in other companies otherwise he won't ever see them. + payment_context = self._get_portal_payment_method_context() + self.assertIn(token.id, payment_context['token_ids']) + self.assertIn(token_company_b.id, payment_context['token_ids']) + + def test_archive_token_logged_in_another_company(self): + """User archives his token from another company.""" + # get user's token from company A + token = self._create_token(partner_id=self.portal_partner.id) + + # assign user to another company + company_b = self.env['res.company'].create({'name': 'Company B'}) + self.portal_user.write({'company_ids': [company_b.id], 'company_id': company_b.id}) + + # Log in as portal user + self.authenticate(self.portal_user.login, self.portal_user.login) + + # Archive token in company A + url = self._build_url('/payment/archive_token') + self.make_jsonrpc_request(url, {'token_id': token.id}) + + self.assertFalse(token.active) diff --git a/tests/test_payment_method.py b/tests/test_payment_method.py new file mode 100644 index 0000000..da25241 --- /dev/null +++ b/tests/test_payment_method.py @@ -0,0 +1,144 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo.exceptions import UserError +from odoo.models import Command +from odoo.tests import tagged + +from odoo.addons.payment.tests.common import PaymentCommon + + +@tagged('-at_install', 'post_install') +class TestPaymentMethod(PaymentCommon): + + def test_unlinking_payment_method_from_provider_state_archives_tokens(self): + """ Test that the active tokens of a payment method created through a provider are archived + when the method is unlinked from the provider. """ + token = self._create_token() + self.payment_method.provider_ids = [Command.unlink(self.payment_method.provider_ids[:1].id)] + self.assertFalse(token.active) + + def test_payment_method_requires_provider_to_be_activated(self): + """ Test that activating a payment method that is not linked to an enabled provider is + forbidden. """ + self.provider.state = 'disabled' + with self.assertRaises(UserError): + self.payment_methods.active = True + + def test_payment_method_compatible_when_provider_is_enabled(self): + """ Test that a payment method is available when it is supported by an enabled provider. """ + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_not_compatible_when_provider_is_disabled(self): + """ Test that a payment method is not available when there is no enabled provider that + supports it. """ + self.provider.state = 'disabled' + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertNotIn(self.payment_method, compatible_payment_methods) + + def test_non_primary_payment_method_not_compatible(self): + """ Test that a "brand" (i.e., non-primary) payment method is never available. """ + brand_payment_method = self.payment_method.copy() + brand_payment_method.primary_payment_method_id = self.payment_method_id # Make it a brand. + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertNotIn(brand_payment_method, compatible_payment_methods) + + def test_payment_method_compatible_with_supported_countries(self): + """ Test that the payment method is compatible with its supported countries. """ + belgium = self.env.ref('base.be') + self.payment_method.supported_country_ids = [Command.set([belgium.id])] + self.partner.country_id = belgium + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_not_compatible_with_unsupported_countries(self): + """ Test that the payment method is not compatible with a country that is not supported. """ + belgium = self.env.ref('base.be') + self.payment_method.supported_country_ids = [Command.set([belgium.id])] + france = self.env.ref('base.fr') + self.partner.country_id = france + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertNotIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_compatible_when_no_supported_countries_set(self): + """ Test that the payment method is always compatible when no supported countries are + set. """ + self.payment_method.supported_country_ids = [Command.clear()] + belgium = self.env.ref('base.be') + self.partner.country_id = belgium + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_compatible_with_supported_currencies(self): + """ Test that the payment method is compatible with its supported currencies. """ + self.payment_method.supported_currency_ids = [Command.set([self.currency_euro.id])] + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, currency_id=self.currency_euro.id + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_not_compatible_with_unsupported_currencies(self): + """ Test that the payment method is not compatible with a currency that is not + supported. """ + self.payment_method.supported_currency_ids = [Command.set([self.currency_euro.id])] + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, currency_id=self.currency_usd.id + ) + self.assertNotIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_compatible_when_no_supported_currencies_set(self): + """ Test that the payment method is always compatible when no supported currencies are + set. """ + self.payment_method.supported_currency_ids = [Command.clear()] + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, currency_id=self.currency_euro.id + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_compatible_when_tokenization_forced(self): + """ Test that the payment method is compatible when it supports tokenization while it is + forced by the calling module. """ + self.payment_method.support_tokenization = True + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, force_tokenization=True + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_not_compatible_when_tokenization_forced(self): + """ Test that the payment method is not compatible when it does not support tokenization + while it is forced by the calling module. """ + self.payment_method.support_tokenization = False + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, force_tokenization=True + ) + self.assertNotIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_compatible_with_express_checkout(self): + """ Test that the payment method is compatible when it supports express checkout while it is + an express checkout flow. """ + self.payment_method.support_express_checkout = True + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, is_express_checkout=True + ) + self.assertIn(self.payment_method, compatible_payment_methods) + + def test_payment_method_not_compatible_with_express_checkout(self): + """ Test that the payment method is not compatible when it does not support express checkout + while it is an express checkout flow. """ + self.payment_method.support_express_checkout = False + compatible_payment_methods = self.env['payment.method']._get_compatible_payment_methods( + self.provider.ids, self.partner.id, is_express_checkout=True + ) + self.assertNotIn(self.payment_method, compatible_payment_methods) diff --git a/tests/test_payment_provider.py b/tests/test_payment_provider.py new file mode 100644 index 0000000..7ab0841 --- /dev/null +++ b/tests/test_payment_provider.py @@ -0,0 +1,228 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from unittest.mock import patch + +from odoo import Command +from odoo.tests import tagged + +from odoo.addons.payment.tests.common import PaymentCommon + + +@tagged('-at_install', 'post_install') +class TestPaymentProvider(PaymentCommon): + + def test_changing_provider_state_archives_tokens(self): + """ Test that all active tokens of a provider are archived when its state is changed. """ + for old_state in ('enabled', 'test'): # No need to check when the provided was disabled. + for new_state in ('enabled', 'test', 'disabled'): + if old_state != new_state: # No need to check when the state is unchanged. + self.provider.state = old_state + token = self._create_token() + self.provider.state = new_state + self.assertFalse(token.active) + + def test_enabling_provider_activates_default_payment_methods(self): + """ Test that the default payment methods of a provider are activated when it is + enabled. """ + self.payment_methods.active = False + for new_state in ('enabled', 'test'): + self.provider.state = 'disabled' + with patch( + 'odoo.addons.payment.models.payment_provider.PaymentProvider' + '._get_default_payment_method_codes', return_value=self.payment_method_code, + ): + self.provider.state = new_state + self.assertTrue(self.payment_methods.active) + + def test_disabling_provider_deactivates_default_payment_methods(self): + """ Test that the default payment methods of a provider are deactivated when it is + disabled. """ + self.payment_methods.active = True + for old_state in ('enabled', 'test'): + self.provider.state = old_state + with patch( + 'odoo.addons.payment.models.payment_provider.PaymentProvider' + '._get_default_payment_method_codes', return_value=self.payment_method_code, + ): + self.provider.state = 'disabled' + self.assertFalse(self.payment_methods.active) + + def test_published_provider_compatible_with_all_users(self): + """ Test that a published provider is always available to all users. """ + for user in (self.public_user, self.portal_user): + self.env = self.env(user=user) + + compatible_providers = self.env['payment.provider'].sudo()._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertIn(self.provider, compatible_providers) + + def test_unpublished_provider_compatible_with_internal_user(self): + """ Test that an unpublished provider is still available to internal users. """ + self.provider.is_published = False + + compatible_providers = self.env['payment.provider']._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertIn(self.provider, compatible_providers) + + def test_unpublished_provider_not_compatible_with_non_internal_user(self): + """ Test that an unpublished provider is not available to non-internal users. """ + self.provider.is_published = False + for user in (self.public_user, self.portal_user): + self.env = self.env(user=user) + + compatible_providers = self.env['payment.provider'].sudo()._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_with_available_countries(self): + """ Test that the provider is compatible with its available countries. """ + belgium = self.env.ref('base.be') + self.provider.available_country_ids = [Command.set([belgium.id])] + self.partner.country_id = belgium + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_with_unavailable_countries(self): + """ Test that the provider is not compatible with a country that is not available. """ + belgium = self.env.ref('base.be') + self.provider.available_country_ids = [Command.set([belgium.id])] + france = self.env.ref('base.fr') + self.partner.country_id = france + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_when_no_available_countries_set(self): + """ Test that the provider is always compatible when no available countries are set. """ + self.provider.available_country_ids = [Command.clear()] + belgium = self.env.ref('base.be') + self.partner.country_id = belgium + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_compatible_when_maximum_amount_is_zero(self): + """ Test that the maximum amount has no effect on the provider's compatibility when it is + set to 0. """ + self.provider.maximum_amount = 0. + currency = self.provider.main_currency_id.id + + compatible_providers = self.env['payment.provider']._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=currency + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_compatible_when_payment_below_maximum_amount(self): + """ Test that a provider is compatible when the payment amount is less than the maximum + amount. """ + self.provider.maximum_amount = self.amount + 10.0 + currency = self.provider.main_currency_id.id + + compatible_providers = self.env['payment.provider']._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=currency + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_when_payment_above_maximum_amount(self): + """ Test that a provider is not compatible when the payment amount is more than the maximum + amount. """ + self.provider.maximum_amount = self.amount - 10.0 + currency = self.provider.main_currency_id.id + + compatible_providers = self.env['payment.provider']._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=currency + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_with_available_currencies(self): + """ Test that the provider is compatible with its available currencies. """ + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=self.currency_euro.id + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_with_unavailable_currencies(self): + """ Test that the provider is not compatible with a currency that is not available. """ + # Make sure the list of available currencies is not empty. + self.provider.available_currency_ids = [Command.unlink(self.currency_usd.id)] + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=self.currency_usd.id + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_when_no_available_currencies_set(self): + """ Test that the provider is always compatible when no available currency is set. """ + self.provider.available_currency_ids = [Command.clear()] + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, currency_id=self.currency_euro.id + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_compatible_when_tokenization_forced(self): + """ Test that the provider is compatible when it allows tokenization while it is forced by + the calling module. """ + self.provider.allow_tokenization = True + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, force_tokenization=True + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_when_tokenization_forced(self): + """ Test that the provider is not compatible when it does not allow tokenization while it + is forced by the calling module. """ + self.provider.allow_tokenization = False + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, force_tokenization=True + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_when_tokenization_required(self): + """ Test that the provider is compatible when it allows tokenization while it is required by + the payment context (e.g., when paying for a subscription). """ + self.provider.allow_tokenization = True + with patch( + 'odoo.addons.payment.models.payment_provider.PaymentProvider._is_tokenization_required', + return_value=True, + ): + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_when_tokenization_required(self): + """ Test that the provider is not compatible when it does not allow tokenization while it + is required by the payment context (e.g., when paying for a subscription). """ + self.provider.allow_tokenization = False + with patch( + 'odoo.addons.payment.models.payment_provider.PaymentProvider._is_tokenization_required', + return_value=True, + ): + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount + ) + self.assertNotIn(self.provider, compatible_providers) + + def test_provider_compatible_with_express_checkout(self): + """ Test that the provider is compatible when it allows express checkout while it is an + express checkout flow. """ + self.provider.allow_express_checkout = True + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, is_express_checkout=True + ) + self.assertIn(self.provider, compatible_providers) + + def test_provider_not_compatible_with_express_checkout(self): + """ Test that the provider is not compatible when it does not allow express checkout while + it is an express checkout flow. """ + self.provider.allow_express_checkout = False + compatible_providers = self.provider._get_compatible_providers( + self.company.id, self.partner.id, self.amount, is_express_checkout=True + ) + self.assertNotIn(self.provider, compatible_providers) diff --git a/tests/test_payment_token.py b/tests/test_payment_token.py new file mode 100644 index 0000000..2b791c5 --- /dev/null +++ b/tests/test_payment_token.py @@ -0,0 +1,64 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from datetime import date + +from freezegun import freeze_time + +from odoo.exceptions import AccessError, UserError, ValidationError +from odoo.tests import tagged +from odoo.tools import mute_logger + +from odoo.addons.payment.tests.common import PaymentCommon + + +@tagged('-at_install', 'post_install') +class TestPaymentToken(PaymentCommon): + + @mute_logger('odoo.addons.base.models.ir_rule') + def test_users_have_no_access_to_other_users_tokens(self): + users = [self.public_user, self.portal_user, self.internal_user] + token = self._create_token(partner_id=self.admin_partner.id) + for user in users: + with self.assertRaises(AccessError): + token.with_user(user).read() + + def test_cannot_assign_token_to_public_partner(self): + """ Test that no token can be assigned to the public partner. """ + token = self._create_token() + with self.assertRaises(ValidationError): + token.partner_id = self.public_user.partner_id + + def test_token_cannot_be_unarchived(self): + """ Test that unarchiving disabled tokens is forbidden. """ + token = self._create_token(active=False) + with self.assertRaises(UserError): + token.active = True + + def test_display_name_is_padded(self): + """ Test that the display name is built by padding the payment details. """ + token = self._create_token() + self.assertEqual(token._build_display_name(), '•••• 1234') + + @freeze_time('2024-1-31 10:00:00') + def test_display_name_for_empty_payment_details(self): + """ Test that the display name is still built for token without payment details. """ + token = self._create_token(payment_details='') + self.env.cr.execute( + 'UPDATE payment_token SET create_date = %s WHERE id = %s', + params=(date.today(), token.id), + ) + token.invalidate_recordset(fnames=['create_date']) + self.assertEqual( + token._build_display_name(), + f"Payment details saved on {date.today().strftime('%Y/%m/%d')}", + ) + + def test_display_name_is_shortened_to_max_length(self): + """ Test that the display name is not fully padded when a `max_length` is passed. """ + token = self._create_token() + self.assertEqual(token._build_display_name(max_length=6), '• 1234') + + def test_display_name_is_not_padded(self): + """ Test that the display name is not padded when `should_pad` is `False`. """ + token = self._create_token() + self.assertEqual(token._build_display_name(should_pad=False), '1234') diff --git a/tests/test_payment_transaction.py b/tests/test_payment_transaction.py new file mode 100644 index 0000000..d0462e2 --- /dev/null +++ b/tests/test_payment_transaction.py @@ -0,0 +1,191 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from unittest.mock import patch + +from odoo.tests import tagged +from odoo.tools import mute_logger + +from odoo.addons.payment.tests.common import PaymentCommon + + +@tagged('-at_install', 'post_install') +class TestPaymentTransaction(PaymentCommon): + + def test_refunds_count(self): + self.provider.support_refund = 'full_only' # Should simply not be False + tx = self._create_transaction('redirect', state='done') + for reference_index, operation in enumerate( + ('online_redirect', 'online_direct', 'online_token', 'validation', 'refund') + ): + self._create_transaction( + 'dummy', + reference=f'R-{tx.reference}-{reference_index + 1}', + state='done', + operation=operation, # Override the computed flow + source_transaction_id=tx.id, + )._reconcile_after_done() + + self.assertEqual( + tx.refunds_count, + 1, + msg="The refunds count should only consider transactions with operation 'refund'." + ) + + def test_refund_transaction_values(self): + self.provider.support_refund = 'partial' + tx = self._create_transaction('redirect', state='done') + + # Test the default values of a full refund transaction + refund_tx = tx._create_child_transaction(tx.amount, is_refund=True) + self.assertEqual( + refund_tx.reference, + f'R-{tx.reference}', + msg="The reference of the refund transaction should be the prefixed reference of the " + "source transaction." + ) + self.assertLess( + refund_tx.amount, 0, msg="The amount of a refund transaction should always be negative." + ) + self.assertAlmostEqual( + refund_tx.amount, + -tx.amount, + places=2, + msg="The amount of the refund transaction should be taken from the amount of the " + "source transaction." + ) + self.assertEqual( + refund_tx.currency_id, + tx.currency_id, + msg="The currency of the refund transaction should be that of the source transaction." + ) + self.assertEqual( + refund_tx.operation, + 'refund', + msg="The operation of the refund transaction should be 'refund'." + ) + self.assertEqual( + tx, + refund_tx.source_transaction_id, + msg="The refund transaction should be linked to the source transaction." + ) + self.assertEqual( + refund_tx.partner_id, + tx.partner_id, + msg="The partner of the refund transaction should be that of the source transaction." + ) + + # Test the values of a partial refund transaction with custom refund amount + partial_refund_tx = tx._create_child_transaction(11.11, is_refund=True) + self.assertAlmostEqual( + partial_refund_tx.amount, + -11.11, + places=2, + msg="The amount of the refund transaction should be the negative value of the amount " + "to refund." + ) + + def test_partial_capture_transaction_values(self): + self.provider.support_manual_capture = 'partial' + self.provider.capture_manually = True + tx = self._create_transaction('redirect', state='authorized') + + capture_tx = tx._create_child_transaction(11.11) + self.assertEqual( + capture_tx.reference, + f'P-{tx.reference}', + msg="The reference of a partial capture should be the prefixed reference of the source " + "transaction.", + ) + self.assertEqual( + capture_tx.amount, + 11.11, + msg="The amount of a partial capture should be the one passed as argument.", + ) + self.assertEqual( + capture_tx.currency_id, + tx.currency_id, + msg="The currency of the partial capture should be that of the source transaction.", + ) + self.assertEqual( + capture_tx.operation, + tx.operation, + msg="The operation of the partial capture should be the same as the source" + " transaction.", + ) + self.assertEqual( + tx, + capture_tx.source_transaction_id, + msg="The partial capture transaction should be linked to the source transaction.", + ) + self.assertEqual( + capture_tx.partner_id, + tx.partner_id, + msg="The partner of the partial capture should be that of the source transaction.", + ) + + def test_capturing_child_tx_triggers_source_tx_state_update(self): + self.provider.support_manual_capture = 'partial' + self.provider.capture_manually = True + source_tx = self._create_transaction(flow='direct', state='authorized') + child_tx_1 = source_tx._create_child_transaction(100) + with patch( + 'odoo.addons.payment.models.payment_transaction.PaymentTransaction' + '._update_source_transaction_state' + ) as patched: + child_tx_1._set_done() + patched.assert_called_once() + + def test_voiding_child_tx_triggers_source_tx_state_update(self): + self.provider.support_manual_capture = 'partial' + self.provider.capture_manually = True + source_tx = self._create_transaction(flow='direct', state='authorized') + child_tx_1 = source_tx._create_child_transaction(100) + child_tx_1._set_done() + child_tx_2 = source_tx._create_child_transaction(source_tx.amount-100) + with patch( + 'odoo.addons.payment.models.payment_transaction.PaymentTransaction' + '._update_source_transaction_state' + ) as patched: + child_tx_2._set_canceled() + patched.assert_called_once() + + def test_capturing_partial_amount_leaves_source_tx_authorized(self): + self.provider.support_manual_capture = 'partial' + self.provider.capture_manually = True + source_tx = self._create_transaction(flow='direct', state='authorized') + child_tx_1 = source_tx._create_child_transaction(100) + child_tx_1._set_done() + self.assertEqual( + source_tx.state, + 'authorized', + msg="The whole amount of the source transaction has not been processed yet, it's state " + "should still be 'authorized'.", + ) + + def test_capturing_full_amount_confirms_source_tx(self): + self.provider.support_manual_capture = 'partial' + self.provider.capture_manually = True + source_tx = self._create_transaction(flow='direct', state='authorized') + child_tx_1 = source_tx._create_child_transaction(100) + child_tx_1._set_done() + child_tx_2 = source_tx._create_child_transaction(source_tx.amount - 100) + child_tx_2._set_canceled() + self.assertEqual( + source_tx.state, + 'done', + msg="The whole amount of the source transaction has been processed, it's state is now " + "'done'." + ) + + @mute_logger('odoo.addons.payment.models.payment_transaction') + def test_update_state_to_illegal_target_state(self): + tx = self._create_transaction('redirect', state='done') + tx._update_state(['draft', 'pending', 'authorized'], 'cancel', None) + self.assertEqual(tx.state, 'done') + + def test_update_state_to_extra_allowed_state(self): + tx = self._create_transaction('redirect', state='done') + tx._update_state( + ['draft', 'pending', 'authorized', 'done'], 'cancel', None + ) + self.assertEqual(tx.state, 'cancel') diff --git a/utils.py b/utils.py new file mode 100644 index 0000000..1b2bb70 --- /dev/null +++ b/utils.py @@ -0,0 +1,190 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from hashlib import sha1 + +from odoo import fields +from odoo.http import request +from odoo.tools import consteq, float_round, ustr +from odoo.tools.misc import hmac as hmac_tool + + +# Access token management + +def generate_access_token(*values): + """ Generate an access token based on the provided values. + + The token allows to later verify the validity of a request, based on a given set of values. + These will generally include the partner id, amount, currency id, transaction id or transaction + reference. + All values must be convertible to a string. + + :param list values: The values to use for the generation of the token + :return: The generated access token + :rtype: str + """ + token_str = '|'.join(str(val) for val in values) + access_token = hmac_tool(request.env(su=True), 'generate_access_token', token_str) + return access_token + + +def check_access_token(access_token, *values): + """ Check the validity of the access token for the provided values. + + The values must be provided in the exact same order as they were to `generate_access_token`. + All values must be convertible to a string. + + :param str access_token: The access token used to verify the provided values + :param list values: The values to verify against the token + :return: True if the check is successful + :rtype: bool + """ + authentic_token = generate_access_token(*values) + return access_token and consteq(ustr(access_token), authentic_token) + + +# Transaction values formatting + +def singularize_reference_prefix(prefix='tx', separator='-', max_length=None): + """ Make the prefix more unique by suffixing it with the current datetime. + + When the prefix is a placeholder that would be part of a large sequence of references sharing + the same prefix, such as "tx" or "validation", singularizing it allows to make it part of a + single-element sequence of transactions. The computation of the full reference will then execute + faster by failing to find existing references with a matching prefix. + + If the `max_length` argument is passed, the end of the prefix can be stripped before + singularizing to ensure that the result accounts for no more than `max_length` characters. + + Warning: Generated prefixes are *not* uniques! This function should be used only for making + transaction reference prefixes more distinguishable and *not* for operations that require the + generated value to be unique. + + :param str prefix: The custom prefix to singularize + :param str separator: The custom separator used to separate the prefix from the suffix + :param int max_length: The maximum length of the singularized prefix + :return: The singularized prefix + :rtype: str + """ + if prefix is None: + prefix = 'tx' + if max_length: + DATETIME_LENGTH = 14 + assert max_length >= 1 + len(separator) + DATETIME_LENGTH # 1 char + separator + datetime + prefix = prefix[:max_length-len(separator)-DATETIME_LENGTH] + return f'{prefix}{separator}{fields.Datetime.now().strftime("%Y%m%d%H%M%S")}' + + +def to_major_currency_units(minor_amount, currency, arbitrary_decimal_number=None): + """ Return the amount converted to the major units of its currency. + + The conversion is done by dividing the amount by 10^k where k is the number of decimals of the + currency as per the ISO 4217 norm. + To force a different number of decimals, set it as the value of the `arbitrary_decimal_number` + argument. + + :param float minor_amount: The amount in minor units, to convert in major units + :param recordset currency: The currency of the amount, as a `res.currency` record + :param int arbitrary_decimal_number: The number of decimals to use instead of that of ISO 4217 + :return: The amount in major units of its currency + :rtype: int + """ + if arbitrary_decimal_number is None: + currency.ensure_one() + decimal_number = currency.decimal_places + else: + decimal_number = arbitrary_decimal_number + return float_round(minor_amount, precision_digits=0) / (10**decimal_number) + + +def to_minor_currency_units(major_amount, currency, arbitrary_decimal_number=None): + """ Return the amount converted to the minor units of its currency. + + The conversion is done by multiplying the amount by 10^k where k is the number of decimals of + the currency as per the ISO 4217 norm. + To force a different number of decimals, set it as the value of the `arbitrary_decimal_number` + argument. + + Note: currency.ensure_one() if arbitrary_decimal_number is not provided + + :param float major_amount: The amount in major units, to convert in minor units + :param recordset currency: The currency of the amount, as a `res.currency` record + :param int arbitrary_decimal_number: The number of decimals to use instead of that of ISO 4217 + :return: The amount in minor units of its currency + :rtype: int + """ + if arbitrary_decimal_number is None: + currency.ensure_one() + decimal_number = currency.decimal_places + else: + decimal_number = arbitrary_decimal_number + return int(float_round(major_amount * (10**decimal_number), precision_digits=0)) + + +# Partner values formatting + +def format_partner_address(address1="", address2=""): + """ Format a two-parts partner address into a one-line address string. + + :param str address1: The first part of the address, usually the `street1` field + :param str address2: The second part of the address, usually the `street2` field + :return: The formatted one-line address + :rtype: str + """ + address1 = address1 or "" # Avoid casting as "False" + address2 = address2 or "" # Avoid casting as "False" + return f"{address1} {address2}".strip() + + +def split_partner_name(partner_name): + """ Split a single-line partner name in a tuple of first name, last name. + + :param str partner_name: The partner name + :return: The splitted first name and last name + :rtype: tuple + """ + return " ".join(partner_name.split()[:-1]), partner_name.split()[-1] + + +# Security + +def get_customer_ip_address(): + return request and request.httprequest.remote_addr or '' + + +def check_rights_on_recordset(recordset): + """ Ensure that the user has the rights to write on the record. + + Call this method to check the access rules and rights before doing any operation that is + callable by RPC and that requires to be executed in sudo mode. + + :param recordset: The recordset for which the rights should be checked. + :return: None + """ + recordset.check_access_rights('write') + recordset.check_access_rule('write') + + +# Idempotency + +def generate_idempotency_key(tx, scope=None): + """ Generate an idempotency key for the provided transaction and scope. + + Idempotency keys are used to prevent API requests from going through twice in a short time: the + API rejects requests made after another one with the same payload and idempotency key if it + succeeded. + + The idempotency key is generated based on the transaction reference, database UUID, and scope if + any. This guarantees the key is identical for two API requests with the same transaction + reference, database, and endpoint. Should one of these parameters differ, the key is unique from + one request to another (e.g., after dropping the database, for different endpoints, etc.). + + :param recordset tx: The transaction to generate an idempotency key for, as a + `payment.transaction` record. + :param str scope: The scope of the API request to generate an idempotency key for. This should + typically be the API endpoint. It is not necessary to provide the scope if the + API takes care of comparing idempotency keys per endpoint. + :return: The generated idempotency key. + :rtype: str + """ + database_uuid = tx.env['ir.config_parameter'].sudo().get_param('database.uuid') + return sha1(f'{database_uuid}{tx.reference}{scope or ""}'.encode()).hexdigest() diff --git a/views/express_checkout_templates.xml b/views/express_checkout_templates.xml new file mode 100644 index 0000000..f49fff6 --- /dev/null +++ b/views/express_checkout_templates.xml @@ -0,0 +1,56 @@ + + + + + + diff --git a/views/payment_form_templates.xml b/views/payment_form_templates.xml new file mode 100644 index 0000000..1a1bef6 --- /dev/null +++ b/views/payment_form_templates.xml @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + + + diff --git a/views/payment_method_views.xml b/views/payment_method_views.xml new file mode 100644 index 0000000..b71cee3 --- /dev/null +++ b/views/payment_method_views.xml @@ -0,0 +1,159 @@ + + + + + payment.method.form + payment.method + +
    + + + +
    +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + payment.method.tree + payment.method + + + + + + + + + + + payment.method.kanban + payment.method + 1 + + + + +
    +
    +
    + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + payment.method.search + payment.method + + + + + + + + + + Payment Methods + payment.method + tree,kanban,form + [('is_primary', '=', True)] + {'active_test': False, 'search_default_available_pms': 1} + +

    + No payment methods found for your payment providers. +

    +

    + + Configure a payment provider + +

    +
    +
    + +
    diff --git a/views/payment_provider_views.xml b/views/payment_provider_views.xml new file mode 100644 index 0000000..fc74b89 --- /dev/null +++ b/views/payment_provider_views.xml @@ -0,0 +1,251 @@ + + + + + payment.provider.form + payment.provider + +
    + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + +
    +

    +
    + Upgrade +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + payment.provider.list + payment.provider + + + + + + + + + + + + + + payment.provider.kanban + payment.provider + + + + + + + + + + + + + + + + + + +
    +
    + provider +
    +
    +

    + + + + + Published + + + Unpublished + + + + Enterprise +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + payment.provider.search + payment.provider + + + + + + + + + + + + + + + + Payment Providers + payment.provider + kanban,tree,form + +

    + Create a new payment provider +

    +
    +
    + +
    diff --git a/views/payment_token_views.xml b/views/payment_token_views.xml new file mode 100644 index 0000000..936d820 --- /dev/null +++ b/views/payment_token_views.xml @@ -0,0 +1,78 @@ + + + + + payment.token.form + payment.token + +
    + + +
    + +
    + + + + + + + + + + + + + +
    +
    +
    +
    + + + payment.token.list + payment.token + + + + + + + + + + + + + + payment.token.search + payment.token + + + + + + + + + + + + + + + + Payment Tokens + payment.token + tree,form + +

    + There is no token created yet. +

    +
    +
    + +
    diff --git a/views/payment_transaction_views.xml b/views/payment_transaction_views.xml new file mode 100644 index 0000000..d267f54 --- /dev/null +++ b/views/payment_transaction_views.xml @@ -0,0 +1,155 @@ + + + + + payment.transaction.form + payment.transaction + +
    +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + + + payment.transaction.list + payment.transaction + + + + + + + + + + + + + + + + + + + payment.transaction.kanban + payment.transaction + + + + +
    +
    +
    + +
    +
    + +
    +
    + + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + payment.transaction.search + payment.transaction + + + + + + + + + + + + + + + + + + Payment Transactions + payment.transaction + tree,kanban,form + +

    + There are no transactions to show +

    +
    +
    + + + Payment Transactions Linked To Token + payment.transaction + tree,form + [('token_id','=', active_id)] + {'create': False} + + +
    diff --git a/views/portal_templates.xml b/views/portal_templates.xml new file mode 100644 index 0000000..d362763 --- /dev/null +++ b/views/portal_templates.xml @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/views/res_partner_views.xml b/views/res_partner_views.xml new file mode 100644 index 0000000..53a6bbe --- /dev/null +++ b/views/res_partner_views.xml @@ -0,0 +1,28 @@ + + + + + + view.res.partner.form.payment.defaultcreditcard + res.partner + + + +
    + +
    +
    +
    + +
    diff --git a/wizards/__init__.py b/wizards/__init__.py new file mode 100644 index 0000000..5a53c4a --- /dev/null +++ b/wizards/__init__.py @@ -0,0 +1,5 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import payment_capture_wizard +from . import payment_link_wizard +from . import payment_onboarding_wizard diff --git a/wizards/payment_capture_wizard.py b/wizards/payment_capture_wizard.py new file mode 100644 index 0000000..e41474f --- /dev/null +++ b/wizards/payment_capture_wizard.py @@ -0,0 +1,152 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import _, api, fields, models +from odoo.exceptions import ValidationError +from odoo.tools import format_amount + + +class PaymentCaptureWizard(models.TransientModel): + _name = 'payment.capture.wizard' + _description = "Payment Capture Wizard" + + transaction_ids = fields.Many2many( # All the source txs related to the capture request + comodel_name='payment.transaction', + default=lambda self: self.env.context.get('active_ids'), + readonly=True, + ) + authorized_amount = fields.Monetary( + string="Authorized Amount", compute='_compute_authorized_amount' + ) + captured_amount = fields.Monetary(string="Already Captured", compute='_compute_captured_amount') + voided_amount = fields.Monetary(string="Already Voided", compute='_compute_voided_amount') + available_amount = fields.Monetary( + string="Maximum Capture Allowed", compute='_compute_available_amount' + ) + amount_to_capture = fields.Monetary( + compute='_compute_amount_to_capture', store=True, readonly=False + ) + is_amount_to_capture_valid = fields.Boolean(compute='_compute_is_amount_to_capture_valid') + void_remaining_amount = fields.Boolean() + currency_id = fields.Many2one(related='transaction_ids.currency_id') + support_partial_capture = fields.Boolean( + help="Whether each of the transactions' provider supports the partial capture.", + compute='_compute_support_partial_capture', + compute_sudo=True, + ) + has_draft_children = fields.Boolean(compute='_compute_has_draft_children') + has_remaining_amount = fields.Boolean(compute='_compute_has_remaining_amount') + + #=== COMPUTE METHODS ===# + + @api.depends('transaction_ids') + def _compute_authorized_amount(self): + for wizard in self: + wizard.authorized_amount = sum(wizard.transaction_ids.mapped('amount')) + + @api.depends('transaction_ids') + def _compute_captured_amount(self): + for wizard in self: + full_capture_txs = wizard.transaction_ids.filtered( + lambda tx: tx.state == 'done' and not tx.child_transaction_ids + ) # Transactions that have been fully captured in a single capture operation. + partial_capture_child_txs = wizard.transaction_ids.child_transaction_ids.filtered( + lambda tx: tx.state == 'done' + ) # Transactions that represent a partial capture of their source transaction. + wizard.captured_amount = sum( + (full_capture_txs | partial_capture_child_txs).mapped('amount') + ) + + @api.depends('transaction_ids') + def _compute_voided_amount(self): + for wizard in self: + void_child_txs = wizard.transaction_ids.child_transaction_ids.filtered( + lambda tx: tx.state == 'cancel' + ) + wizard.voided_amount = sum(void_child_txs.mapped('amount')) + + @api.depends('authorized_amount', 'captured_amount', 'voided_amount') + def _compute_available_amount(self): + for wizard in self: + wizard.available_amount = wizard.authorized_amount \ + - wizard.captured_amount \ + - wizard.voided_amount + + @api.depends('available_amount') + def _compute_amount_to_capture(self): + """ Set the default amount to capture to the amount available for capture. """ + for wizard in self: + wizard.amount_to_capture = wizard.available_amount + + @api.depends('amount_to_capture', 'available_amount') + def _compute_is_amount_to_capture_valid(self): + for wizard in self: + is_valid = 0 < wizard.amount_to_capture <= wizard.available_amount + wizard.is_amount_to_capture_valid = is_valid + + @api.depends('transaction_ids') + def _compute_support_partial_capture(self): + for wizard in self: + wizard.support_partial_capture = all( + tx.provider_id.support_manual_capture == 'partial' for tx in wizard.transaction_ids + ) + + @api.depends('transaction_ids') + def _compute_has_draft_children(self): + for wizard in self: + wizard.has_draft_children = bool(wizard.transaction_ids.child_transaction_ids.filtered( + lambda tx: tx.state == 'draft' + )) + + @api.depends('available_amount', 'amount_to_capture') + def _compute_has_remaining_amount(self): + for wizard in self: + wizard.has_remaining_amount = wizard.amount_to_capture < wizard.available_amount + if not wizard.has_remaining_amount: + wizard.void_remaining_amount = False + + #=== CONSTRAINT METHODS ===# + + @api.constrains('amount_to_capture') + def _check_amount_to_capture_within_boundaries(self): + for wizard in self: + if not wizard.is_amount_to_capture_valid: + formatted_amount = format_amount( + self.env, wizard.available_amount, wizard.currency_id + ) + raise ValidationError(_( + "The amount to capture must be positive and cannot be superior to %s.", + formatted_amount + )) + if not wizard.support_partial_capture \ + and wizard.amount_to_capture != wizard.available_amount: + raise ValidationError(_( + "Some of the transactions you intend to capture can only be captured in full. " + "Handle the transactions individually to capture a partial amount." + )) + + #=== ACTION METHODS ===# + + def action_capture(self): + for wizard in self: + remaining_amount_to_capture = wizard.amount_to_capture + for source_tx in wizard.transaction_ids.filtered(lambda tx: tx.state == 'authorized'): + partial_capture_child_txs = wizard.transaction_ids.child_transaction_ids.filtered( + lambda tx: tx.source_transaction_id == source_tx and tx.state == 'done' + ) # We can void all the remaining amount only at once => don't check cancel state. + source_tx_remaining_amount = source_tx.currency_id.round( + source_tx.amount - sum(partial_capture_child_txs.mapped('amount')) + ) + if remaining_amount_to_capture: + amount_to_capture = min(source_tx_remaining_amount, remaining_amount_to_capture) + # In sudo mode because we need to be able to read on provider fields. + source_tx.sudo()._send_capture_request(amount_to_capture=amount_to_capture) + remaining_amount_to_capture -= amount_to_capture + source_tx_remaining_amount -= amount_to_capture + + if source_tx_remaining_amount and wizard.void_remaining_amount: + # The source tx isn't fully captured and the user wants to void the remaining. + # In sudo mode because we need to be able to read on provider fields. + source_tx.sudo()._send_void_request(amount_to_void=source_tx_remaining_amount) + elif not remaining_amount_to_capture and not wizard.void_remaining_amount: + # The amount to capture has been completely captured. + break # Skip the remaining transactions. diff --git a/wizards/payment_capture_wizard_views.xml b/wizards/payment_capture_wizard_views.xml new file mode 100644 index 0000000..1701ef2 --- /dev/null +++ b/wizards/payment_capture_wizard_views.xml @@ -0,0 +1,58 @@ + + + + + payment.capture.wizard.form + payment.capture.wizard + +
    + + + + + + + + + + + + +
    + + + +
    +
    + +
    +
    + +
    diff --git a/wizards/payment_link_wizard.py b/wizards/payment_link_wizard.py new file mode 100644 index 0000000..983ff65 --- /dev/null +++ b/wizards/payment_link_wizard.py @@ -0,0 +1,85 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from werkzeug import urls + +from odoo import _, api, fields, models + +from odoo.addons.payment import utils as payment_utils + + +class PaymentLinkWizard(models.TransientModel): + _name = 'payment.link.wizard' + _description = "Generate Payment Link" + + @api.model + def default_get(self, fields_list): + res = super().default_get(fields_list) + res_id = self.env.context.get('active_id') + res_model = self.env.context.get('active_model') + if res_id and res_model: + res.update({'res_model': res_model, 'res_id': res_id}) + res.update( + self.env[res_model].browse(res_id)._get_default_payment_link_values() + ) + return res + + res_model = fields.Char("Related Document Model", required=True) + res_id = fields.Integer("Related Document ID", required=True) + amount = fields.Monetary(currency_field='currency_id', required=True) + amount_max = fields.Monetary(currency_field='currency_id') + currency_id = fields.Many2one('res.currency') + partner_id = fields.Many2one('res.partner') + partner_email = fields.Char(related='partner_id.email') + link = fields.Char(string="Payment Link", compute='_compute_link') + company_id = fields.Many2one('res.company', compute='_compute_company_id') + warning_message = fields.Char(compute='_compute_warning_message') + + @api.depends('amount', 'amount_max') + def _compute_warning_message(self): + self.warning_message = '' + for wizard in self: + if wizard.amount_max <= 0: + wizard.warning_message = _("There is nothing to be paid.") + elif wizard.amount <= 0: + wizard.warning_message = _("Please set a positive amount.") + elif wizard.amount > wizard.amount_max: + wizard.warning_message = _("Please set an amount lower than %s.", wizard.amount_max) + + @api.depends('res_model', 'res_id') + def _compute_company_id(self): + for link in self: + record = self.env[link.res_model].browse(link.res_id) + link.company_id = record.company_id if 'company_id' in record else False + + def _get_access_token(self): + self.ensure_one() + return payment_utils.generate_access_token( + self.partner_id.id, self.amount, self.currency_id.id + ) + + @api.depends('amount', 'currency_id', 'partner_id', 'company_id') + def _compute_link(self): + for payment_link in self: + related_document = self.env[payment_link.res_model].browse(payment_link.res_id) + base_url = related_document.get_base_url() # Don't generate links for the wrong website + url_params = { + 'amount': self.amount, + 'access_token': self._get_access_token(), + **self._get_additional_link_values(), + } + payment_link.link = f'{base_url}/payment/pay?{urls.url_encode(url_params)}' + + def _get_additional_link_values(self): + """ Return the additional values to append to the payment link. + + Note: self.ensure_one() + + :return: The additional payment link values. + :rtype: dict + """ + self.ensure_one() + return { + 'currency_id': self.currency_id.id, + 'partner_id': self.partner_id.id, + 'company_id': self.company_id.id, + } diff --git a/wizards/payment_link_wizard_views.xml b/wizards/payment_link_wizard_views.xml new file mode 100644 index 0000000..1cce5dc --- /dev/null +++ b/wizards/payment_link_wizard_views.xml @@ -0,0 +1,49 @@ + + + + + payment.link.wizard.form + payment.link.wizard + +
    + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    + +
    diff --git a/wizards/payment_onboarding_views.xml b/wizards/payment_onboarding_views.xml new file mode 100644 index 0000000..3bbbd49 --- /dev/null +++ b/wizards/payment_onboarding_views.xml @@ -0,0 +1,45 @@ + + + + + payment.provider.onboarding.wizard.form + payment.provider.onboarding.wizard + +
    +
    +
    +
    + +
    +
    + + +
    + + + + + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    diff --git a/wizards/payment_onboarding_wizard.py b/wizards/payment_onboarding_wizard.py new file mode 100644 index 0000000..6f90eee --- /dev/null +++ b/wizards/payment_onboarding_wizard.py @@ -0,0 +1,146 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import _, api, fields, models +from odoo.exceptions import UserError + + +class PaymentWizard(models.TransientModel): + _name = 'payment.provider.onboarding.wizard' + _description = 'Payment provider onboarding wizard' + + payment_method = fields.Selection([ + ('stripe', "Credit & Debit card (via Stripe)"), + ('paypal', "PayPal"), + ('manual', "Custom payment instructions"), + ], string="Payment Method", default=lambda self: self._get_default_payment_provider_onboarding_value('payment_method')) + paypal_email_account = fields.Char("Email", default=lambda self: self._get_default_payment_provider_onboarding_value('paypal_email_account')) + paypal_pdt_token = fields.Char("PDT Identity Token", default=lambda self: self._get_default_payment_provider_onboarding_value('paypal_pdt_token')) + + # Account-specific logic. It's kept here rather than moved in `account_payment` as it's not used by `account` module. + manual_name = fields.Char("Method", default=lambda self: self._get_default_payment_provider_onboarding_value('manual_name')) + journal_name = fields.Char("Bank Name", default=lambda self: self._get_default_payment_provider_onboarding_value('journal_name')) + acc_number = fields.Char("Account Number", default=lambda self: self._get_default_payment_provider_onboarding_value('acc_number')) + manual_post_msg = fields.Html("Payment Instructions") + + _data_fetched = fields.Boolean(store=False) + + @api.onchange('journal_name', 'acc_number') + def _set_manual_post_msg_value(self): + self.manual_post_msg = _( + '

    Please make a payment to:

    • Bank: %s
    • Account Number: %s
    • Account Holder: %s
    ', + self.journal_name or _("Bank"), + self.acc_number or _("Account"), + self.env.company.name + ) + + _payment_provider_onboarding_cache = {} + + def _get_manual_payment_provider(self, env=None): + if env is None: + env = self.env + module_id = env.ref('base.module_payment_custom').id + return env['payment.provider'].search([ + *env['payment.provider']._check_company_domain(self.env.company), + ('module_id', '=', module_id), + ], limit=1) + + def _get_default_payment_provider_onboarding_value(self, key): + if not self.env.is_admin(): + raise UserError(_("Only administrators can access this data.")) + + if self._data_fetched: + return self._payment_provider_onboarding_cache.get(key, '') + + self._data_fetched = True + + self._payment_provider_onboarding_cache['payment_method'] = self.env.company.payment_onboarding_payment_method + + installed_modules = self.env['ir.module.module'].sudo().search([ + ('name', 'in', ('payment_paypal', 'payment_stripe')), + ('state', '=', 'installed'), + ]).mapped('name') + + if 'payment_paypal' in installed_modules: + provider = self.env['payment.provider'].search([ + *self.env['payment.provider']._check_company_domain(self.env.company), + ('code', '=', 'paypal'), + + ], limit=1) + self._payment_provider_onboarding_cache['paypal_email_account'] = provider['paypal_email_account'] or self.env.company.email + self._payment_provider_onboarding_cache['paypal_pdt_token'] = provider['paypal_pdt_token'] + else: + self._payment_provider_onboarding_cache['paypal_email_account'] = self.env.company.email + + manual_payment = self._get_manual_payment_provider() + journal = manual_payment.journal_id + + self._payment_provider_onboarding_cache['manual_name'] = manual_payment['name'] + self._payment_provider_onboarding_cache['manual_post_msg'] = manual_payment['pending_msg'] + self._payment_provider_onboarding_cache['journal_name'] = journal.name if journal.name != "Bank" else "" + self._payment_provider_onboarding_cache['acc_number'] = journal.bank_acc_number + + return self._payment_provider_onboarding_cache.get(key, '') + + def add_payment_methods(self): + """ Install required payment providers, configure them and mark the + onboarding step as done.""" + payment_method = self.payment_method + + if self.payment_method == 'paypal': + self.env.company._install_modules(['payment_paypal', 'account_payment']) + elif self.payment_method == 'manual': + self.env.company._install_modules(['account_payment']) + + if self.payment_method in ('paypal', 'manual'): + # create a new env including the freshly installed module(s) + new_env = api.Environment(self.env.cr, self.env.uid, self.env.context) + + if self.payment_method == 'paypal': + provider = new_env['payment.provider'].search([ + *self.env['payment.provider']._check_company_domain(self.env.company), + ('code', '=', 'paypal') + ], limit=1) + if not provider: + base_provider = self.env.ref('payment.payment_provider_paypal') + # Use sudo to access payment provider record that can be in different company. + provider = base_provider.sudo().copy(default={'company_id':self.env.company.id}) + provider.write({ + 'paypal_email_account': self.paypal_email_account, + 'paypal_pdt_token': self.paypal_pdt_token, + 'state': 'enabled', + 'is_published': 'True', + }) + elif self.payment_method == 'manual': + manual_provider = self._get_manual_payment_provider(new_env) + if not manual_provider: + raise UserError(_( + 'No manual payment method could be found for this company. ' + 'Please create one from the Payment Provider menu.' + )) + manual_provider.name = self.manual_name + manual_provider.pending_msg = self.manual_post_msg + manual_provider.state = 'enabled' + + journal = manual_provider.journal_id + if journal: + journal.name = self.journal_name + journal.bank_acc_number = self.acc_number + + if self.payment_method in ('paypal', 'manual', 'stripe'): + self.env.company.payment_onboarding_payment_method = self.payment_method + + # delete wizard data immediately to get rid of residual credentials + self.sudo().unlink() + + if payment_method == 'stripe': + return self._start_stripe_onboarding() + + # the user clicked `apply` and not cancel, so we can assume this step is done. + self.env['onboarding.onboarding.step'].sudo().action_validate_step_payment_provider() + return {'type': 'ir.actions.act_window_close'} + + def _start_stripe_onboarding(self): + """ Start Stripe Connect onboarding. """ + menu = self.env.ref('account_payment.payment_provider_menu', False) + menu_id = menu and menu.id # Only set if `account_payment` is installed. + return self.env.company._run_payment_onboarding_step(menu_id)

    !S7G`)s{gbsUF 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 literal 0 HcmV?d00001 diff --git a/static/img/eps.png b/static/img/eps.png new file mode 100644 index 0000000000000000000000000000000000000000..c09a9e6e09afceeda87030ad2205382d1cf410af GIT binary patch literal 4146 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 E55+t6sQ>@~ literal 0 HcmV?d00001 diff --git a/static/img/floa_bank.png b/static/img/floa_bank.png new file mode 100644 index 0000000000000000000000000000000000000000..e1faea1a04e767cf960de58fc8f335b9c3530c9e GIT binary patch literal 4515 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 literal 0 HcmV?d00001 diff --git a/static/img/frafinance.png b/static/img/frafinance.png new file mode 100644 index 0000000000000000000000000000000000000000..23208019acff2c68bd6e4048ab051ca2de48d2c0 GIT binary patch literal 734 zcmeAS@N?(olHy`uVBq!ia0vp^AAooP2OE$yy8SQ}NO2Z;L>4nJh^c}wqi2u`NCjhY zkh>GZx^prwfgF}}M_)$E)e-c?47?_GZT^vIy7~kI5m^(R8#NpxW6Bk$&mv(Es z&eUYup4;y`yZN;F;kvy0_49Ve?{9Ax{=noHKkw|TuSYk`|6TpqAS?sqXW6@4f8RYS zoA&MR&%1kMzkPlA=lvS-n*Px)f~A7udtQTz+mnE3j+vuB4Nt}~l$e>jn4Ps7(= w&krPTa2nLXpniKUW7jq{d=ZN~#Q!rEK2ueDaHBO2m>d~AUHx3vIVCg!0RNQl<^TWy literal 0 HcmV?d00001 diff --git a/static/img/gcash.png b/static/img/gcash.png new file mode 100644 index 0000000000000000000000000000000000000000..71b135ea9bec88d2df1f243b15be8a5335e4bfea GIT binary patch literal 10712 zcmdUVWltR56D}@`J6#+WC=Nx6yD#o;E$%LhbSYXKiWM(j+}+*X-QC^q@1NZ7aC2YG znM^WgGRe%D$#e3At0>7}0Du4(7#IvWSxL43^yPn&je_*w`DJCx{6B^2B&+KR14Bsr zKY^7~1O3kf)>TbL9HxAn^yohW!BR|73!wdGz&pYT)eAo*2wqt^yK2_&QJ#$-Xo}Lqhe3r9 z^kkT3zi+wjV59?9fl%hv3q%~&T_+8=2Ouh{wG(PYhOho7@(t9zcOHPcw(OC@vjU-y|Ab)gC`08 zxzrzThz7BspHW}9SzNwEXy2a<5se=#P{I($Gwmal(=$i?LtUsNrG+ocy6)#cBO3k~k+R&l7-I7X^L*&#^kS4^W69}%>WX{T!a-Un`O~8K9q4fAs+0Tm|0}yTP6(VN zz}uSixEqC?U1@cap}1i?boiF*$jn(r64x*Ve0Yl%TO8HJF-XZId5R=OF*yw@_s^ZpsV;T* z;L)^UEYcIsnFg!!3J)k_(u09%%w0~**62~YL&CKqMe`ouKQ$vedg2gN-~3LF725b} zdfDwvV$c}hs?RnLQsf5226H?0E9J8+F2y0$ggdujJ(3_a0?I`n6FxLeB)9(ku3HY} z*GBoJ2kosoW0*^4FD_#FGxCrU9oBsYgpz-7incnaTCkk)|K5^~&l7S-<@FiI);H(< zA+LSLrLo7$6`XUsBLh7n!)`ba{8xTSer$`Pys2nH3me#_s}9P~6oN%pZnm0~-%`t!u}WKM=l$_ z(q7&-wbUUc-*bfc?`#g|d6MwIx{!ADch%D-u~uf%Ii$A8YI(#LG*jK=48^8n)ahoT z=Y~KaYgiwfOuGd{t9!Z$*5y-X{^VIFXA@QS9k*xq$CpR++lcRUuQmGFa9f{zF*Z?K zKe6|OiFEDh1}T$;8tHWxY~|H&znW8*9NGk)I`Dkg?36eCIW3Lr!YzM@P_`>%rN!aA z6HT{1g3rZX0V-+VshNcTHkr(j&fTCv>UjM*IDH&T>~wYi3G!cXgU_{Pm|r&d^pCE& zy6L0E*yyWp=r!dT_G1(Bma;1{WWig1&Iy0vASBhwCi_b|tW%!Nv!59NsNKc4rr8yx z3BZQeq)a}jzm5V))dIu6I(;&8T9vgtDP>F_m4^L9U-k|8m&0};uADlm&HB6%hVrI( z*U!O7J)lOq`fE2sXY4|2xVY)*;XnDojI&M*P+z0XpiiXQOCGqsQCGJlp;=?OB5>A0 z3J(G7F&;Dj*3)Sn|2JYJ*wXLHkCj$cBhSwLrPN*HYO4w-^-?OAYe|iqX3}tJAd^~`yCU~4ivaW| z{)UjEq_9UwXy3@(yj5}Xp}mGxF-BaTq68iRaf+FgSYiH8pZ^9a8e)t_ zwfh`rg?@P73V@PrrPLz*KK_@llfa}#vYP7}VytR#Er2N)gI{y^;`qL-2FyG0XD+LT z36VeQR(fzML=rBL4p%N-H=Wwr*Mr!G&n<_&6wS45ykBFi$Aa>xXKlXlGWtzU1Cjd7 zmnx38mu($|otL4FF#{<}UiY(=N(6n3m_cT@bY?ob6%6@0d|TO^tN|Tvf+!L8vZ>F4 zHi}!UdUKgxPW`Zhp*&zT7|7`gl&HbIk&}`Tk)9#Q;O98AH?W$d0bNI@^C%*?MU&tO zm0^3H6*h@G=m9q7OPnsE01l5L)vT9qG!fN^@Uyxdq{Gdy!K;%>*I!d|P65X97C1}g@kBxP#)0~Zy z66UKY62Y5aAx>0dtd{f$MkGqx2lViQ{vowHrtt+zrPeq@mkJDJ)OYP|IM;?>CE7h; zO+RQ6@+5@Ow9pXZIP zn8WMg8QxPe>D@U_PUB!fL>X`e=w|<#%KG!K2*qqYed zX0Klv67~>q9E$)4=7gZG+jG{uKlY_?SYrM$_Dd75A^j8^#VU9p-s0tV@9DfU7F7c( zg;GeE#$+w?D1d(e*%4vgQ)ROY4-jyl-CZ?hlD`;m#~H?xR$4)6yOI$l4|{g*Y8?j> zNc${a{$gzhEbO#j;r5rBY6&)H3vT;LiKWo-&oxgtT4`CwhFshBp9BazB=HqS(x^xi ze)UtEpvlt)vV+>=05a(P)&aWw3m}VmLu_s6yEn)i6q&&gmwoa&?jIg1!g?7DNjNO6 zGbKGKVC}Da5@dW}P45(+F!?SGbZppvb2UgqX126%_fB>huQOY-weH5_rPwEgCj1OL z%XU`9^man7Ea{2dm{SWhmlJiI)w1$^gYVSdsBkWdFyQ$@IX25*_-N^j_%0~OopO^# zWUT(TMi?6K;SoOZMmMrBxeF#55&6Dq$FFTNT99OzKD}$`u^eKM6+5b#iF)p`SrtM z;tCdAQ2CXzi%atc74b>v#)=;9rghq#_&cE^NBwYr*4gC{eD4F5a`89JoZ=M*U7g$v zyN|k;3z!Psy`DxJqC3lEN!y-1OA+#TOQk^CatycTU^78KtM@ADop^Zl71~``S>l8b z&il*pL2|cb5C#qW?`tt7!RyVOof~iD16=m4TKt7$b((Ne@@Q*o+wvHRpA|&#l3dE% z>-p`PUf7^qPO3uDbx#G)T*0v8k#tk7oDEMDiXJV?&}Y5y z@FwcxS6ZYBaZ9LNcB7H3!}%#@kCok&RK=Fb26k zE{d{)eQ+ccMfkUq6eDm;zXghT7?ZT=<&V@Ec_XPljwIP2G`bdQ7FrTXg%s_5^STOq z9|5+kuw1#)l}^$uE#zNy2Vdv^R}Dgxb1pGc8q<&fbcUgSoJ(!uKwFo&A=%H!RP8Uw zxL>)xa7Z!=>rV!W*r^-qZ@Ak8J}eH!zoF%T~b%jgB4N zkO$OL#|TfM_L~YpGQDaBRh7uZhqaZQD0t=t&Yd^lzaJSaa;-eXjiQyZZ9_8yB?m+8 zXMYchiLaP*;BCo!m zzIp&&x5#j_+QDfC=sVQ7t(a<7A{DAY{PvILUI|Oag-l^29m8_P!`6vW!EZj8j%yN1 zB~<2Zlh%&aRn8vrCKkeZGK?<$US*tMQ<;{|A=4-qX6{=aCw{NW*v~UR)vr7bm@UVN z)>rJoa5Et>W%)RdM9BE>W2V~Ap^cS4pQq6;4?c>n?khg~9-%^)Fx*aa7!YKT5ruEC zfQ~OD;aNCxM2%50_}O%D%#)oT!#8kPzK%ORP-X5fB)#d`gW=kRa_V8vQQyr>bvJK` z)p%~37rq-xBQLJuG`mfTpWRP~CU=%lhR|mxvx z@2yyki+R9hvh-vUf*y2G<&WR9LsZsw7IAvt(GkU3rUivh`@nD)ANBoP>oATq0=0#( zjqItNxrN-(QL@bTHm_*6F;=T>Bmb_wFCyN_juX9ZqwE+x!=R|p6`$A@va|SF2(av{ zak8mVKD`r?Rb>`QR9T2~E?*Ty|9%eMn#Pi6ZI&vkfiLT0knoP4qk}oB`Srs8Z>8kb zSXkveTRjxE*+y3_lP>cUOePt&G1PFWMi zmJX92OA*O+L~d4VKMex`_!+dIh8#Ken*!Pf$Uy2ETa%`XoAHY;m=C|F3+rEwY|CX= z(68&HXd7}L8bZ|;-|S{I25CO2izMn0>XMpCbqzL9gs$aB*3%$+*W&cdk4Lr@$?4Erfx-6n8CP(FII{2xG6`bm9Jqoef{Du(}dXwUgl zU};cA*3Y;*fR&J;o%(Tge8`k>$rez2xsj>DYIDl!CS@W3wOai9xc!?&)^&qEbWy9} zX{f2r7>e+9%dV=!Ja*#l9+)2HY3a-LFvTeH>;q>h8mS~e!iDUdXCKY_k13lUIN#5B z^ne-9oYgwwU33#WS+oIaYy8$9;ER$1PP)(f@1vp0y0HELb^FWKvsYKo+}LBO0MIeA zKcUk%Bgw`v>E{w2@%)N)$i!~x81eAjj%W)rlSA`(nRBJQeqPo_9er;!T|7H=K-TA^ z2BJc7!Apr}IW4<&!ZkQAKXyG>YAo3RM;b>r`$QH71!W_egD?FShMB438H)YK5LdDX z5{acQJYv>A-DMhu2iN;TX>Z<*S2n0qA+>LO9xv_i&^t0z90@qv*E!eDp(@IcU@+`$ z>I4Qd%209QN;0Lw%1S>lZ87dhtlp?ARf;u;oqo)l^<98VJGAH)fmMR{ieW#Ql6R6Z zb^*2r#cFthCy)Oa@q8(j$>ewV&NslvjT`~fSQS?`18F`7Poii#sa<_%({tERy3hB0 zU7ZCkND{5vcnbT4;xM)i;|Lq(DJpX*pum#o^aoh^O#cEq`f+yQJ6UFf8%nP5K_-I1 z671Q{ULmL;xxDZ))SlSMpPD@NQO>DGX{M5GCwzGvCHa6F!vDaz?XzFNNFmKAvB)LK zAw;2WWm6;m=0p4Q;WTU*%{5(2f2aoy!}p>w49}L4%nDo&9rBU@V>=6w+%}i>>%g7( zt|1zjYiZ*RV+zOp?1DG3Fpc`^W;m2vpjOKJM(IwkHx`9hBh_Gx- zZJ*l}vMEP!ILBR7iZA=}d7U%^oj^`&^C+UT8n?bMS;zgOT;z7QwJcyfi$oE#sE9~A zN!QT^mPaR}=7Q@9H2AYFS97O$<};HQTn+AkDq8us29vlszI1PiM zM7Av5l|1nsd94Xw*=k}DG6@ll2$=o^9pe^?ezg&ovQl-Z9mPVo6j0?2k!dt zW_)>Go5GwbK~L%{ApiZLPzS~BivZ&tlhAsMYZLu@{1XE1u9j~QxQ#cbA1{v8ODkX6 z67uRZq#vDGK|6d^UWN^Tqr6K-X68L*?(le18zxnc%Z#cqBA|=9Yt;jhCPC^ah4HI7 z1141hS;_p96R~E|gQX$twBWY*{`&$@`{Ox``&=vSmTW_{42Ka<;R-9G5rc&9**msk z;&9!+u~w%2bF(j*(mh{l{!+iRuNH|~9^C)46m|C0_3v2{sM_Qg3F4U3^4=ekmkWjwZUteyJrfXXFQ2r8Li7bNIrQ>ALtQACh#F>e%^gH?=2mRfnaTN4!IK1PbZEM6`CJ=x}WGBq+g%|os7eP$LI$Gvvm4v4Cnr;|CO zlejIlbkkU}*7~EMA@olJ4Re;zi%f)*Qxu1Jw zCGST=wQ+i*MgR$Fz~fU7H^shTf4&@EyS=pKL|RaVu7-9LuPRnZicuvv#A0h>NHx0z z(|dpfQndkrd3^oW_k!oNyhR`I`6`MC(f>g!DsB0UUn)4eNq%Sl90qkKc_M4>_PEjw zEm{D#Wsy@GiB|HyJmF~b8_|BQcu3vLG64#_I$LXI2&uhM*eB2S%uQ7Emfg_uis*pB z-cp8u5$P!87lQSATSW^Aq|#;b&2e(*y`DMYd$q^yKB$@y)v0$c9PO3Sgq`I4GiRLN z$pbB>y+r1Gd_hjR>Vk0xDT}>X0#9(sjeYTg(@4QyE0?;jO}LQhk^toTIHVw;&iXm| zjWcx{yP3|?K9QsqZ$#{CFD*O9U)_5xa|&kVjAV|aeS8lNuH~y3EJx^_eQ;TWeR-1C zg+H}srU!7Jh591j8k*BI>QNrYxIUAz%(>CW(S^#w2q8^DBXi44sxs*8x=vXUogiFc;v~Bo7M8e00Yk20KT_8*OA)tvN*e$ z>IP5i36>dcY||^#%d3ay1(frLX6j~E@vaRuB9+nnOc(CsuClIW;oi!d*AiThgZk96 zQH0Ka3KK$QjEP5@H~LaxL`1?D)$aN|#ME>o3?x3#AX}adFahtZ0>!%{dpu= zTD1hJen@)$+)`uuMx13i3kR2dO?|atRaHN$Ou~!xG9!c0ZrSQ4>S;DyJpb7E%Wn}I zSPtG)&EXJ`D)|u+9antQ>H&Y@U)T?N$3))6xLVpOj-Ibl&=TCu*Q1G6AxVg0t8Nf| zlPeyTzqhodkfjX#0nb5BM*UmQqC-ZCdz?Ysr(f}Q;DzH?#5dAMGq?!|NuzI9-mXri z=(!}yRy<#UMHja#Poj@`02SWjlrt0-KrcpnBTtp|T?hlt*e51WEUWdO9B~199I52P zM(I_KJ{q6OHign6Ig0HD-r~lXykm;%xmi9hWsT`~c@wI-_%XoN(#fhpt^%pfuA%p2 zJ?$U;{}#FJVLcKFE>06|s5MMwrR4K<3RSwoigB!;pfJVuOZun2%q78Z!#*mA=PPVi z$sM%iS6B>O_xGf4JjI$Bk~>v4;FqK>&q)|x^XSQ)p1wJFA$qqkrr!?s9jVE5p9Ay;<>Wp zz16vL^|aP6pe>@uZn%l@5}auj1pWM;6Voi&3uhUfF(Tb$9H2hCVEql=fjCfAkIL3Z zTXkgNgr)SKAoYP4JubbHralZuLu1;8cBCjYym2dbEb1H6vqMqlOVynkf9u5R(Cs>5 zov3Jr@LNj0YKsHT20rEce1>4hH-6D~W>E+W&kYb4&bU>3bLL?&5m14`d!bM7EECh+ z@R8rYPIyFzreB(MU=jr4`Pfe8iOx7DiRRxXJ(S0a2sdaj)wt{muX|aPGRF7$vomjn zhOUgH!tvp-fG7ALzZZYwotAgCq&aAi^#9xooKaPe$u0qE#CPnawbwgVr_ z2w}ZQ&cgFL401_r=h*)1baEg66%s&lx$u$Rt%hawdhZYYBe_NMd&0vity4QddHa9@ z?{QNxQ1%2=9md4cv`N`(EC@iKppEsT!(HrR!svJFR%GrjrEkp)ugW!~I_Fny{bgE> zPNsvNg_aRAtJ9o=)|HB*t(W{QAi0-q91~VRfO5#+s0wYU8Xr}i;P#3FOu8aBo&hYu zL`#-W#h6dVV>z||5OiG2xyp_Cj6N3h*rf{1YKJAI*t+h6slk`gw8qT-Cz_p5UQ?pE zb1n>3CQVvYyipZzyeTlGU+0|a_rB}MRDFCNnO=INKFOSC%4qq~<+hQ%6O(?B^0a(w zk*UK=x-nz-Vo*YgCte%he?>K|Twb{Uh}en8OJapkTyAk<9u3)vq*17f8c?{G6 z=Ipq_Q9MO=Hi+Q=4c=z{JK5DAwQZg4P?GRCyGAAKu8l~STvyyjmKm2)m_?MZ>=oPs zH1QGts%4{1o3~m`OQK${lM&z`yK~bK+Z4fa=xRhf)99Wyn(EcHn~|S#Ruv(5n~p3( zU0gpzirmblP?(uMwrUS6F}Og+W-K+0$BU)_o<9TCOVeSOuqTDPnBuz#e1fi(u_mDl z@X~6ZAw2ediV}gKJW@PZr;JyW-$jP0LO}-2g#*9dLg@2FE z)qa+QG>-1isAtprUp>>XG8(2RvmD*T%~&1C4&6~4;Va@QyvCg;0bxuuWQKl{O z*Qzy*@eiwFKdv0m3O~^#h2?ll6gQ$ymNzv&sTKgs^wAcIYsF2>BV>z@?&)=%egyj+ z6!wezZoj}eMry)69siOWo)`zeo)U!j(OQopAASD(+od45|A`@-URkD>z?Lp3vmd7H zj`6O^6-r;8j9eZ{koXl-d6T&^J~Ctjx;{%hviD^VxC_IOcSvp*f5EP|A*L7r!N9>Bim2O__;!lvqvYM9$3Zy#+kqu_BQZEAYRO56sdj9S=-yX{|Wr0~lryr--P*Pv7n3 zgAXQbUrQ)p=vieVq6eWp&B15rri71WDDBQPS#+KzPr4WwX4 zPD^7{l2GFV-IRCpeLlu?GQ{G0+&$)>Z3yE?h0$NE`_k@9caQt|em7nABZhJIxV4T0 zi*a_Hd@k=`9G`5BC?h|Y^Q7ddaxKo^u2SC%RKPv>;d%LSnbs4m9;&Wb4q)tu(9=H4 zz@tZ^H4Jb1e|E{JIyOwfh|ic3=O3pxV9 zPV2oRg;WzU`~-qGvPMf{VBn%Utnj^I_{S?sae8`Kb^-`i0hL=1s{+ z>v1+l!uJ*e+fM|4!zW$^4LOT@+PZF0k7lg-D^>rS8@xz3EqPyyCXl-4bo%KUz$%9B z?61&5%E<;5s)i1bv1NF27WcSwmoTlnQ2YUzk@8_UhYK#HuaszI5Y2m#)BL=Qhyky@ zXl}--YjJb+d1&W!X3>X(a30aH*mk~lAo-rj4xizlRd(G-Z{+fCkOCqr?=Q#!ewv7b zD@4qC(7in{YK^qBE~Ii3HJ!);Mk|i!eq3l?D{9GcPS)^Rw!|_<;ufo5I;8Jk{(X04 zw`^zbcgOYvlFpU(zgNnIWhZ(xM(RIWvnb~bI$7Z5E8=v69b;>(Cjyi=Z(`)qvy%Ac z38#y9)KnSEIA6pZXXEnn8CD%jyBG(wJe=^}5r5HixQzD~jgYN}CnDF+Mh(tRh4sFl zp%_z$l8Wc28-3R~PJW>pGPh}6?)tY_h+oVIe19M9LpXm6=@)7PTy)57wztWVo^JY@ z?@cosE)JS=?X_X$Qm@PbldL;M+$;ZG{3{`@V1+TbLm1mpS_Wl$_++$dAtPodSa<(y(j@$bI z_Q9K{i|)BqNU<|?qx71P-D#twBS25*!WGleJyjF}M}$%(>T(*MJIR%;DAO+caD)!JctNAr}bQoi-EOFLuL?oU>}G!CPGT3BqfJVW3X@Vq^zTMu4d!htEBW zKjqW*2kfz6d`Ed=`E5yg-LogSsNVc#tFNpj(z`MTx*PPFVnrqYvR$8nd^J8l z2iEYQsRm9t9VM38b7Br42>lAjX*FP(<9`PfjsJ&z$B|e*N_mjdo{wb)DXfc14Uz^O zsA16Tc?bVyVsu*ew4^xzROQ(jJQyk@XgTLm5T^!t5PG(EnbJkrmrXjh;gCqXt+4rQ`jh3-mS(L+x1HaVTq}plGIP za5e{bA(uu6nv?4(i!i_4wnmbWHplRde9l4a4JifFgf3ssotj{tPB=S@#ZC^XUx@87 zB*SXG?3#Z>VLP*gN-+DV^HS#l5_r#SOz_Q2NPVojOI<;c$>r?v#E2R68D?`ke^4b0 zY|7M?IN985y1|=@odBdL6Bo>_8b`{M)UQ&Y|frV=`dMl zzV!V_obJOOTLcq-73i5g^5xd#A$*%>6Ic{UowG*K$LhA2M_Ivjvm# z)LwB0POzN16~jQ`@E1(HhTM`0yx%GH?esJqa{b`$s!b*SULtPtf}?K9!mA1b$B>?w zJ@;(}1lxnlXWK}^3yz4SchSiaOHv!pyGU6~VU!m)$zomwzepY@YiAhbJeOmLok+lQ zTW3QQQ-Z9#Nli1CmO`q0P4-nhojCBAqV@!J1)%?%u-1AI&m}!2*;r^1xvg!j3^g4| zdEFLHd6NmT3tTt3(^fTcn@Y%bCy{{MIBNpjx>n0U_M!4{hviPZ08aX6=n3yb<E=`wmD1vc%f*bWVPchzG{dK+l+5l3D%B!4 zRM4h$u-1%_x$sO^j@5H0C3Mw`wwV0?2VNG4my4?z^s18^3g!s8EAb7eug6)$$63Xc z$FB7LOxD~&zMxj_79{I#Lj8$YIhOOZU4DI24Ad~CwgZ#7Nnm{U!_aU?)X0CUu}nCZ zVv@gXWc=^pceCHMYHEH@i~j?DXPa86r&h`Jm9~GVArN4i>#pa5KW_d( ze@PfJW-%YvG4!6fZP47DE;oKVNBOrmj$5cv(7OW73oaRk=Xmhikfb8ukr4U+2hQOC d2#k*(VS_NL(Llb1|A?3{a#Bi?<>DrR{|EjCb)o0pjBv0O_k8s^HCb2V%3(a1+6BFPmwI@o+rh?pz) znX9mk(#9~$H8b13`UAedeSUbJ=k>gv=k-iR|WcQ?p*XMI3nzjsgGY1Wm;eBk&wxAb zdjNoaH!QB2+zJ&~COQ3sa8T&{bHO6uxdr%>g=PoLFWz(L*w{x8QR}^XOS77e$bC?L za@A4k%lUt#I;^D4H14QA(mDNfk4%8Xx_ay_-!Ws)z31%Tt9uH17zCaUEQUQlJ4_Gd z`BZhFH_M~EE2bE1Op}sW-kj$^ZaRYkUnFkU@9Re&0m${^&j3c1n`1nLkJu&ygr3N_ zT{$bb@059rz*n&|1xEx#4yyb|!^+ztLbUcDaMVvWd~NkNKYQXE^TQ!(ri8;QsbIJd z`J;D9%Z%*L(BYQVE)=L=Wzgk3&U1wRg6gzFb{ogbojY<$UI*-(zcr<*>+90AqofwWe?XJ*L5(bb9SiEnYY9$B%nqEb>DkH731^P^8X3n5S4x+*(h9h4*=6In-B6n{Y8<`3702dPV4XNy zvD}Eh*y|McA?^Aht?VqrK)Y#P=4?<@_EhPZMxO&Y3@;1Q`?A#iwshYl6gaIs6-91b zR9j15iS{1;^?)}7!eR+4sPEgiU}yUZ?}bV&5!;ry9f%~}&fHuE`#VhvL!Oe=Ma{nU z_T)O^HirajyF@}GJ1?d~Ah|`VHM67)e_hsZ|_1_NCOrz*m5td)Ie7b-qaG5%xIU~b`_prZmo-9^`T-g7AR%)R1) z^G0`Mzn?ZUFa14X*MUiX_1b7h56$$C(GIZ+h&m;7r{dBtgBln16L4MN$7Ze6q{(sO zRA-H5_zqL3a~sBd2M$?j%Fi@h=dAE2Pe!OArq_NeVVnlkitq9pdstRU8VB^}j4Ty$ z!PgR~Vn|>>*$Ghi#?Q*2OLQF9w5tPxi1VyJUw#U1h zV%UF2s#Al`qmd2sklF%Q?$MFoA^z5~BuTFbp~}egi#5S{*x(vTbA!Lg*P;-;se}qu z(wMVHzW?^pPpPM*+8>kAgth!{-noVPg3eh^{A~um8$$!HBBrPKIQ3O_J^oq?$Znre3(K2wCELxq__)%$3~H8-P2(8JK zB!%N*8i_Rf15dJwfQVFsR{2Srv7Ygkvqg(yP*D9b4BL&gGn0B_KCLXFaZm+8No~=j zyhF{SMjJDir#wr4q?5>^Yj1j0n)hs!VV5_-g|%r6KK*20lhH3A@$xG37d7Xyp&z7c zQJ*){5>K%jDlU7y?HD&YvboXqv4{SvD@i-#c+H;uzb@$zqJIBO`7G+Jz{_h)<8oeB;`V@%nT&p zN=XA9h**l8^W)0tf*jX{^;S&_gOqzB6#^aw+Z>nQMHnYGIYHHR|9#Mp%Unp+&!1o! zPqX?i8hFXf2o`TFJMgLH5_g?eU#*2Xnqz^6mI~AR1)XCeh9|uqqMs$4MsJ%et&NYZ zKAaUnBjLhzfT_TY%&v(GHm~Mpj9q)`$#hmqPzn%9^8c6QOP{F{LkiTy_Zx9OOj>rN zC~}%GA!}*}Oj{R#l^pVWT(7$_)H{gF;hQlUC8K5sU=!Qn2R?w+A#`i~+1b$rnzfjC zFxmu{8+bxVx)2}Evemt=(>7q7js?mN-GxA9h4rdS=&r{>kpx_`C-o*FPaBnB?dZ^ra~Xtisx%)XVsaTl5**@Bc<;w^jm`+tXaR-hW=3#np1aU{-jP zN+Rrxh$J^MoPySV*jb{RnB7MBGhUCb zGR}+*bkTpDOhSMks5HN-1HDyW)$_ zNMN8j@HXAs?ZuH;n`MZDXp5cwrNnwhrIWp_D9tQJ7b(RglwoiB6E9wTe4V6OK(RNe zIaDe+kn}zyv3^AOWgTC`Q?4+eO%AnU|40@3;#T*Q(hOR8KH@}$YyQpfgO!7DR`4;S z0|p~j`9$#31NZfgs;9*{P*s4G9gn_rskodVz8%XSo}`I-o0eRiX7_nxWwTOCBzhBo zG*QTv5`fK(6MJXZTMj<_6)P{Ab64>K@=@tV#XOAqtZsQE*v+~QS{L_j3hB}=67YV) zG0*<9Gb}(e5pWWzvl@-BDCZmPG@m_SwOO_r*rM_Y(<7r*)l?^^%uY?i4R{3KV2^7# zk@SC3cwsF6Fj6w8xCoe6(9Lxf53>x756&Zurm3?sOI~a=5{f!uY9!ap{El5gUNfeS zx0GA=-~cCm&k1RC#?y1$((WpT(5(qzF1gwWkPFt65|r<51aQ!=QO?EWdl|B7rdxhA zc@%-uc#&0Xo(U>dX-=EA_kM4pW@GpE<`XsDDq+%mh_K%Csqj&)8BmGijC|*dEyo^b zn$$#NFh(U*FgFDN_4_7BtG^OOnw)O9uenoho$z*pGxK244U+p90DU)3MC0uVjB0)i z(@@BE%w7+=D<;5FBY<<9A`s^ytOuFe2qxHG*oMnC453MptW!ryZ>Cy>2^hoyp!0dL7slsTN|>LXs0!tl9b#Z|x?quok}%U4q3$`+ zzju>lL^E5EK$c1@N8&vRhwJ!PGOPO~(a7_H^6wUQXt{{C=Lp}|X&e65l5YnLT{&5t zV5oxpGk~a{BcE!=I-a)paIkC4-{>-`FN3=2@(%Z_Qcm4AUFb`EK%olul2=cW^IQ`? zB(8jGK{4a-kNubl9SnVlUIT8;S3Whh(f*v~N|#2l*$+92>iT!CE2LqzbyrT>IuphyycZNyzI;Sdbpvw>j5-I z=scXCbcXTSVxM=sO0$Fo*I%^QQ@E}jZq}RDkS@N6YdgD_lp1m0A}ctO;v=#8MpAOu z6-k2}!bV$W#gL}Lb%yjAB`cLCC1+xF4kN*GmoGXPMwO`8v-FvqCYyd3GU{?tc Hw@3d27P&!5 literal 0 HcmV?d00001 diff --git a/static/img/google_pay.png b/static/img/google_pay.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b3835eb6ae49842c3119402b065c9a465d6fe3 GIT binary patch literal 4484 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 literal 0 HcmV?d00001 diff --git a/static/img/gopay.png b/static/img/gopay.png new file mode 100644 index 0000000000000000000000000000000000000000..09467003284d345cf6dbc96d9332a80af19fff05 GIT binary patch literal 11713 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 OfCE<6R;mWQ`S4%5Qb!N~ literal 0 HcmV?d00001 diff --git a/static/img/hipercard.png b/static/img/hipercard.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec6821073bc38c16d7412fedfe0e553cd689fe5 GIT binary patch literal 13027 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 Utx2-^x03=UBcUK(EovC}Kex+-hyVZp literal 0 HcmV?d00001 diff --git a/static/img/hoolah.png b/static/img/hoolah.png new file mode 100644 index 0000000000000000000000000000000000000000..77d93c4f4e522b68e957730aef32996594c3563d GIT binary patch literal 12025 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 BLofgU literal 0 HcmV?d00001 diff --git a/static/img/humm.png b/static/img/humm.png new file mode 100644 index 0000000000000000000000000000000000000000..9c51de94c880276878c71c8b7f35be3fd1f75732 GIT binary patch literal 3515 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 literal 0 HcmV?d00001 diff --git a/static/img/in3.png b/static/img/in3.png new file mode 100644 index 0000000000000000000000000000000000000000..934c7fa095d3159753ddf0d2ec1e29e2bd50ce82 GIT binary patch literal 2890 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 literal 0 HcmV?d00001 diff --git a/static/img/jcb.png b/static/img/jcb.png new file mode 100644 index 0000000000000000000000000000000000000000..11d41b111da8911e2c5b6e4f991f619f3936d604 GIT binary patch literal 13173 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 J)(9I0{U6$o1`z-N literal 0 HcmV?d00001 diff --git a/static/img/jeniuspay.png b/static/img/jeniuspay.png new file mode 100644 index 0000000000000000000000000000000000000000..d3977a4f2dc92a733731afd0734cf7e7428f71a7 GIT binary patch literal 5772 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�PNv6nS|`z`>S8nuc4SVk))UBp$|%pk+1sv1T5tPC zNBie2T8s=ng?c`5@0BdkHBt+86Tkk<=i`nIY8RgppLmJ#(h^+&lJ+Cd4^y1p4jMszg0#3OqIR@PDMm(EC7Eze_ z1FF!ssE2I6WPfPwn(*BqOR5$S;f!{yg=Sfj#+vJDruD7njT^S=usw9?w+@?c&G|;} zSDaS|t)wdZ(hSN2ze)%!d>Mywo@Wo+W4ccWu*~0Q&!25`Ai{jb(X!Hv?z|k01%?dN zWGO-{l_6ZD#p5O~1~L&uWX$c#tY1w?SBR6{8K@&(!_QCS3G!Pi>##a(583FpS?Yma zh+wbyX#nwM4dmNzdFtJ-Uk%w&3>M4MTEM#1=E}{e;5Fr-X}!6Hb$e4KXXXU~J+9+5 zB)=E{GRvsDy0qVi{}hN}C>%2;PJ^W9#-{M3u;Y|BTr73Xu=9A4+#=otj5~$hjT2o3 zgBOa>$H30CJw;Q`ilVDUDQ0}By#%ph7sMyI^CE7Gt_WIKu` zOd9&u{xgN!AwSgq*ZFAoQs)HJZm(o1%a*wC2nE^or9@E=JvIVizSnfdzJY&7gIa>{6n6S zwhk8eB=I;%uV0UhTM{o>&dZ!U37nL;{gZOur}6x#m?MY0xC<&(@<(D7+kb+5lvwqo zf1MHQ_!6%#rYc4j_bemWph-W!@cB+*tB|E8w?2~zn(HvUHWv(Tjt8$8of+u+yYnhcQP#CrjN9qM- z&UR&fc)Mj~534EGo!lvn_9UYZ8~1iK@xo_&D^0U2BA6X&|1D$(hddQA~KdMIxRZD6FgE%%3)5< zEcU#~&J;aIa;BV6XK1b{51`P14jcT~dT5KWL`nadu+O-M7yI31IcEbp|+Q0P*x&EKAyZ}Tr2TOG{`>q$ou_NuG)wXzjrN`6>)}NGX z_pNB_J_^D$?+TdrdTF?unYhTD^gp^Y4PLPs<^Xbf$MW_sv3$x=9XvfLF?V9(u%q&Z zKM(^CjIIfFaEn)&5%-DK^y!5iaqd^4gwZK!~?PZL+K zp_mp9QN^x^otivN=W={CqNywCqRQAiMPgKK=Ak_!avd8lYkntTAj`HYfqr#s;U9Y^ zoFJ|Oc*Q{a@Sf-y8vF{vzU7uz#uL~xeev4nHf+>ge|S_SkfNzw3I58lbr3Y`O$0Wb zhCG!-UX<$x(&f}`;JpCvM~|FG(yYK}QoW?MjksO)s<$EqlblILr;#M6EG{@HNSyRF zf`ii|%FI|@)L)SN(`KlZx|55hT}*e{aWMk$$-Oa!I0_tdY48i!?e_m>O#iok&ABDe YuR7O}96Z{%lgD^EnuZz(5IE|80E_PCoB#j- literal 0 HcmV?d00001 diff --git a/static/img/jkopay.png b/static/img/jkopay.png new file mode 100644 index 0000000000000000000000000000000000000000..694291e25f9c7a2fdb973b391855295462faa7f4 GIT binary patch literal 3805 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 SA)$+F6oAx2>AuxQ$NvwaFbYEe literal 0 HcmV?d00001 diff --git a/static/img/kakaopay.png b/static/img/kakaopay.png new file mode 100644 index 0000000000000000000000000000000000000000..3f17e55ab3e28015c39d4c537dc68c750d996390 GIT binary patch literal 6945 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 ZCrd&3Q8xSjAEJe$rlkEJLcu2d{{WRCJFx%& literal 0 HcmV?d00001 diff --git a/static/img/kbc.png b/static/img/kbc.png new file mode 100644 index 0000000000000000000000000000000000000000..41caa70be1353b0929f275ec8804d78f2afe7af7 GIT binary patch literal 3092 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 Tx{a}85f3miLKs%*qn`W+)bHWW literal 0 HcmV?d00001 diff --git a/static/img/klarna.png b/static/img/klarna.png new file mode 100644 index 0000000000000000000000000000000000000000..1298b9b60f0f0101cc14673fed996077eb6d67f2 GIT binary patch literal 3141 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 V_q75>PpBVYq;IBIuJh#e{{WR-{KfzP literal 0 HcmV?d00001 diff --git a/static/img/knet.png b/static/img/knet.png new file mode 100644 index 0000000000000000000000000000000000000000..19bea8ac27b5c5f842cb9d84dc23e3c414523aa9 GIT binary patch literal 3210 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 literal 0 HcmV?d00001 diff --git a/static/img/kredivo.png b/static/img/kredivo.png new file mode 100644 index 0000000000000000000000000000000000000000..b7afea460b3c4be2c43940937634b381042520a8 GIT binary patch literal 5286 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 literal 0 HcmV?d00001 diff --git a/static/img/linepay.png b/static/img/linepay.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5679d31575c82431ca807ec3917bbffb232b06 GIT binary patch literal 2561 zcmdUx={Fk)7sf-4dhMntLA67twN{a6m8jM-w5WZJeW{Ar_no4sF;o$x)}kf$H4@uU zYlNn@1VK&J7F#8VFy_;H-t+zi^WnL_^PF>^`{kZ<&rNw|sLRC;WCs8MTzbE0nOt!9 zLd9&X7gdq8>~?|w`2J=c000Qy{6|cBCX)YjFa?_Z777tAWO#q-FgX7fc zr;9+2o|dLrDAV?W15CgTIJnoA!)E;~)s=&!bz3V73wQ~AlPEK?v6xqbifHrt1vMPr z@@RC5f-|wpI!tZ#uS}7+Z!ff2q;=)XFOt_mkG!h%olVyeihF_MV}*$I z!tvu4GLI*7<=T(JYbOP?s3ID|GcAI)7k2sK^r=~}SY_nTIn-@;u`fI?YzW+l_v&G0Fb#T5U zJ>msiyu-rpN|Qs!`}(L3m+nnJ!M?>I8nvgIM$%JK{cZq*%3|S(ES6vO+ zAK9ezJ-zR-RpZKX@1_h|Y!C7W9z$D0Jo%G*VCCf*XA;)<2#LtRdM;;sftT57{ta__ zLFtYsYb5xod*EGM1p&-niIOUYFc-$55_ChvXzWVo!Rf9}k^2YdZs_jBGR|bILf6kk z<2=kkI{nZ7$^3-W^gf@^sjYSZi7|-XR*;Fs%}2r3h`}+P4PIaE&krtkGOacav1EWY z7H&~G4%BL4EcYbn%bPT6UUFSVrw-y>rySOPz9G1pb}gv0x4LdB67C$VxPRAT71(8w z@=nhVDzxq`tRy6zG&iN7BM$V{ZB_dwb`6GNyubw`g?H`o>&VF<&Ik2dMMsvnv5y1v z11jZQlklumEgl*!)9PxDPO97~j zw7k0Yg>=E*rT*6LPWM56)mtKQs5dW)H7zBZTO0&&W>!t08iV9AGrZlWigAHOb$7yI z*<#@R$Y=G%7Vxf}--CY0q8W{C_8D+x&%Mr}d@&|N-lrWaIyRf18?UXF&Qybg3L;&V z2`*b8WpsPax3H_JntRx-g@TxE1_UwT0pAH*!*URIQ^Xq&KatpA89YXa?UtnKrK|3c z^iv>qJ43%YRx#1gaiBb0Obe&@mb>U-gIzqTWJy8_Gvzgssxyc@_+xBb@kM|cC)3_?&udVdbtFw1%_JkL z-QYI7J02sidYc##8BOCraA*7FhPUvk2qE64Su!yf#tYbF8NM%jQVl8iU}mKEwPFAq zl7YVTjdY6zsCL_qx`;I4&G!{SEq!JjL zM*6I069U29U?>wSde5U2PQHw1Zu&?H)}^ZIM%?FJ%7#U$WKCe4bWb&XPAqd8ZKTSM z%8D#|#SV0!w%vjtF@sK!09&fH6PR5i=C8w{!5^@*H(!oN%}SK&-4iGVmqpIRMVtBE zjfX?eOJ|3GA%01cVA~Yw(3^+)gNIgw4aWCsC1A47KU&rg2-`7!`fR?e9O@&L^U3t_ zcAdtJ5c2yQZCPSeo$vZueiL0jGQo*FSz!8b6Vzis)(iDi>G8T<=hUH^Z;zA{J2EpJ zchRmraE9@zHfea);2(RFp>3N?jD}a`xgYkTahF548oq6V|K2W}9nvZ>Y60(wSs>7AN<@ z8>2oDAGib06F4F1r@C-tAq`}; zW^NYxMzxjyS-RFtDwE{E6A>{Y6~3C7 zxdApR!##*m`?YjFzu>SFqmOC+tj5F|h*L`Z-)a92H+x6c)S#fb%(eI8V*}`E8*0@) Ha*Y2QMwz+K literal 0 HcmV?d00001 diff --git a/static/img/link.png b/static/img/link.png new file mode 100644 index 0000000000000000000000000000000000000000..e831dbe672611c00e1ccb38de58ff6559fe8c49b GIT binary patch literal 28454 zcmV)0K+eC3P)H{$Vl$I55neQ{Q83c> zMbMe_Mdi|IG*xiKsPST|9Tmike;TlwNmOoTqEvxVz!yRA-C6xU&)#dT&u8uD{O<3Z zd(rIQ{J!U$=j^@q`ukaH@8{34f8qc1jJxJ=1I)3%Zf(3boZRQJyI0uV@w+ef&$b_{ zwtaWr$5@V;$M>;w7=l)PtNkZg^GUP#D~d>Z8&9Y0`<<`5Ba^?J&*%JekWJw{d7iS9 zH0Css@IzxD0?lzw@=sk&%H#8S^4P{fWwg}woZiNJT*rD9k z-;)}gShFd^{(;{IZz{7AU>$@E^ZTSvc7T%tnhcG1^RP$sMS5r2fyRV@<@*j*CPdeZ zahZ!5Q^gDM-fX3Y>2?Zroixx`;817}9H2QmSv&gfjO3V_JWR>XiAC910t4wZ^MhN? zz0;ot-M_VRMGHqVA*1sNuhmD@!6UlUjjtK}5W%stIt)_5%!7{U3BzgVa4)hAP42?m z)U*|NMJ&2dvE88)DDM89<9N`{&kbM%Y^Gh!>6LA70^UPJ4ou<&?7s|%p6YYf+y1`= zjt4y?s12KdOkgX26|Vzq$PWU1j58dXu3bUas9U`{jVap@6h_8E$_HPbDEGy$!3O^2b8WV9tPtUJ^k57LuPf1$Z3CmgAC zQ*zhbD8ysMk~3Dub>Ys*yDT|9-Bm|PIE@^WWrjnU9>D^8YjIMTf?3ftI%B*oA`}^xcd+jP+JU_}9F2Et zz*Dmb#f%HqF@po!948i%2^YE-5*A|Q%w{aB20bohSyPlbZiIAG`Vb)hTJ;ljH~ucw zk_H<`{J{K;uXJ?u1YDh5gX0Kktjz+-cp!AH@~TFaY>rZLP3Dka$H* z2B3l9=#YR#V4!wMMAvx&PF%BZyw|BhSGLCLQA-q#a=r0wSmz*sn!OXH+Facv#87n+v?No`zLJ6CJ+D_{uIZ-ad>I`1*%wUr407@uR-vx~ z#rvAW#VffaWL-mm!-gS^__E4uAl@T$^fd0Nq^Z1+J-}fy7#X}`%#|kz)+nn@RKe&R zGN%5V)@c%8HUE4IU4wHsU&_uQb3#02N^d%kGP?%_GFu$#Fm)3AMK3LjodRC*DavL~ zor_C)`KTm{TpQ2V{kt<

(nqx1kG8AwiI~^4R}0 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 literal 0 HcmV?d00001 diff --git a/static/img/bank_permata.png b/static/img/bank_permata.png new file mode 100644 index 0000000000000000000000000000000000000000..07a1a1c62975ef5398bffaab10a09f2c10ea3e15 GIT binary patch literal 5406 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 literal 0 HcmV?d00001 diff --git a/static/img/benefit.png b/static/img/benefit.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0f651edbd8c947a5d56ab9c7fa7c3a9b203460 GIT binary patch literal 8738 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 WA7#T9gO4vAP;yerlGWlSLH`4&8Sk?I literal 0 HcmV?d00001 diff --git a/static/img/bharatqr.png b/static/img/bharatqr.png new file mode 100644 index 0000000000000000000000000000000000000000..59c846fe046726faeecd891181096fafa92fc6d3 GIT binary patch literal 4535 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