diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/pos_mercury | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/pos_mercury')
82 files changed, 33280 insertions, 0 deletions
diff --git a/addons/pos_mercury/__init__.py b/addons/pos_mercury/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/pos_mercury/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/pos_mercury/__manifest__.py b/addons/pos_mercury/__manifest__.py new file mode 100644 index 00000000..8227d408 --- /dev/null +++ b/addons/pos_mercury/__manifest__.py @@ -0,0 +1,44 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Vantiv Payment Services', + 'version': '1.0', + 'category': 'Sales/Point of Sale', + 'sequence': 6, + 'summary': 'Credit card support for Point Of Sale', + 'description': """ +Allow credit card POS payments +============================== + +This module allows customers to pay for their orders with credit +cards. The transactions are processed by Vantiv (developed by Wells +Fargo Bank). A Vantiv merchant account is necessary. It allows the +following: + +* Fast payment by just swiping a credit card while on the payment screen +* Combining of cash payments and credit card payments +* Cashback +* Supported cards: Visa, MasterCard, American Express, Discover + """, + 'depends': ['web', 'barcodes', 'point_of_sale'], + 'data': [ + 'data/pos_mercury_data.xml', + 'security/ir.model.access.csv', + 'views/pos_mercury_templates.xml', + 'views/pos_mercury_views.xml', + 'views/pos_mercury_transaction_templates.xml', + 'views/pos_config_setting_views.xml', + ], + 'demo': [ + 'data/pos_mercury_demo.xml', + ], + 'qweb': [ + 'static/src/xml/OrderReceipt.xml', + 'static/src/xml/PaymentScreenPaymentLines.xml', + 'static/src/xml/PaymentTransactionPopup.xml', + ], + 'installable': True, + 'auto_install': False, + 'license': 'LGPL-3', +} diff --git a/addons/pos_mercury/data/pos_mercury_data.xml b/addons/pos_mercury/data/pos_mercury_data.xml new file mode 100644 index 00000000..aa959c2f --- /dev/null +++ b/addons/pos_mercury/data/pos_mercury_data.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data noupdate="1"> + <record id="barcode_rule_credit" model="barcode.rule"> + <field name="name">Magnetic Credit Card</field> + <field name="barcode_nomenclature_id" ref="barcodes.default_barcode_nomenclature"/> + <field name="sequence">85</field> + <field name="type">credit</field> + <field name="encoding">any</field> + <field name="pattern">%.*</field> + </record> + </data> +</odoo> diff --git a/addons/pos_mercury/data/pos_mercury_demo.xml b/addons/pos_mercury/data/pos_mercury_demo.xml new file mode 100644 index 00000000..e93579af --- /dev/null +++ b/addons/pos_mercury/data/pos_mercury_demo.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<odoo> + <data> + <!-- Vantiv Production Test Account (e2e + token) --> + <!-- This is a test account for testing with test cards and cannot be used in a live environment --> + <record id="pos_mercury_configuration" model="pos_mercury.configuration"> + <field name="name">Vantiv Demo</field> + <field name="merchant_id">755847002</field> + <field name="merchant_pwd">xyz</field> + </record> + </data> +</odoo> diff --git a/addons/pos_mercury/i18n/ar.po b/addons/pos_mercury/i18n/ar.po new file mode 100644 index 00000000..6d587499 --- /dev/null +++ b/addons/pos_mercury/i18n/ar.po @@ -0,0 +1,490 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Sherif Abd Ekmoniem <sherif.tsupport@gmail.com>, 2020 +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# amrnegm <amrnegm.01@gmail.com>, 2020 +# abdullah alsabi <alsabi.abdullah@gmail.com>, 2020 +# Ghaith Gammar <g.gammar@saharaifs.net>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# Shaima Safar <shaima.safar@open-inside.com>, 2020 +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Yihya Hugirat <hugirat@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>شراء قارئ بطاقات" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "طبقًا للمبلغ أعلاه" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "رمز المطابقة:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "قاعدة الباركود" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "سيحاسب حامل البطاقة الشركة مصدرة البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "نوع البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "رقم البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "بادئة رقم البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "اسم مالك البطاقة" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "قاريء البطاقة" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "إعداد قارئ بطاقاتك" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "لم نتمكن من قراءة البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "البطاقة الائتمانية" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"لا ندعم مرتجعات البطاقة الائتمانية. بدلًا من ذلك اختر طريقة السداد ببطاقة " +"الائتمان، انقر على 'اعتماد' واسترجع قيمة الرسوم الأصلية يدويًا عبر الجهة " +"الخلفية لـVantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"للتعامل مع الطلبات بسرعة: بمجرد إمرار بطاقة ائتمانية على شاشة السداد\n" +" (بدون الضغط على أي شيء) سيتم خصم إجمالي قيمة الطلب\n" +" من البطاقة." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "الذهاب إلى شاشة الدفع لاستخدام البطاقات" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "جاري إتمام المعاملة..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "المُعرف" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "معرف التاجر لمصادقته على خادم موفر الدفع" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "معرف التاجر" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "كلمة مرور التاجر" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "الاسم" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "لم نتمكن من إيجاد جلسة نقطة بيع مفتوحة للمستخدم %s." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "لا يصلنا رد من السيرفر (هل أنت متصل بالشبكة؟)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "حدث خطأ بأودو أثناء معالجة المعاملة." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "معتمد جزئيًا" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "كلمة مرور التاجر المطلوبة لمصادقة اتصاله بسيرفر مزود السداد" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "أوامر نقطة البيع" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "لا ندعم المرتجعات" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "فشلت الحركة العكسية، جاري إرسال VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "نجحت الحركة العكسية" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "جاري إرسال حركة عكسية..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "لاتفاقية حامل البطاقة" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "العلامة التجارية للبطاقة المستخدمة للسداد (مثلًا: Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "رقم البطاقة المستخدمة في السداد." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "آخر 4 أرقام من البطاقة المستخدمة للسداد" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "اسم مالك البطاقة" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"يمكن أن يرجع هذا لتمرير بطاقة بشكل خاطئ أو بسبب اختيار نظام QWERTY الأمريكي " +"كمخطط لوحة مفاتيحك (لا النظام الأمريكي الدولي)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "تم قبول المعاملة" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "النوع" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "حسابات Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "نجحت VoidSale" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "بإنتظار تمرير البطاقة" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"نحن ندعم حاليًا جهاز قارئ البطاقات MagTek Dynamag. يمكن توصيله\n" +" مباشرةً بجهاز نقطه البيع أو بصندوق إنترنت الأشياء." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/az.po b/addons/pos_mercury/i18n/az.po new file mode 100644 index 00000000..d4ef2099 --- /dev/null +++ b/addons/pos_mercury/i18n/az.po @@ -0,0 +1,533 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-08-24 09:23+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/bg.po b/addons/pos_mercury/i18n/bg.po new file mode 100644 index 00000000..2a74d4f9 --- /dev/null +++ b/addons/pos_mercury/i18n/bg.po @@ -0,0 +1,484 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "НАД СЪГЛАСУВАНОТО КОЛИЧЕСТВО" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "КОД ЗА ОДОБРЕНИЕ:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Правило за баркод" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "КАРТОДЪРЖАТЕЛЯТ ЩЕ ПЛАТИ НА КАРТОИЗДАТЕЛЯ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Търговска марка на карта" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Номер на карта" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Име на собственика на картата" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Картов четец" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Неуспешно разчитане на карта" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Credit Card" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"За бързо обработване на поръчки: савото плъзгане на кредитната карта, когато сте пред екрана за плащане\n" +" (без да натискате нищо друго) ще зареди цялата сума на поръчката за\n" +" картата." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "За да идползвате карти, отидете на екрана за плащане" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Обработка на транзакция ..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ИН на търговеца, който да удостовери самоличността му пред сървъра на " +"доставчика платежни услуги" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ИН на търговец" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Парола на търговец" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Name" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Няма реакция от сървъра (свързан към мрежата?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo грешка в хода на обработването на транзакцията." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Частично одобрен" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Парола на търговеца, която да удостовери самоличността му пред сървъра на " +"доставчика платежни услуги" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Поръчки на центъра за продажби" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Неуспешен обръщане, изпращащо VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Успешно обръщане" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Изпращате на обръщане..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "КЪМ СПОРАЗУМЕНИЕТО С КАРТОДЪРЖАТЕЛЯ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Марката на картата за плащане (напр. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Номерът на картата, използвана за плащането." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Последните 4 цифри на картата, използвана при плащането" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Име на собственика на картата" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Това може да бъде причинено от лошо изпълнено плъзгане или ако оформлението " +"на клавиатурата Ви не е настроено за US QWERTY (а не за US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Одобрена транзакция" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Вид" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "Успешен VoidSale" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ОЧАКВАЩ ПЛЪЗВАНЕ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/bn.po b/addons/pos_mercury/i18n/bn.po new file mode 100644 index 00000000..6f7ced32 --- /dev/null +++ b/addons/pos_mercury/i18n/bn.po @@ -0,0 +1,474 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Khanstore <dmashraf@gmail.com>, 2021 +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "দ্বারা সৃষ্টি" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "তৈরি" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "আইডি " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "সর্বশেষ আপডেট করেছেন" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "সর্বশেষ আপডেট হয়েছে" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "নাম" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POS অর্ডার" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "ধরণ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/bs.po b/addons/pos_mercury/i18n/bs.po new file mode 100644 index 00000000..ff58eb42 --- /dev/null +++ b/addons/pos_mercury/i18n/bs.po @@ -0,0 +1,538 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +# Bole <bole@dajmi5.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-10-02 10:04+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "Alias" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Stavka izvoda banke" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "Kaser" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "Klijent" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "Kreditna kartica" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "Sniženi proizvod" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Dnevnik knjiženja" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "Lokacija" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "Lot" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Naziv:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "Online plaćanje" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "Paket" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Narudžbe POS-a" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tip" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "Proizvod za vaganje" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/ca.po b/addons/pos_mercury/i18n/ca.po new file mode 100644 index 00000000..4f78fad4 --- /dev/null +++ b/addons/pos_mercury/i18n/ca.po @@ -0,0 +1,476 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# RGB Consulting <odoo@rgbconsulting.com>, 2020 +# Quim - eccit <quim@eccit.com>, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regla del codi de barres" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Targeta de crèdit" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualització per" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualització el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nom" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Comandes del Punt de Venda" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipus" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/ckb.po b/addons/pos_mercury/i18n/ckb.po new file mode 100644 index 00000000..f6a6367b --- /dev/null +++ b/addons/pos_mercury/i18n/ckb.po @@ -0,0 +1,473 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "دروستکراوە لەلایەن" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "دروستکراوە لە" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ناسنامە" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "دواین تازەکردنەوە لەلایەن" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "دواین تازەکردنەوە لە" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "ناو" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "جۆر" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/cs.po b/addons/pos_mercury/i18n/cs.po new file mode 100644 index 00000000..6d3d80f8 --- /dev/null +++ b/addons/pos_mercury/i18n/cs.po @@ -0,0 +1,485 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2021 +# trendspotter, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: trendspotter, 2021\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Koupit čtečku karet" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "NAD MNOŽSTVÍ NÁKUPU" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "SCHVALOVACÍ KÓD:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Pravidlo čárového kódu" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "DRŽITEL KARTY PLATÍ KARTOU" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Značka karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Číslo karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Předčíslí čísla karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Jméno majitele karty" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Čtečka karet" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Konfigurovat čtečku karet" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kartu nelze přečíst" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Vytvořeno od" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditní karta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Vrácení na kreditní kartu není podporováno. Místo toho vyberte způsob platby" +" kreditní kartou, klikněte na tlačítko Ověřit a vrácení původní platby ručně" +" prostřednictvím backendu Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Pro rychlou manipulaci s objednávkami: stačí, když na obrazovce platby přejdete kreditní kartou\n" +"(bez stisknutí čehokoliv jiného) a bude kartou zaplacena celá částka objednávky." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Chcete-li použít platební kartu, přejděte na obrazovku platby" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Manipulace s transakcí ..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "ID obchodníka k jeho ověření na serveru poskytovatele plateb" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Naposledy upraveno od" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Merchant ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Heslo obchodníka" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Název" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Žádná odpověď ze serveru (jste připojeni k síti?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo chyba při zpracování transakce." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Částečně schváleno" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Heslo obchodníka pro ověření jeho totožnosti na serveru poskytovatele " +"plateb." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Platit přes:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Objednávky Prodejního místa" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Platební podmíky v místě prodeje" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Platby v místě prodeje" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Přijímání dobropisů není podporováno" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Zrušení bylo úspěšné" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Posílání zpět ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "DOHODĚ DRŽITELE KARTY" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Značka platební karty (např. Visa, MasterCard, American Express...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Číslo karty použité pro platbu." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Poslední 4 čísla karty použité k platbě" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Jméno vlastníka karty" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"To může být způsobeno špatně provedeným přejetím nebo nastavením rozložení " +"klávesnice na US QWERTY (nikoli US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transakce byla schválena" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Typ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ČEKÁNÍ NA PROJETÍ KARTY" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/da.po b/addons/pos_mercury/i18n/da.po new file mode 100644 index 00000000..c4aca71a --- /dev/null +++ b/addons/pos_mercury/i18n/da.po @@ -0,0 +1,503 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Pernille Kristensen <pernillekristensen1994@gmail.com>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# lhmflexerp <lhm@flexerp.dk>, 2020 +# Mads Søndergaard, 2020 +# Mads Søndergaard <mads@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Mads Søndergaard <mads@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Køb en kortlæser" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Vantiv Konfigurationer</i> definere hvilken Vantiv konto vil blive brugt under\n" +" behandling af kreditkort transaktioner ved Point og Sale. Opsætning af en Vantiv\n" +" konfiguration, vil gøre dig i stand til, at tillade betalinger med diverse kreditkort \n" +" (f.eks. Visa, MasterCard, Discovery, Dankort, ...).\n" +"Efter opsætning af denne \n" +" konfiguration, burde du kunne associere den med en Point of Sale betalingsmetode." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "Ovenstående beløb i henhold til" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "GODKENDELSESKODE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Stregkode regler" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KORTHOLDER VIL BETALE KORTUDSTEDER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kort mærke" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kortnummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Kortnummer præfiks" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Navn på kortholder" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kortlæser" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Konfigurer din kortlæser" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kunne ikke læse kort" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditkort" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Kreditkort refunderinger understøttes ikke. Vælg i stedet dit kreditkorts " +"betalingsmetode, klik 'Bekræft', og refunder den originale træk manuelt, via" +" Vantiv backend." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Til hurtig håndtering af ordre: blot træk kreditkortet ved betalingsskærmen\n" +" (uden at have trykket på noget andet), den vil trække det fulde ordrebeløb på kortet." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Gå til betalingsskærm for at anvende kort" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Administrere transaktion..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "ID på sælger for at autentificere ham på betalingsudbyderens server" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Hvis du ikke allerede har en Vantiv konto, kan du kontakte Vantiv på +1 (800) 846-4472\n" +" for at oprette en." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Fakturanummer fra Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Sælger ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Sælger kodeord" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Navn" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Navn på denne Vantiv konfiguration" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "Ingen Vantiv konfiguration associeret med betalingsmetoden." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Ingen åbnede point of sale sessioner for bruger %s fundet." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Intet svar fra Vantiv (Er Vantiv nede?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Intet svar fra server (forbundet til netværk?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo fejl under behandling af transaktion." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Delvist godkendt" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Kodeord for sælgeren, til autentificering af ham overfor betalingsudbyderens" +" server" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Betal med:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Betalings datasæt nummer fra Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Betalings reference nummer fra Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Vær venlig at opsætte din Vantiv sælger konto." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POS ordrer" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Point of Sale betalingsmetoder" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Point of Sale betalinger" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Point of Sale Vantiv Konfiguration" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Point of Sale Vantiv transaktion" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Refunderinger ikke understøttet" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Tilbagebetaling slog fejl, sender VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Tilbagebetaling vellykket" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Sender tilbagebetaling..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "TIL KORTHOLDER AFTALE" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Mærket på betalingskortet (f.eks. Visa, Dankort, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Kortnummeret som er anvendt til betalingen." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "Konfiguration af Vantiv anvendt for denne journal" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "De sidste 4 cifre på kortet, som anvendes til betaling" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Navnet på kortholder" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Dette kan forårsages af et ringe udført gennemtræk, eller af at dit tastatur" +" ikke anvender US QWERTY tastatur layout (ikke US international)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transaktion godkendt" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Type" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Brugen af Vantiv integrationen i Point of Sale er ligetil: Blot tryk på den\n" +" tilhørende betalings metode. Efterfølgende kan mængden justeres (f.eks. ved veksling)\n" +" nøjagtig som enhver anden betalingslinje. Hver gang betalingslinjen opsættes, kan et kort trækkes igennem kortlæser enheden." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv konti" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Vantiv konfigurationer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv legitimationsoplysninger" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Vantiv fakturanummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Vantiv datasæt nummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Vantiv reference" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale vellykket" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "AFVENTER GENNEMTRÆK" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Vi understøttet i øjeblikket MagTek Dynamag kortlæser enheder. Det kan " +"forbindes direkte til Point of Sale enheden, eller den kan forbindes til IoT" +" Boksen." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/de.po b/addons/pos_mercury/i18n/de.po new file mode 100644 index 00000000..c94d197d --- /dev/null +++ b/addons/pos_mercury/i18n/de.po @@ -0,0 +1,488 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Chris Egal <sodaswed@web.de>, 2020 +# JEK Odoo <jek@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: JEK Odoo <jek@odoo.com>, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "ÜBER BETRAG GEMÄẞ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "BESTÄTIGUNGSCODE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Strichcoderegel" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KARTENINHABER BEZAHLT KARTENAUSSTELLER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kartenmarke" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kartennummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Kartennummer Präfix" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Name des Kartenbesitzers" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kartenlesegerät" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Konfigurieren Sie Ihren Kartenleser" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Karte konnte nicht gelesen werden" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditkarte" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Kreditkartenerstattungen werden nicht unterstützt. Wählen Sie stattdessen " +"Ihre Kreditkartenzahlungsmethode aus, klicken Sie auf \"Bestätigen\" und " +"erstatten Sie die ursprüngliche Gebühr manuell über das Vantiv-Backend." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Für die schnelle Bearbeitung von Aufträgen: einfach eine Kreditkarte über den Zahlungsbildschirm\n" +" ziehen (ohne etwas anderes gedrückt zu haben)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Zum Zahlungsbildschirm, um die Karten zu verwenden" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Transaktion wird abgewickelt …" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Händler-ID, um ihn auf dem Zahlungsanbieter-Server zu authentifizieren" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Händler-ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Händlerpasswort" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Name" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" +"Es wurde keine offenen Kassensystem-Sitzungen für den Benutzer%s gefunden." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Keine Antwort vom Server (mit dem Netzwerk verbunden?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo-Fehler bei der Transaktionsabwicklung." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Teilweise genehmigt" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Händlerpasswort, um ihn auf dem Zahlungsanbieter-Server zu authentifizieren" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Bezahlen mit:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Point Of Sale Verkäufe" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Point of Sale Zahlungsmethoden" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Rückerstattungen werden nicht unterstützt" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Storno fehlgeschlagen, VoidSale wird gesendet …" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Storno erfolgreich" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Storno wird gesendet …" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "FÜR KREDITKARTENVERTRAG" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Die Marke der Zahlungskarte (z.B. Visa, AMEX …)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Die für die Zahlung verwendete Kartennummer" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Die letzten 4 Ziffern der für die Bezahlung verwendeten Karte" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Der Name des Karteninhabers" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Dies kann durch schlecht ausgeführtes Einlesen oder dadurch verursacht " +"werden, dass Sie Ihr Tastatur-Layout nicht auf US QWERTY eingestellt haben " +"(nicht US-international)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transaktion freigegeben" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Typ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv-Konten" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale erfolgreich" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "AUF EINLESEN WARTEN" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Wir unterstützen derzeit das Kartenlesegerät MagTek Dynamag. Es kann angeschlossen werden\n" +" direkt an das Kassensystem-Gerät oder es kann an die IoTBox angeschlossen werden." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/el.po b/addons/pos_mercury/i18n/el.po new file mode 100644 index 00000000..d112b609 --- /dev/null +++ b/addons/pos_mercury/i18n/el.po @@ -0,0 +1,475 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# Stefanos Nikou <stefanos.nikou@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Stefanos Nikou <stefanos.nikou@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Κανόνας Barcode" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Πιστωτική Κάρτα" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "Κωδικός" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Αναγνωριστικό Εμπόρου" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Περιγραφή" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Παραγγελίες Εντατικής Λιανικής" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Τύπος" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/en_GB.po b/addons/pos_mercury/i18n/en_GB.po new file mode 100644 index 00000000..265f1179 --- /dev/null +++ b/addons/pos_mercury/i18n/en_GB.po @@ -0,0 +1,969 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# James Dove <james@oceancave.com>, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:06+0000\n" +"PO-Revision-Date: 2016-01-27 10:49+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/" +"odoo-9/language/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: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:186 +#, python-format +msgid "128 bit CryptoAPI failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the " +"Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow " +"payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American " +"Express, ...). After setting up this\n" +" configuration you should associate it with a " +"Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:190 +#, python-format +msgid "All Connections Failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_return +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Allow" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bank Statement Line" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_number +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:196 +#, python-format +msgid "Clear Text Request Not Supported" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Click to configure your card reader." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:164 +#, python-format +msgid "Connect Canceled" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:161 +#, python-format +msgid "Connection Lost" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:185 +#, python-format +msgid "Control failed to find branded serial (password lookup failed)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:202 +#, python-format +msgid "Could Not Encrypt Response- Call Provider" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_date +msgid "Created on" +msgstr "Created on" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury.py:17 +#, python-format +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:178 +#, python-format +msgid "Disconnecting Socket" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:180 +#, python-format +msgid "Duplicate Serial Number Detected" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Electronic Payment" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:173 +#, python-format +msgid "Empty Command String" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:198 +#, python-format +msgid "Error Occurred While Decrypting Request" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:188 +#, python-format +msgid "Failed to start Event Thread." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment " +"screen\n" +" (without having pressed anything else) will " +"charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:170 +#, python-format +msgid "General Failure" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:155 +#, python-format +msgid "Global API Not Initialized" +msgstr "Global API Not Initialised" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:192 +#, python-format +msgid "Global Response Length Error (Too Short)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:194 +#, python-format +msgid "Global String Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:262 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:393 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) " +"846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:184 +#, python-format +msgid "In Process with server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:165 +#, python-format +msgid "Initialize Failed" +msgstr "Initialise Failed" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:172 +#, python-format +msgid "Insufficient Fields" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:183 +#, python-format +msgid "Internal Server Error – Call Provider" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:206 +#, python-format +msgid "Invalid Account Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:210 +#, python-format +msgid "Invalid Authorization Amount" +msgstr "Invalid Authorisation Amount" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:208 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:209 +#, python-format +msgid "Invalid Authorization Code" +msgstr "Invalid Authorisation Code" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:225 +#, python-format +msgid "Invalid Batch Item Count" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:224 +#, python-format +msgid "Invalid Batch Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:230 +#, python-format +msgid "Invalid Card Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:211 +#, python-format +msgid "Invalid Cash Back Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:199 +#, python-format +msgid "Invalid Check Digit" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:219 +#, python-format +msgid "Invalid Check Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:171 +#, python-format +msgid "Invalid Command Format" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:218 +#, python-format +msgid "Invalid Date of Birth" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:216 +#, python-format +msgid "Invalid Derived Key Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:227 +#, python-format +msgid "Invalid Driver’s License" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:207 +#, python-format +msgid "Invalid Expiration Date" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:212 +#, python-format +msgid "Invalid Gratuity Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:226 +#, python-format +msgid "Invalid MICR Input Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:214 +#, python-format +msgid "Invalid Magnetic Stripe Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:205 +#, python-format +msgid "Invalid Memo" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:222 +#, python-format +msgid "Invalid Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:204 +#, python-format +msgid "Invalid Operator ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:215 +#, python-format +msgid "Invalid PIN Block Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:229 +#, python-format +msgid "Invalid Pass Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:213 +#, python-format +msgid "Invalid Purchase Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:220 +#, python-format +msgid "Invalid Routing Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:228 +#, python-format +msgid "Invalid Sequence Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:217 +#, python-format +msgid "Invalid State Code" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:223 +#, python-format +msgid "Invalid TStream Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:221 +#, python-format +msgid "Invalid TranCode" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:203 +#, python-format +msgid "Invalid Transaction Type" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Journal" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration___last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "MagneSafe" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:200 +#, python-format +msgid "Merchant ID Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_name +msgid "Name" +msgstr "Name" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:334 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:336 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:414 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:562 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:639 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_common +msgid "OneTime" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:460 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:181 +#, python-format +msgid "Password Failed (Client / Server)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:176 +#, python-format +msgid "Password Failed – Disconnecting" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:174 +#, python-format +msgid "Password Verified" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:182 +#, python-format +msgid "Password failed (Challenge / Response)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:407 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:175 +#, python-format +msgid "Queue Full" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "RecordNumberRequested" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:179 +#, python-format +msgid "Refused ‘Max Connections’" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:540 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:576 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:543 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:191 +#, python-format +msgid "Server Login Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:160 +#, python-format +msgid "Socket Connection Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:159 +#, python-format +msgid "Socket Creation Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:157 +#, python-format +msgid "Socket Error sending request" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:158 +#, python-format +msgid "Socket already open or in use" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Swiped" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:177 +#, python-format +msgid "System Going Offline" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:162 +#, python-format +msgid "TCP/IP Failed to Initialize" +msgstr "TCP/IP Failed to Initialise" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:201 +#, python-format +msgid "TStream Type Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:358 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:187 +#, python-format +msgid "Threaded Auth Started Expect Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:163 +#, python-format +msgid "Time Out waiting for server response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:169 +#, python-format +msgid "Timeout error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:156 +#, python-format +msgid "Timeout on Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:152 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:193 +#, python-format +msgid "Unable to Parse Response from Global (Indistinguishable)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:166 +#, python-format +msgid "Unknown Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:197 +#, python-format +msgid "Unrecognized Request Format" +msgstr "Unrecognised Request Format" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the " +"amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. " +"Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:584 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be " +"connected\n" +" directly to the Point Of Sale device or it " +"can be connected to the POSBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:195 +#, python-format +msgid "Weak Encryption Request Not Supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:189 +#, python-format +msgid "XML Parse Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "barcode.rule" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "pos_mercury.configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "pos_mercury.mercury_transaction" +msgstr "" diff --git a/addons/pos_mercury/i18n/eo.po b/addons/pos_mercury/i18n/eo.po new file mode 100644 index 00000000..a881d908 --- /dev/null +++ b/addons/pos_mercury/i18n/eo.po @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/es.po b/addons/pos_mercury/i18n/es.po new file mode 100644 index 00000000..b22ab52c --- /dev/null +++ b/addons/pos_mercury/i18n/es.po @@ -0,0 +1,501 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Jon Perez <jop@odoo.com>, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"Las <i>configuraciones de Vantiv</i> definen qué cuenta de Vantiv se utilizará cuando\n" +" se procesa transacciones con tarjeta de crédito en el punto de venta. Configurar un configuración de Vantiv\n" +" le permitirá permitir pagos con varias tarjetas de crédito\n" +" (por ejemplo, Visa, MasterCard, Discovery, American Express, ...). Después de configurar esta\n" +" configuración, debe asociarla con un método de pago de Punto de Venta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "SUPERIOR A LA CANTIDAD CORRESPONDIENTE" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CÓDIGO DE APROBACIÓN:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regla de código de barras" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "EL TITULAR DE LA TARJETA PAGARÁ EL EMISOR DE LA TARJETA" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Marca de la tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Número de tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Prefijo de número de tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Propietario de tarjeta" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lector de Tarjetas" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configure su lector de tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "No se puede leer la tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Tarjetas de Crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"No se puede procesar reembolsos de tarjetas de crédito. En su lugar, " +"seleccione el método de pago de su tarjeta de crédito, haga clic en " +"'Validar' y reembolse el cargo original manualmente a través del backend " +"Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Para gestionar pedidos rápidamente: simplemente pasando una tarjeta de crédito\n" +"cuando se esté en la pantalla de pago (sin haber presionado nada más) se cargará\n" +"la cantidad total del pedido en la tarjeta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Ir a pantalla de pago para usar tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Gestionando transacción..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID del comerciante para identificarlo en el servidor del proveedor de pagos" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Si aún no tiene una cuenta Vantiv, comuníquese con Vantiv al +1 (800) 846-4472\n" +" para crear una" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Número de factura de Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID de comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Contraseña del comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nombre" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Nombre de esta configuración de Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "No hay configuración Vantiv asociada con el método de pago." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" +"No se encontró ninguna sesión de punto de venta abierta para el usuario %s." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "No hay respuesta de Vantiv (¿Vantiv caído?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Si respuesta del servidor (¿está conectado a la red?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Error de Odoo al momento de procesar a transacción." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Aprobado parcialmente" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Contraseña del comerciante para identificarlo en el servidor del proveedor " +"de pagos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Pagar con:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Número de registro de pago de Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Número de referencia de pago de Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Configure su cuenta de comerciante Vantiv." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Pedidos del TPV" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Métodos de pago en el punto de venta " + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Pagos en puntos de venta" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Configuración Vantiv de Punto de Venta" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Transacción Vantiv en Punto de Venta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Reembolsos no se pueden procesar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Error en la reversión, enviando VoidSale ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Reversión exitosa" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Enviando reversión..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "AL ACUERDO DEL TITULAR DE LA TARJETA" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "El tipo de tarjeta de pago (ej: Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "El número de la tarjeta de crédito usada para el pago" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "La configuración de Vantiv utilizada para este diario" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Los 4 últimos números de la tarjeta usada para pagar" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "El nombre del titular de la tarjeta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Esto puede ser causado por un pase mal ejecutado o por no tener su " +"configuración de teclado a QWERTY de EE.UU. (no internacional de EE.UU.)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transacción aprobada" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipo" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Usar la integración de Vantiv en el Punto de Venta es fácil: solo presione el\n" +" método de pago asociado. Después de eso, la cantidad se puede ajustar (por ejemplo, para devolución de dinero)\n" +" al igual que en cualquier otra línea de pago. Cada vez que se configura la línea de pago, una tarjeta\n" +" se puede pasar por el dispositivo lector de tarjetas." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Cuentas de Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Configuraciones Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "credenciales Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Número de factura Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Número de registro Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Número de referencia Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale exitoso" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ESPERANDO PASE DE TARJETA" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Actualmente admitimos el dispositivo lector de tarjetas MagTek Dynamag. Se puede conectar\n" +" directamente al dispositivo de punto de venta o se puede conectar a la caja de IoT." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/es_CO.po b/addons/pos_mercury/i18n/es_CO.po new file mode 100644 index 00000000..b8e55cba --- /dev/null +++ b/addons/pos_mercury/i18n/es_CO.po @@ -0,0 +1,996 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# ANDRES FELIPE NEGRETE GOMEZ <psi@nubark.com>, 2016 +# Mateo Tibaquirá <nestormateo@gmail.com>, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:06+0000\n" +"PO-Revision-Date: 2016-02-18 13:50+0000\n" +"Last-Translator: Esteban Echeverry <tebanep@nubark.com>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/" +"language/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: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr " CÓDIGO DE APROBACIÓN:" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:186 +#, python-format +msgid "128 bit CryptoAPI failed" +msgstr "Falló CryptoAPI 128 bit" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the " +"Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow " +"payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American " +"Express, ...). After setting up this\n" +" configuration you should associate it with a " +"Point Of Sale payment method." +msgstr "" +"<i>Configuraciones de Mercury </i> define que cuenta Mercury se utilizará al " +"procesar las transacciones de tarjetas de crédito en el punto de venta. La " +"creación de una configuración Mercury permitirá que los pagos con diferentes " +"tarjetas de crédito (por ejemplo. Visa, MasterCard, Discovery, American " +"Express, etc.). Después de la creación de esta configuración se debe " +"asociarlo con un Punto de Venta como método de pago." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "CONFORME CANTIDAD ARRIBA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CÓDIGO DE APROBACIÓN:" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:190 +#, python-format +msgid "All Connections Failed" +msgstr "Todas las Conexiones Fallaron" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_return +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Allow" +msgstr "Permitir" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Línea de Extracto Bancario" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "TITULAR DE LA TARJETA PAGARÁ LA TARJETA DE EMISOR" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "Card Brand" +msgstr "Marca de Tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_number +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "Card Number" +msgstr "Número de Tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Propietario de la Tarjeta de Crédito" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lector de Tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:196 +#, python-format +msgid "Clear Text Request Not Supported" +msgstr "Reqerimiento En Texto Plano No Es Soportado" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Click to configure your card reader." +msgstr "Clic para configurar su lector de tarjetas." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:164 +#, python-format +msgid "Connect Canceled" +msgstr "Conexión Cancelada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:161 +#, python-format +msgid "Connection Lost" +msgstr "Conexión Perdida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:185 +#, python-format +msgid "Control failed to find branded serial (password lookup failed)" +msgstr "" +"El control falló en encontrar la serie marcada (búsqueda de password falló)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:202 +#, python-format +msgid "Could Not Encrypt Response- Call Provider" +msgstr "No se pudo cifrar respuesta - Llamar Proveedor" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_date +msgid "Created on" +msgstr "Creado" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury.py:17 +#, python-format +msgid "Credit Card" +msgstr "Tarjeta de Crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:178 +#, python-format +msgid "Disconnecting Socket" +msgstr "Socket Desconectado" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:180 +#, python-format +msgid "Duplicate Serial Number Detected" +msgstr "Número de Serie Duplicado Detectado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Electronic Payment" +msgstr "Pagos Electrónicos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:173 +#, python-format +msgid "Empty Command String" +msgstr "Vaciar Cadena de Comandos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:198 +#, python-format +msgid "Error Occurred While Decrypting Request" +msgstr "Error al Descifrar una Solicitud" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:188 +#, python-format +msgid "Failed to start Event Thread." +msgstr "Error al iniciar Hilo de Eventos" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment " +"screen\n" +" (without having pressed anything else) will " +"charge the full amount of the order to\n" +" the card." +msgstr "" +"Para el manejo de pedidos de forma rápida: basta con deslizar una tarjeta de " +"crédito en la pantalla de pago (sin tener nada presionado), para que se " +"cargue el importe total de la orden de la tarjeta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:170 +#, python-format +msgid "General Failure" +msgstr "Falla General" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:155 +#, python-format +msgid "Global API Not Initialized" +msgstr "API Global No Inicializada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:192 +#, python-format +msgid "Global Response Length Error (Too Short)" +msgstr "Error de Respuesta Global de Longitud (Demasiado Corta)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:194 +#, python-format +msgid "Global String Error" +msgstr "Error de Texto Global" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:262 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Ir a la pantalla de pago para usar tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:393 +#, python-format +msgid "Handling transaction..." +msgstr "Manejo de transacciones..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Identificación del comerciante que lo autentique en el servidor de proveedor " +"de pago" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) " +"846-4472\n" +" to create one." +msgstr "" +"Si aún no dispone de una cuenta Mercury, póngase en contacto al +1 (800) " +"846-4472 para crear una." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:184 +#, python-format +msgid "In Process with server" +msgstr "En Proceso con el servidor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:165 +#, python-format +msgid "Initialize Failed" +msgstr "Inicialización Fallida " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:172 +#, python-format +msgid "Insufficient Fields" +msgstr "Campos Insuficientes" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:183 +#, python-format +msgid "Internal Server Error – Call Provider" +msgstr "Error Interno del Servidor - Llamar al Proveedor " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:206 +#, python-format +msgid "Invalid Account Number" +msgstr "Número de Cuenta No Válido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:210 +#, python-format +msgid "Invalid Authorization Amount" +msgstr "Monto de Autorización Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:208 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:209 +#, python-format +msgid "Invalid Authorization Code" +msgstr "Código de Autorización Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:225 +#, python-format +msgid "Invalid Batch Item Count" +msgstr "Lote de Conteo de Elementos No Válido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:224 +#, python-format +msgid "Invalid Batch Number" +msgstr "Número de Lotes Inválidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:230 +#, python-format +msgid "Invalid Card Type" +msgstr "Tipo de Tarjeta Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:211 +#, python-format +msgid "Invalid Cash Back Amount" +msgstr "Monto Inválido de Devolución de Dinero" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:199 +#, python-format +msgid "Invalid Check Digit" +msgstr "Digito Verificador Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:219 +#, python-format +msgid "Invalid Check Type" +msgstr "Tipo de Cheque Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:171 +#, python-format +msgid "Invalid Command Format" +msgstr "Formato de Comando Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:218 +#, python-format +msgid "Invalid Date of Birth" +msgstr "Fecha de Nacimiento Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:216 +#, python-format +msgid "Invalid Derived Key Data" +msgstr "Clave de Datos Derivada Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:227 +#, python-format +msgid "Invalid Driver’s License" +msgstr "Licencia del Controlador no Válida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:207 +#, python-format +msgid "Invalid Expiration Date" +msgstr "Fecha de Expiración Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:212 +#, python-format +msgid "Invalid Gratuity Amount" +msgstr "Cantidad Gratuita Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:226 +#, python-format +msgid "Invalid MICR Input Type" +msgstr "Tipo de Entrada MICR Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:214 +#, python-format +msgid "Invalid Magnetic Stripe Data" +msgstr "Datos de Banda Magnética No Válidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:205 +#, python-format +msgid "Invalid Memo" +msgstr "Memo Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:222 +#, python-format +msgid "Invalid Merchant ID" +msgstr "ID de Comerciante inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:204 +#, python-format +msgid "Invalid Operator ID" +msgstr "ID Operador Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:215 +#, python-format +msgid "Invalid PIN Block Data" +msgstr "Bloquear PIN con Datos No Válidos " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:229 +#, python-format +msgid "Invalid Pass Data" +msgstr "Datos de Acceso Inválidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:213 +#, python-format +msgid "Invalid Purchase Amount" +msgstr "Monto de Compra Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:220 +#, python-format +msgid "Invalid Routing Number" +msgstr "Número de Ruta Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:228 +#, python-format +msgid "Invalid Sequence Number" +msgstr "Número de Secuencia Inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:217 +#, python-format +msgid "Invalid State Code" +msgstr "Estado de Código Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:223 +#, python-format +msgid "Invalid TStream Type" +msgstr "Tipo TStream Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:221 +#, python-format +msgid "Invalid TranCode" +msgstr "TranCode Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:203 +#, python-format +msgid "Invalid Transaction Type" +msgstr "Tipo de Transacción Inválida" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "Número de factura desde Pago Mercury" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Libro" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration___last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "MagneSafe" +msgstr "MagneSafe" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "Merchant ID" +msgstr "ID Proveedor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:200 +#, python-format +msgid "Merchant ID Missing" +msgstr "Falta de Identificación del Comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "Merchant Password" +msgstr "Contraseña del Comerciante" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "Configuraciones Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "Mercury configuration" +msgstr "Configuración Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Mercury invoice number" +msgstr "Número de factura Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Mercury record number" +msgstr "Número de registro Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Mercury reference number" +msgstr "Número de referencia Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_name +msgid "Name" +msgstr "Nombre" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_name +msgid "Name of this Mercury configuration" +msgstr "Nombre de está configuración Mercury" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:334 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "Sin respuesta desde Mercury (¿Mercury fuera de línea?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:336 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "No hay respuesta del servidor (¿está conectado a la red?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:414 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:562 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo error al procesar la transacción." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:639 +#, python-format +msgid "One credit card swipe already pending." +msgstr "Una transacción de tarjeta de crédito está pendiente." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_common +msgid "OneTime" +msgstr "Una vez" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:460 +#, python-format +msgid "Partially approved" +msgstr "Parcialmente aprobados" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:181 +#, python-format +msgid "Password Failed (Client / Server)" +msgstr "Contraseña Fallida (Cliente / Servidor)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:176 +#, python-format +msgid "Password Failed – Disconnecting" +msgstr "Contraseña Fallida - Desconectando" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:174 +#, python-format +msgid "Password Verified" +msgstr "Contraseña Verificada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:182 +#, python-format +msgid "Password failed (Challenge / Response)" +msgstr "Contraseña fallida (Desafío / Respuesta)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Contraseña del comerciante para autenticarlo en el servidor proveedor de " +"pagos" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "El número de registro del pago de Mercury Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "El número de referencia del pago de Mercury Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:407 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "Por favor configure su cuenta de comerciante Mercury" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale" +msgstr "Punto de Venta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:175 +#, python-format +msgid "Queue Full" +msgstr "Fila llena" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "RecordNumberRequested" +msgstr "Número de registro solicitado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:179 +#, python-format +msgid "Refused ‘Max Connections’" +msgstr "Denegado 'Máxima Conexiones'" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:540 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Reversión falló, enviando VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:576 +#, python-format +msgid "Reversal succeeded" +msgstr "Su reversión tuvo éxito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:543 +#, python-format +msgid "Sending reversal..." +msgstr "Enviando reversion..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:191 +#, python-format +msgid "Server Login Failed" +msgstr "Ingreso al Servidor Fallido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:160 +#, python-format +msgid "Socket Connection Failed" +msgstr "Conexión de Socket Falló" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:159 +#, python-format +msgid "Socket Creation Failed" +msgstr "Creación de Socket Fallado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:157 +#, python-format +msgid "Socket Error sending request" +msgstr "Error de Socket al enviar la solicitud" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:158 +#, python-format +msgid "Socket already open or in use" +msgstr "Socket ya abierto o en uso" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Swiped" +msgstr "Dibujar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:177 +#, python-format +msgid "System Going Offline" +msgstr "Sistema esta Fuera de Línea" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:162 +#, python-format +msgid "TCP/IP Failed to Initialize" +msgstr "TCP/IP falló al inicializarse " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "ACUERDO A LOS TITULARES DE TARJETA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:201 +#, python-format +msgid "TStream Type Missing" +msgstr "Tipo Desconocido TStream " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "La marca de la tarjeta de pago (ej. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "El número de tarjeta usado para el pago." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "La configuración de Mercury usada para este libro" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Los últimos 4 números de la tarjeta usada para pagar" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "The name of the card owner" +msgstr "El nombre del propietario" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:358 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Esto puede ser causado por no contar con la distribución del teclado " +"configurado para Estados Unidos QWERTY (No US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:187 +#, python-format +msgid "Threaded Auth Started Expect Response" +msgstr "Hilo de Autorización Esperando Respuesta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:163 +#, python-format +msgid "Time Out waiting for server response" +msgstr "Tiempo de espera de respuesta del servidor agotado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:169 +#, python-format +msgid "Timeout error" +msgstr "Error de tiempo de espera" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:156 +#, python-format +msgid "Timeout on Response" +msgstr "Error de Tiempo en Respuesta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:152 +#, python-format +msgid "Transaction approved" +msgstr "Transacción aprobada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:193 +#, python-format +msgid "Unable to Parse Response from Global (Indistinguishable)" +msgstr "No se puede Analizar la Respuesta desde Global (Indistinguible)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:166 +#, python-format +msgid "Unknown Error" +msgstr "Error Desconocido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:197 +#, python-format +msgid "Unrecognized Request Format" +msgstr "Requerimiento de Formato Desconocido" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the " +"amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. " +"Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Mediante la integración de Mercury en el punto de venta es fácil: sólo tiene " +"que pulsar el método de pago asociado. Después de que el monto puede ser " +"ajustado (por ejemplo. Para la devolución de dinero) al igual que en " +"cualquier otra línea de pago. Siempre que la línea de pago está configurada, " +"una tarjeta se puede pasar a través del dispositivo lector de tarjetas." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:584 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale exitosa" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ESPERANDO POR TRAZOS" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be " +"connected\n" +" directly to the Point Of Sale device or it " +"can be connected to the POSBox." +msgstr "" +"Actualmente apoyamos el dispositivo lector de tarjetas MagTek Dynamag. Se " +"puede conectar directamente al punto de venta dispositivo o puede ser " +"conectado a la POSBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:195 +#, python-format +msgid "Weak Encryption Request Not Supported" +msgstr "Solicitud De Cifrado Débil No Compatible" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:189 +#, python-format +msgid "XML Parse Error" +msgstr "Error de Análisis XML " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "barcode.rule" +msgstr "barcode.rule" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "pos_mercury.configuration" +msgstr "pos_mercury.configuration" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "pos_mercury.mercury_transaction" +msgstr "pos_mercury.mercury_transaction" diff --git a/addons/pos_mercury/i18n/es_EC.po b/addons/pos_mercury/i18n/es_EC.po new file mode 100644 index 00000000..e538121b --- /dev/null +++ b/addons/pos_mercury/i18n/es_EC.po @@ -0,0 +1,995 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Rick Hunter <rick_hunter_ec@yahoo.com>, 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:06+0000\n" +"PO-Revision-Date: 2016-02-12 08:51+0000\n" +"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/" +"language/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: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr " CODIGO DE APROBACIÓN:" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:186 +#, python-format +msgid "128 bit CryptoAPI failed" +msgstr "128 bit CryptoAPI falló" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the " +"Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow " +"payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American " +"Express, ...). After setting up this\n" +" configuration you should associate it with a " +"Point Of Sale payment method." +msgstr "" +"<i>Configuraciones de Mercury </i> define que cuenta Mercury se utilizará al " +"procesar las transacciones de tarjetas de crédito en el punto de venta. La " +"creación de una configuración Mercury permitirá que los pagos con diferentes " +"tarjetas de crédito (por ejemplo. Visa, MasterCard, Discovery, American " +"Express, etc.). Después de la creación de esta configuración se debe " +"asociarlo con un Punto de Venta como método de pago." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "CONFORME CANTIDAD ARRIBA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "Código de aprobación" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:190 +#, python-format +msgid "All Connections Failed" +msgstr "Todas las conexiones fallaron" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_return +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Allow" +msgstr "Permitir" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Detalle de estado de cuenta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "TITULAR DE LA TARJETA PAGARÁ LA TARJETA DE EMISOR" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "Card Brand" +msgstr "Marca de Tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_number +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "Card Number" +msgstr "Número de Tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Propietario de la Tarjeta de Crédito" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lector de tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:196 +#, python-format +msgid "Clear Text Request Not Supported" +msgstr "Reqerimiento en texto plano no es soportado" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Click to configure your card reader." +msgstr "Haga clic para configurar el lector de tarjetas." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:164 +#, python-format +msgid "Connect Canceled" +msgstr "Conexión cancelada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:161 +#, python-format +msgid "Connection Lost" +msgstr "Conexión pérdida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:185 +#, python-format +msgid "Control failed to find branded serial (password lookup failed)" +msgstr "" +"El control falló en encontrar la serie marcada (búsqueda de password falló)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:202 +#, python-format +msgid "Could Not Encrypt Response- Call Provider" +msgstr "No se pudo cifrar respuesta - Llamar Proveedor" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_uid +msgid "Created by" +msgstr "Creado por:" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_date +msgid "Created on" +msgstr "Creado" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury.py:17 +#, python-format +msgid "Credit Card" +msgstr "Tarjeta de crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:178 +#, python-format +msgid "Disconnecting Socket" +msgstr "Socket desconectado" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:180 +#, python-format +msgid "Duplicate Serial Number Detected" +msgstr "Número de serie duplicado detectado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Electronic Payment" +msgstr "Pagos electrónicos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:173 +#, python-format +msgid "Empty Command String" +msgstr "Vaciar cadena de comandos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:198 +#, python-format +msgid "Error Occurred While Decrypting Request" +msgstr "Error al descifrar una Solicitud" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:188 +#, python-format +msgid "Failed to start Event Thread." +msgstr "Error al iniciar el hilo del Evento." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment " +"screen\n" +" (without having pressed anything else) will " +"charge the full amount of the order to\n" +" the card." +msgstr "" +"Para el manejo de pedidos de forma rápida: basta con deslizar una tarjeta de " +"crédito en la pantalla de pago (sin tener nada presionado), para que se " +"cargue el importe total de la orden de la tarjeta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:170 +#, python-format +msgid "General Failure" +msgstr "Falla General" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:155 +#, python-format +msgid "Global API Not Initialized" +msgstr "API Global No Inicializada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:192 +#, python-format +msgid "Global Response Length Error (Too Short)" +msgstr "Error de respuesta global de longitud (demasiado corta)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:194 +#, python-format +msgid "Global String Error" +msgstr "Error de texto global" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:262 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "r a la pantalla de pago para usar tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:393 +#, python-format +msgid "Handling transaction..." +msgstr "Manejo de transacciones ..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Identificación del comerciante que lo autentique en el servidor de proveedor " +"de pago" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) " +"846-4472\n" +" to create one." +msgstr "" +"Si aún no dispone de una cuenta Mercury, póngase en contacto al +1 (800) " +"846-4472 para crear una." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:184 +#, python-format +msgid "In Process with server" +msgstr "En proceso con el servidor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:165 +#, python-format +msgid "Initialize Failed" +msgstr "Inicialización fallida " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:172 +#, python-format +msgid "Insufficient Fields" +msgstr "Campos insuficientes" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:183 +#, python-format +msgid "Internal Server Error – Call Provider" +msgstr "Error interno del servidor - Llamar al Proveedor " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:206 +#, python-format +msgid "Invalid Account Number" +msgstr "Número de cuenta no válido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:210 +#, python-format +msgid "Invalid Authorization Amount" +msgstr "Monto de autorización inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:208 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:209 +#, python-format +msgid "Invalid Authorization Code" +msgstr "Código de autorización inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:225 +#, python-format +msgid "Invalid Batch Item Count" +msgstr "Lote de conteo de elementos no válido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:224 +#, python-format +msgid "Invalid Batch Number" +msgstr "Número de lotes inválidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:230 +#, python-format +msgid "Invalid Card Type" +msgstr "Tipo de tarjeta inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:211 +#, python-format +msgid "Invalid Cash Back Amount" +msgstr "Monto inválido de devolución de dinero" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:199 +#, python-format +msgid "Invalid Check Digit" +msgstr "Digito verificador inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:219 +#, python-format +msgid "Invalid Check Type" +msgstr "Tipo de Cheque inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:171 +#, python-format +msgid "Invalid Command Format" +msgstr "Formato de comando inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:218 +#, python-format +msgid "Invalid Date of Birth" +msgstr "Fecha de nacimiento inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:216 +#, python-format +msgid "Invalid Derived Key Data" +msgstr "Clave de datos derivada inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:227 +#, python-format +msgid "Invalid Driver’s License" +msgstr "Licencia de Conductor inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:207 +#, python-format +msgid "Invalid Expiration Date" +msgstr "Fecha de expiración inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:212 +#, python-format +msgid "Invalid Gratuity Amount" +msgstr "Cantidad gratuita inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:226 +#, python-format +msgid "Invalid MICR Input Type" +msgstr "Tipo de Entrada MICR inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:214 +#, python-format +msgid "Invalid Magnetic Stripe Data" +msgstr "Datos de banda magnética no válidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:205 +#, python-format +msgid "Invalid Memo" +msgstr "Memo inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:222 +#, python-format +msgid "Invalid Merchant ID" +msgstr "ID de Comerciante inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:204 +#, python-format +msgid "Invalid Operator ID" +msgstr "ID Operador inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:215 +#, python-format +msgid "Invalid PIN Block Data" +msgstr "Bloquear PIN con datos no válidos " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:229 +#, python-format +msgid "Invalid Pass Data" +msgstr "Datos de acceso inválidos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:213 +#, python-format +msgid "Invalid Purchase Amount" +msgstr "Monto de compra inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:220 +#, python-format +msgid "Invalid Routing Number" +msgstr "Número de ruta inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:228 +#, python-format +msgid "Invalid Sequence Number" +msgstr "Número de secuencia inválida" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:217 +#, python-format +msgid "Invalid State Code" +msgstr "Estado de código inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:223 +#, python-format +msgid "Invalid TStream Type" +msgstr "Tipo TStream Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:221 +#, python-format +msgid "Invalid TranCode" +msgstr "TranCode Inválido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:203 +#, python-format +msgid "Invalid Transaction Type" +msgstr "Tipo de transacción inválida" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "Número de factura desde Pago Mercury" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Diario" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration___last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction___last_update +msgid "Last Modified on" +msgstr "Fecha de modificación" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_uid +msgid "Last Updated by" +msgstr "Ultima Actualización por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_date +msgid "Last Updated on" +msgstr "Actualizado en" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "MagneSafe" +msgstr "MagneSafe" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "Merchant ID" +msgstr "ID Proveedor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:200 +#, python-format +msgid "Merchant ID Missing" +msgstr "Falta de identificación del comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "Merchant Password" +msgstr "Contraseña del Proveedor" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "Configuraciones Mercury " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "Mercury configuration" +msgstr "Configuración Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Mercury invoice number" +msgstr "Número de factura Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Mercury record number" +msgstr "Número de registro Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Mercury reference number" +msgstr "Número de referencia Mercury" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_name +msgid "Name" +msgstr "Nombre" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_name +msgid "Name of this Mercury configuration" +msgstr "Nombre de está configuración Mercury" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:334 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "Sin respuesta desde Mercury (¿Mercury fuera de línea?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:336 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "No hay respuesta del servidor (¿está conectado a la red?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:414 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:562 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo error al procesar la transacción." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:639 +#, python-format +msgid "One credit card swipe already pending." +msgstr "Una transacción de tarjeta de crédito está pendiente." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_common +msgid "OneTime" +msgstr "Una vez" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:460 +#, python-format +msgid "Partially approved" +msgstr "Parcialmente aprobado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:181 +#, python-format +msgid "Password Failed (Client / Server)" +msgstr "Contraseña incorrecta (Cliente / Servidor)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:176 +#, python-format +msgid "Password Failed – Disconnecting" +msgstr "Contraseña fallida - Desconectando" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:174 +#, python-format +msgid "Password Verified" +msgstr "Contraseña verificada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:182 +#, python-format +msgid "Password failed (Challenge / Response)" +msgstr "Contraseña fallida (Impugnar/Respuesta)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Contraseña de comerciante que lo autentique en el servidor de proveedor de " +"pago" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "El número de registro del pago de Mercury Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "El número de referencia del pago de Mercury Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:407 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "Por favor configure su cuenta de comerciante Mercury" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale" +msgstr "Punto de Venta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:175 +#, python-format +msgid "Queue Full" +msgstr "Fila llena" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "RecordNumberRequested" +msgstr "Número de registro solicitado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:179 +#, python-format +msgid "Refused ‘Max Connections’" +msgstr "Denegado 'Máxima Conexiones'" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:540 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Reversión falló, enviando VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:576 +#, python-format +msgid "Reversal succeeded" +msgstr "Su reversión tuvo éxito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:543 +#, python-format +msgid "Sending reversal..." +msgstr "Enviando reversion..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:191 +#, python-format +msgid "Server Login Failed" +msgstr "Fallo al ingresar el usuario en el servidor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:160 +#, python-format +msgid "Socket Connection Failed" +msgstr "Conexión de Socket falló" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:159 +#, python-format +msgid "Socket Creation Failed" +msgstr "Creación de socket fallado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:157 +#, python-format +msgid "Socket Error sending request" +msgstr "Error de Socket al enviar la solicitud" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:158 +#, python-format +msgid "Socket already open or in use" +msgstr "Socket ya abierto o en uso" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Swiped" +msgstr "Dibujar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:177 +#, python-format +msgid "System Going Offline" +msgstr "Sistema esta fuera de línea" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:162 +#, python-format +msgid "TCP/IP Failed to Initialize" +msgstr "TCP/IP falló al inicializarse " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "ACUERDO A LOS TITULARES DE TARJETA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:201 +#, python-format +msgid "TStream Type Missing" +msgstr "Tipo desconocido TStream " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "La marca de la tarjeta de crédito (ejemplo: Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "El número de tarjeta usado para el pago." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "La configuración de Mercury usado por este diario" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Los últimos 4 números de la tarjeta usada para pagar" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "The name of the card owner" +msgstr "El nombre del propietario" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:358 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Esto puede ser causado por no contar con la distribución del teclado " +"configurado para Estados Unidos QWERTY (No US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:187 +#, python-format +msgid "Threaded Auth Started Expect Response" +msgstr "Hilo de autorización esperando respuesta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:163 +#, python-format +msgid "Time Out waiting for server response" +msgstr "Tiempo de espera de respuesta del servidor agotado" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:169 +#, python-format +msgid "Timeout error" +msgstr "Error de tiempo de espera" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:156 +#, python-format +msgid "Timeout on Response" +msgstr "Error de tiempo en respuesta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:152 +#, python-format +msgid "Transaction approved" +msgstr "Transacción aprobada" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:193 +#, python-format +msgid "Unable to Parse Response from Global (Indistinguishable)" +msgstr "No se puede analizar la respuesta desde Global (Indistinguible)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:166 +#, python-format +msgid "Unknown Error" +msgstr "Error desconocido" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:197 +#, python-format +msgid "Unrecognized Request Format" +msgstr "Requerimiento de formato desconocido" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the " +"amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. " +"Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Mediante la integración de Mercury en el punto de venta es fácil: sólo tiene " +"que pulsar el método de pago asociado. Después de que el monto puede ser " +"ajustado (por ejemplo. Para la devolución de dinero) al igual que en " +"cualquier otra línea de pago. Siempre que la línea de pago está configurada, " +"una tarjeta se puede pasar a través del dispositivo lector de tarjetas." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:584 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale exitosa" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "Esperando por trazos" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be " +"connected\n" +" directly to the Point Of Sale device or it " +"can be connected to the POSBox." +msgstr "" +"Actualmente apoyamos el dispositivo lector de tarjetas MagTek Dynamag. Se " +"puede conectar directamente al punto de venta dispositivo o puede ser " +"conectado a la POSBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:195 +#, python-format +msgid "Weak Encryption Request Not Supported" +msgstr "Solicitud de cifrado débil no compatible" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:189 +#, python-format +msgid "XML Parse Error" +msgstr "Error de análisis XML " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "barcode.rule" +msgstr "Reglas de Código de Barras" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "pos_mercury.configuration" +msgstr "pos_mercury.configuration" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "pos_mercury.mercury_transaction" +msgstr "pos_mercury.mercury_transaction" diff --git a/addons/pos_mercury/i18n/es_MX.po b/addons/pos_mercury/i18n/es_MX.po new file mode 100644 index 00000000..6e1a0b48 --- /dev/null +++ b/addons/pos_mercury/i18n/es_MX.po @@ -0,0 +1,499 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Comprar un lector de tarjetas" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"Las <i>configuraciones de Vantiv</i> definen qué cuenta de Vantiv se utilizará cuando\n" +" se procesen transacciones con tarjeta de crédito en el punto de venta. Configurar Vantiv le permitirá\n" +" realizar pagos con varias tarjetas de crédito\n" +" (por ejemplo, Visa, MasterCard, Discovery, American Express, ...). Después de realizar la\n" +" configuración, debe asociarla con uno de los métodos de pago del punto de venta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "SUPERIOR A LA CANTIDAD CORRESPONDIENTE" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CÓDIGO DE APROBACIÓN:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regla de código de barras" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "EL TITULAR DE LA TARJETA LE PAGARÁ AL EMISOR DE LA TARJETA" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Marca de la tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Número de tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Prefijo de número de tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nombre del titular de la tarjeta" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lector de tarjetas" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configure su lector de tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "No se puede leer la tarjeta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Tarjeta de Crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"No se puede procesar reembolsos de tarjetas de crédito. En su lugar, " +"seleccione el método de pago de su tarjeta de crédito, haga clic en " +"'Validar' y reembolse el cargo original manualmente a través del backend de " +"Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Para gestionar pedidos rápidamente: solo debe pasar la tarjeta de crédito\n" +"cuando esté en la pantalla de pago (sin haber presionado nada más) para que se cobre\n" +"la cantidad total del pedido en la tarjeta." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Ir a la pantalla de pago para usar tarjetas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Gestionar transacción..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "ID del vendedor para autenticarlo en el servidor del método de pago" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Si aún no tiene una cuenta Vantiv, comuníquese con Vantiv al +1 (800) 846-4472\n" +" para crear una" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Número de factura de Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID de comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Contraseña del vendedor" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nombre" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Nombre de esta configuración de Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "No hay configuración Vantiv asociada con el método de pago." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" +"No se encontró ninguna sesión de punto de venta abierta para el usuario %s." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "No hay respuesta de Vantiv (¿el servidor de Vantiv está inactivo?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "El servidor no responde (¿está conectado a la red?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Ocurrió un erro dentro de Odoo al momento de procesar a transacción." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Aprobado parcialmente" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Contraseña del comerciante para identificarlo en el servidor del proveedor " +"de pagos" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Pagar con:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Número de registro de pago de Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Número de referencia de pago de Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Configure su cuenta de vendedor de Vantiv." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Pedidos del PdV" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Métodos de pago en el punto de venta " + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Pagos en puntos de venta" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Configuración Vantiv de Punto de Venta" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Transacción Vantiv en Punto de Venta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Los reembolsos no se pueden procesar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Error en la reversión, enviando VoidSale ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Reversión exitosa" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Enviando reversión..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "AL ACUERDO DEL TITULAR DE LA TARJETA" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "El tipo de tarjeta de pago (ej: Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "El número de la tarjeta de crédito usada para el pago" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "La configuración de Vantiv utilizada para este diario" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Los 4 últimos números de la tarjeta usada para pagar" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "El nombre del titular de la tarjeta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Esto pudo ocurrir porque no se pasó bien la tarjeta o por que su teclado no " +"está configurado a QWERTY de EE. UU (no internacional de EE. UU.)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transacción aprobada" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipo" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Usar la integración de Vantiv en el Punto de Venta es fácil: solo presione el\n" +" método de pago asociado. Puede ajustar la cantidad después de eso (por ejemplo, para regresar dinero)\n" +" al igual que en cualquier otra línea de pago. Cada vez que se configura la línea de pago, una tarjeta\n" +" se puede pasar por el dispositivo lector de tarjetas." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Cuentas de Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Configuraciones Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "credenciales Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Número de factura Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Número de registro Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Número de referencia Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale exitoso" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ESPERANDO A QUE PASE LA TARJETA" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Actualmente aceptamos el dispositivo lector de tarjetas MagTek Dynamag. Se puede conectar\n" +" directamente al dispositivo de punto de venta o se puede conectar a la caja de IoT." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/et.po b/addons/pos_mercury/i18n/et.po new file mode 100644 index 00000000..00976e13 --- /dev/null +++ b/addons/pos_mercury/i18n/et.po @@ -0,0 +1,479 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Arma Gedonsky <armagedonsky@hot.ee>, 2020 +# Maidu Targama <m.targama@gmail.com>, 2020 +# Egon Raamat <egon@avalah.ee>, 2020 +# Marek Pontus, 2020 +# Triine Aavik <triine@avalah.ee>, 2020 +# Algo Kärp <algokarp@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Algo Kärp <algokarp@gmail.com>, 2021\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Triipkoodi reegel" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kaardilugeja" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Seadista kaardilugeja" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kaardi lugemine ei õnnestunud" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreeditkaart" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud (kelle poolt)" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nimi" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Osaliselt kinnitatud" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Kassa tellimused" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Kassa maksemeetodid" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Müügikoha maksed" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tüüp" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/eu.po b/addons/pos_mercury/i18n/eu.po new file mode 100644 index 00000000..34c353f5 --- /dev/null +++ b/addons/pos_mercury/i18n/eu.po @@ -0,0 +1,479 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2021 +# ibinka lete <ilete@fpbidasoa.net>, 2021 +# Gorka Toledo <gorka.toledo@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021 +# Victor Laskurain <blaskurain@binovo.es>, 2021 +# Maialen Rodriguez <maialenrodriguez98@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Maialen Rodriguez <maialenrodriguez98@gmail.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Noiz sortua" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditu txartela" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Azkenengoz eguneratu zuena" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Azken eguneraketa noiz" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Izena" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Ordaindu honekin:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Aginduen salmenta puntua" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Mota" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/fa.po b/addons/pos_mercury/i18n/fa.po new file mode 100644 index 00000000..b93ed5da --- /dev/null +++ b/addons/pos_mercury/i18n/fa.po @@ -0,0 +1,476 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>یک خواننده کارت بخرید" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "کد تایید:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "قانون بارکد" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "شماره کارت" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "نام دارنده کارت" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "خواننده کارت" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "خواننده کارت را پیکربندی کنید" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "نمیتواند کارت را بخواند" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "ایجاد توسط" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "کارت اعتباری" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "برای استفاده از کارت به صفحه پرداخت بروید" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "شناسه" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "نام" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "برای کاربر %s نقطه فروش باز پیدا نشد." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "پرداخت با:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "سفارش های پایانه فروش" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "روشهای پرداخت نقطه فروش" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "پرداختهای نقطه فروش" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "نام دارنده کارت" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "نوع" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/fi.po b/addons/pos_mercury/i18n/fi.po new file mode 100644 index 00000000..44a830f2 --- /dev/null +++ b/addons/pos_mercury/i18n/fi.po @@ -0,0 +1,478 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Tommi Rintala <tommi.rintala@gmail.com>, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# Marko Happonen <marko.happonen@sprintit.fi>, 2020 +# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Viivakoodi sääntö" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kortin numero" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Luottokortti" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivitetty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nimi" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Kassapäätteen tilaukset" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tyyppi" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/fr.po b/addons/pos_mercury/i18n/fr.po new file mode 100644 index 00000000..858b016b --- /dev/null +++ b/addons/pos_mercury/i18n/fr.po @@ -0,0 +1,505 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Eloïse Stilmant <est@odoo.com>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# thomas quertinmont <tqu@odoo.com>, 2020 +# lcaodoo <lca@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Acheter un lecteur de carte" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Les configurations Vantiv</i> définissent quel compte Vantiv sera utilisé lors\n" +"de transactions par carte de crédit dans le Point de Vente. Mettre en place une configuration \n" +"Vantiv vous permettra d'accepter des paiements à partir de plusieurs cartes de crédit \n" +"(ex. Visa, MasterCard, Discovery, American Express, ...). Après avoir mis en place\n" +"cette configuration, vous devriez l'associer avec une méthode de paiement dans le Point de Vente." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "Montant ci-dessus suivant" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CODE D'APPROBATION :" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Règle de code-barres" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "LE DETENTEUR DE LA CARTE PAIE L'EMMETEUR" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Marque de la carte" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Numéro de carte" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Préfixe de numéro de carte" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nom du titulaire de la carte" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lecteur de carte" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configurez votre lecteur de carte" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Impossible de lire la carte" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Carte de crédit" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Les remboursements par carte de crédit ne sont pas pris en charge. Au lieu " +"de cela, sélectionnez votre méthode de paiement par carte de crédit, cliquez" +" sur 'Valider' et remboursez le montant initial manuellement via le backend " +"Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Pour une prise en charge rapide de vos commandes : insérer simplement votre carte de crédit quand vous serez sur l'écran de paiement\n" +"(sans appuyer sur aucun bouton) et cela débitera la totalité du montant de la commande\n" +"sur votre carte." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Aller à l'écran de paiement pour utiliser les cartes" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Transaction en cours" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Identifiant du marchand pour l'authentifier auprès du serveur du fournisseur" +" de paiement" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Si vous n'avez pas encore de compte Vantiv, contactez Vantiv au +1 (800) 846-4472\n" +" pour en créer un." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Numéro de facture de Mercury Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Identifiant du marchand" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Mot de passe du marchand " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nom" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Nom de cette configuration Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "Aucune configuration Vantiv associée au mode de paiement." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Pas de session ouverte trouvé pour l'utilisateur %s." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Pas de réponse de Vantiv (Vantiv en panne?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Pas de réponse du serveur (connecté au réseau?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Erreur Odoo pendant le traitement de la transaction." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Partiellement approuvé" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Mot de passe du marchant pour l'autentifier sur le serveur du fournisseur de" +" paiement" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Payez avec :" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Entrée du payment chez Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Référence du paiement chez Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Merci de configurer votre compte marchand Vantiv." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Commandes du point de vente" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Modes de paiement au point de vente" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Paiements au point de vente" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Configuration Vantiv" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Transaction Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Les remboursement ne sont pas supportés" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Echec du remboursement, envoie d'une vente vide..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Remboursement réussi" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Envoie du remboursement..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "A L'ACCORD DU DETENTEUR DE LA CARTE" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "La marque de la carte de paiement (e.g. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Le numéro de la carte de crédit utilisé pour le paiement. " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "La configuration Vantiv utilisée pour ce journal" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Les 4 derniers chiffres de la carte qui a été utilisée pour payer" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Le nom du propriétaire de la carte" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Ceci peut être causé par une mauvais swipe de la carte ou par un clavier non" +" configuré en tant que US QWERTY (non US international)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transaction approuvée" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Type" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Utiliser l'intégration Vantiv dans le point de vente est simple: pressez\n" +"simplement la méthode de paiement correspodante. Ce montant peut ensuite être ajusté (ex: rendu en espèces)\n" +"comme toute autre ligne de paiement. Lorsque la ligne de paiement est définie, une carte\n" +"peut être lue via le terminal de paiement." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Comptes Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Configurations de Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv Credentials" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Numéro de facture Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Numéro d'enregistrement Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Numéro de référence Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale a réussi " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "EN ATTENTE DE LA CARTE" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Nous supportons actuellement le lecteur de cartes MagTek Dynamag. Il peut être connecté\n" +" directement à l'appareil de point de vente ou il peut être connecté à l'IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/gu.po b/addons/pos_mercury/i18n/gu.po new file mode 100644 index 00000000..e51fcad2 --- /dev/null +++ b/addons/pos_mercury/i18n/gu.po @@ -0,0 +1,538 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2018 +# Turkesh Patel <turkesh4friends@gmail.com>, 2018 +# Dharmraj Jhala <dja@openerp.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-10-02 10:04+0000\n" +"Last-Translator: Dharmraj Jhala <dja@openerp.com>, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "બેન્ક વિધાન લીટી" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "બનાવનાર" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "પ્રદર્શન નામ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "ભૂલ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "ઓળખ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "રોજનામું" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "સ્થળ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "નામ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "પ્રકાર" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/he.po b/addons/pos_mercury/i18n/he.po new file mode 100644 index 00000000..b9d116b9 --- /dev/null +++ b/addons/pos_mercury/i18n/he.po @@ -0,0 +1,497 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# ExcaliberX <excaliberx@gmail.com>, 2020 +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# דודי מלכה <Dudimalka6@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>קנה קורא כרטיסים" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>תצורות Vantiv </i> הגדר איזה חשבון Vantiv יהיה בשימוש בעת \n" +" עיבוד עסקאות כרטיסי אשראי בקופה. הגדרת תצורת Vantiv\n" +" תאפשר לך לאפשר תשלומים עם כרטיסי אשראי שונים\n" +" (למשל:. ויזה, מאסטרקארד, דיסקברי, אמריקן אקספרס, ...). לאחר הגדרת\n" +" תצורה זו עליך לשייך אותו לאמצעי תשלום של הקופה." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "סכום גבוה יותר מהמקור" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "קוד אישור:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "כלל ברקוד" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "בעל הכרטיס ישלם למנפיק הכרטיס" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "סוג כרטיס" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "מספר הכרטיס" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "קידומת כרטיס אשראי" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "שם בעל הכרטיס" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "קורא כרטיסים" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "קבע את התצורה של קורא הכרטיסים שלך" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "לא ניתן היה לקרוא את הכרטיס" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "נוצר ע\"י" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "כרטיס אשראי" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"החזרי כרטיס אשראי אינם נתמכים. במקום זאת בחר את אמצעי התשלום בכרטיס האשראי " +"שלך, לחץ על 'אמת' והחזר את החיוב המקורי באופן ידני דרך ה- Vantiv backend." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"לטיפול מהיר בהזמנות: העבר כרטיס אשראי במסך התשלום\n" +" (מבלי שתלחץ על שום דבר אחר) יגבה את מלוא סכום ההזמנה מהכרטיס\n" +" " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "עבור למסך התשלום כדי להשתמש בכרטיסים" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "מטפל בעסקה..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "מזהה" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "מזהה של הסוחר כדי לאמת אותו בשרת ספק התשלומים" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"אם אין לך כבר חשבון Vantiv, צור קשר עם Vantiv בטלפון +1 (800) 846-4472\n" +" כדי ליצור אחד.\n" +" " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "מספר חשבונית מתשלום Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה ע\"י" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "עדכון אחרון ב" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "מזהה סוחר" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "סיסמת סוחר" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "שם" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "שם תצורת Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "אין תצורת Vantiv המשויכת לאמצעי התשלום." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "לא נמצאה משמרת קופה פתוחה עבור המשתמש%s." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "אין תגובה מ Vantiv) Vantiv למטה?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "אין תגובה מהשרת (מחובר לרשת?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "שגיאת Odoo במהלך עיבוד העסקה." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "מאושר חלקית" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "סיסמת הסוחר לאימותו בשרת ספק התשלומים" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "שלם עם:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "מספר רשומת תשלום מ- Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "מספר מזהה תשלום מ- Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "אנא הגדר את חשבון הסוחר Vantiv שלך." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "הזמנות קופה" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "אמצעי תשלום קופה" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "תשלומי קופה" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "קופה תצורת Vantiv" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "קופה עסקת Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "החזרים אינם נתמכים" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "הביטול נכשל, שלח עסקה מבוטלת ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "ביטול הצליח" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "שולח ביטול..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "להסכם מחזיק הכרטיס" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "מותג כרטיס האשראי (למשל ויזה,אמריקן אקספרס, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "מספר הכרטיס המשמש לתשלום " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "תצורת Vantiv המשמשת ליומן זה" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "4 הספרות האחרונות של הכרטיס ששימש לתשלום" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "שמו של בעל הכרטיס" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"זה יכול להיגרם על ידי העברה שבוצעה בצורה לא טובה או על ידי אי הגדרת פריסת " +"המקלדת כ- QWERTY US (לא US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "עסקה אושרה" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "סוג" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"קל להשתמש באינטגרצית Vantiv בקופה: : פשוט לחץ\n" +" על אמצעי התשלום המשויך. לאחר מכן ניתן להתאים את הסכום(למשל עבור קופה)\n" +" בדיוק כמו בכל שורת תשלום אחרת. בכל פעם ששורת התשלום מוגדרת, ניתן\n" +" להעביר כרטיס במכשיר קורא הכרטיסים." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "חשבונות Vantiv " + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "תצורות Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "אישורי Vantiv " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "מספר חשבונית Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "מספר רשומת Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "מספר מזהה Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "עסקה מבוטלת הצליחה" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ממתין להעברת כרטיס" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"אנו תומכים כרגע במכשיר קורא כרטיסים MagTek Dynamag. הוא יכול להיות מחובר\n" +" ישירות לקופה או לקופסת IoT." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/hi.po b/addons/pos_mercury/i18n/hi.po new file mode 100644 index 00000000..fa4831f9 --- /dev/null +++ b/addons/pos_mercury/i18n/hi.po @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/hr.po b/addons/pos_mercury/i18n/hr.po new file mode 100644 index 00000000..a2fdb773 --- /dev/null +++ b/addons/pos_mercury/i18n/hr.po @@ -0,0 +1,478 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2020 +# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020 +# Karolina Tonković <karolina.tonkovic@storm.hr>, 2020 +# Tina Milas, 2020 +# Hrvoje Sić <hrvoje.sic@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Hrvoje Sić <hrvoje.sic@gmail.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "ŠIFRA ODOBRENJA:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Barkod pravilo" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Marka kartice" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Broj kartice" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Naziv vlasnika kartice" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Čitač kartica" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditna kartica" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Naziv" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Nema odgovora od poslužitelja (spojeni na mrežu?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Djelomično odobren" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Nalozi POS-a" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Načini plaćanja na prodajnom mjestu" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Plaćanja na prodajnom mjestu" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Brand platne kartice (npr. Visa, AMEX,...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Broj kartice korištene za plaćanje." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Ime vlasnika kartice" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transakcija odobrena" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Vrsta" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/hu.po b/addons/pos_mercury/i18n/hu.po new file mode 100644 index 00000000..db4576f7 --- /dev/null +++ b/addons/pos_mercury/i18n/hu.po @@ -0,0 +1,485 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2021 +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# gezza <geza.nagy@oregional.hu>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "FENTI MENNYISÉGGEL SZÁMOLVA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "JÓVÁHAGYÁS KÓDJA:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Vonalkód szabály" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KÁRTYATULAJDONOS FIZET A KIBOCSÁTÓNAK" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kártya márkája" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kártya szám" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "A kártyatulajdonos neve" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kártya olvasó" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Hitel kártya" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Megrendelés gyors kezeléséhez: csak húzza le a hitelkártyát, ha a fizetési képernyőn van\n" +" (anélkül, hogy hozzáérne bármi máshoz) ez fogja ráterhelni a megrendelés teljes összegét a\n" +" kártyára." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Menjen a fizetési képernyőre a kártya használatához" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Tranzakciót kezel..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "Azonosító" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID azonosító a termékhez a fizetési szolgáltató szerveren történő " +"hitelesítéséhez" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Frissítette" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Frissítve " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Kereskedelmi azonosító ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Kereskedelmi azonosító Jelszó" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Név" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Szerver nem válaszol (hálózati kapcsolat fennáll?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo hiba a tranzakciós művelet közben." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Részlegesen jóváhagyott" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Jelszó a termékhez a fizetési szolgáltató szerveren történő hitelesítéséhez" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Értékesítési pont rendelések" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Visszatérítés sikertelen, üres-értékesítést küld" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Visszafordítás sikeres" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Visszafordítást küld..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "A KÁRTYATULAJDONOS SZERZŐDÉSÉHEZ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "A hitelkártya márkája (pl. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "A fizetéshez használt kártya szám." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "A fizetéshez használt kártya utolsó 4 száma" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "A kártyatulajdonos neve" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Ez egy rosszul végrehajtott lehúzás vagy nem US QWERTY beállítású " +"billentyűzet okozhatja (nem US nemzetközi)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Tranzakció jóváhagyott" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Típus" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "Üres-értékesítés sikeres" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "LEHÚZÁSRA VÁR" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/id.po b/addons/pos_mercury/i18n/id.po new file mode 100644 index 00000000..a7103eaa --- /dev/null +++ b/addons/pos_mercury/i18n/id.po @@ -0,0 +1,477 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Edi Santoso <repopamor@gmail.com>, 2020 +# Bonny Useful <bonny.useful@gmail.com>, 2020 +# Ryanto The <ry.the77@gmail.com>, 2020 +# whenweresober <gulmugurzu@yevme.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: whenweresober <gulmugurzu@yevme.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Peraturan Barcode" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kartu Kredit" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Terakhir diperbarui oleh" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Terakhir diperbarui pada" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nama" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Order Point of Sale" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Metode Pembayaran Point of Sale POS" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipe" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/is.po b/addons/pos_mercury/i18n/is.po new file mode 100644 index 00000000..942e9aed --- /dev/null +++ b/addons/pos_mercury/i18n/is.po @@ -0,0 +1,539 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2018 +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# Birgir Steinarsson <biggboss83@gmail.com>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-08-24 09:23+0000\n" +"Last-Translator: Birgir Steinarsson <biggboss83@gmail.com>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "Alias" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bank Statement Line" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "Afgreiðslumaður" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "Client" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Búið til af" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Stofnað þann" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "Credit Card" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "Vara á afslætti" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "Villa!" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "Auðkenni" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Færslubók" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "Síðast breytt þann" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Síðast uppfært þann" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "Staðsetning" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "Lot" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nafn" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "Package" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Pantanir kassa" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "Vöruverð" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Gerð" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "Vigtuð vara" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/it.po b/addons/pos_mercury/i18n/it.po new file mode 100644 index 00000000..c6b0de5a --- /dev/null +++ b/addons/pos_mercury/i18n/it.po @@ -0,0 +1,493 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Paolo Valier, 2020 +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Acquista lettore carte" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"Le <i>configurazioni Vantiv</i> definiscono quali account usare per elaborare\n" +" le transazioni con carta di credito nel punto vendita. Una configurazione\n" +" Vantiv consente di abilitare pagamenti con diverse carte di credito\n" +" (es. Visa, MasterCard, Discovery, American Express ecc...). Dopo averla impostata,\n" +" la configurazione va associata al metodo di pagamento di un punto vendita." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CODICE DI APPROVAZIONE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regola codice a barre" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Numero carta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Prefisso numero carta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nome proprietario carta" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Lettore carte" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configura il lettore carte" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Impossibile leggere la carta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Data creazione" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Carta di credito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"I rimborsi da carta di credito non sono supportati. In alternativa, " +"selezionare il metodo di pagamento carta di credito, fare clic su " +"\"Conferma\" ed effettuare il rimborso manualmente attraverso l'interfaccia " +"Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Gestione della transazione..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID del commerciante che permette l'autenticazione sul server del fornitore " +"di pagamento" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Se non avete ancora un account Vantiv, contattateci al n. +1 (800) 846-4472\n" +" per crearne uno." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Numero di fattura dal pagamento Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID commerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Password commerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nome" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Nome della configurazione Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "Nessuna configurazione Vantiv associata al metodo di pagamento." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Nessuna sessione aperta dell'utente %s trovata per il punto vendita." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Nessuna risposta da Vantiv (dispositivo fuori uso?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Nessuna risposta dal server (è connesso alla rete?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Errore Odoo durante l'elaborazione della transazione." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Parzialmente approvato" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Password del commerciante che permette l'autenticazione sul server del " +"fornitore di pagamento" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Paga con:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Numero di riferimento del pagamento Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Impostare l'account commerciante Vantiv." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Ordini punto vendita" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Metodi di pagamento punto vendita" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Pagamenti punto vendita" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Configurazione Vantiv del punto vendita" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Transazione Vantiv nel punto vendita" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Rimborsi non supportati" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Storno non riuscito, invio di VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Storno riuscito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Invio storno..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "La marca della carta di pagamento (es. Visa, AMEX...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Numero della carta usata per il pagamento." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "Configurazione Vantiv utilizzata per il registro" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Ultimi 4 numeri della carta usata per pagare" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Nome proprietario della carta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Può essere causato da una lettura eseguita non correttamente oppure da una " +"tastiera non impostata su QWERTY/US (non americano internazionale)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transazione approvata" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipologia" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Account Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Configurazioni Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Credenziali Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Numero fattura Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Numero di riferimento Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "IN ATTESA DELLA LETTURA" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Per la lettura delle carte è attualmente supportato il dispositivo MagTek Dynamag. Può\n" +" essere collegato al punto vendita direttamente o attraverso il box IoT." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/ja.po b/addons/pos_mercury/i18n/ja.po new file mode 100644 index 00000000..4810d022 --- /dev/null +++ b/addons/pos_mercury/i18n/ja.po @@ -0,0 +1,475 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Takahiro MURAKAMI <murakami@date-yakkyoku.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Takahiro MURAKAMI <murakami@date-yakkyoku.com>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "バーコード規則" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "カードブランド" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "カード番号" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "カード所有者名" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "カードリーダー" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "作成日" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "クレジットカード" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "マーチャントID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "マーチャントパスワード" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "名称" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POSオーダ" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "クレジットカードのブランド (Visa、AMEX等)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "カード所有者の名前" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "タイプ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/ka.po b/addons/pos_mercury/i18n/ka.po new file mode 100644 index 00000000..b880b18d --- /dev/null +++ b/addons/pos_mercury/i18n/ka.po @@ -0,0 +1,477 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Saba Khmaladze <skhmaladze@uglt.org>, 2021 +# Martin Trigaux, 2021 +# Giorgi Melitauri <gmelitauri@live.com>, 2021 +# Gvantsa Gvinianidze <gvantsa@live.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Gvantsa Gvinianidze <gvantsa@live.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლდა" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "სახელი" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POS-ის შეკვეთები" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "ტიპი" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/km.po b/addons/pos_mercury/i18n/km.po new file mode 100644 index 00000000..dd53e2c0 --- /dev/null +++ b/addons/pos_mercury/i18n/km.po @@ -0,0 +1,538 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2018 +# Chan Nath <channath@gmail.com>, 2018 +# AN Souphorn <ansouphorn@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-10-02 10:04+0000\n" +"Last-Translator: AN Souphorn <ansouphorn@gmail.com>, 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "បង្កើតដោយ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "បង្កើតនៅ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "កំហុស" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "ឈ្មោះ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "ប្រភេទ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/ko.po b/addons/pos_mercury/i18n/ko.po new file mode 100644 index 00000000..7e11a924 --- /dev/null +++ b/addons/pos_mercury/i18n/ko.po @@ -0,0 +1,495 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# Linkup <link-up@naver.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Linkup <link-up@naver.com>, 2021\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>카드 판독기 구매하기" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Vantiv 환경 설정</i>은 POS에서 신용 카드 트랜잭션을 처리할 때 사용할 \n" +" Vantiv 계정을 정의합니다. Vantiv 구성을 설정하면 다양한 신용 카드로 \n" +" 결제를 허용할 수 있습니다(예 : Visa, MasterCard, Discovery, \n" +" American Express 등). 이 구성을 설정한 후에는 \n" +" POS 결제 방법과 연결해야 합니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "기준 양 이상" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "승인 코드 :" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "바코드 규칙" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "카드홀더가 카드 발급자에게 지불할 것입니다." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "카드 상표" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "카드 번호" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "카드 번호 접두사" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "카드 소유자 이름" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "카드 판독기" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "카드 판독기 구성" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "카드를 읽을 수 없습니다" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "작성일" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "신용카드" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"신용 카드 환불은 지원되지 않습니다. 대신 신용 카드 결제 방법을 선택하고 '승인'을 클릭한 후 Vantiv 백엔드를 통해 원래 청구 " +"금액을 수동으로 환불하십시오." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"빠른 주문 처리 : 결제 화면에서 (다른 것을 누르지 않고) \n" +" 신용 카드를 스윕하면 주문의 전체 금액이 \n" +" 카드에 청구됩니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "카드를 사용하려면 결제 화면으로 이동" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "거래 처리 중 ..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "지불 제공자 서버에서 그를 인증하기 위한 판매자의 ID" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Vantiv 계정이 아직 없는 경우 +1(800) 846-4472로 Vantiv에 문의하여 \n" +" 계정을 만듭니다." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Vantiv Pay의 청구서 번호" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "판매자 ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "판매자 비밀번호" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "이름" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "이 Vantiv 환경 설정의 이름" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "결제 방법과 관련된 Vantiv 환경 설정이 없습니다." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "사용자 %s에 대한 열린 POS를 찾을 수 없습니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Vantiv로부터 응답이 없습니다 (Vantiv down?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "서버에서 응답이 없습니다 (네트워크에 연결되어 있습니까?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "트랜잭션을 처리하는 동안 Odoo 오류가 발생했습니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "부분 승인" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "지불 제공자 서버에서 그를 인증하기위한 판매자의 비밀번호" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "결제 방법 :" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Vantiv Pay의 결제 레코드 번호" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Vantiv Pay의 결제 참조 번호" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Vantiv 판매자 계정을 설정하십시오." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "점포판매시스템 주문" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "POS 결제 수단" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "점포판매시스템 결제" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "POS Vantiv 환경 설정" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "POS Vantiv 거래" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "환불은 지원 않됨" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "취소에 실패하여 VoidSale을 보냈습니다 ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "반전 성공" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "반전 전송 중 ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "TO CARDHOLDER AGREEMENT" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "결제 카드 상표 (예 : Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "결제에 사용된 카드 번호입니다." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "이 분개장에 사용된 Vantiv 환경 설정" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "결제에 사용한 카드의 마지막 4자리 번호" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "카드 소유자의 이름" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"스와이프가 잘못 실행되었거나 키보드 레이아웃이 US QWERTY(US International이 아님)로 설정되어 있지 않아 발생할 수 " +"있습니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "거래 승인" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "유형" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"POS에서 Vantiv 통합을 사용하면 다음과 같은 작업을 쉽게 수행할 수 있습니다.\n" +" 관련 결제 방법만 누르시면 됩니다. 그 후에는 다른 결제 내역과 마찬가지로 \n" +" 금액을 조정할 수 있습니다(예: 캐시백). 결제 내역을 설정할 때마다 \n" +" 카드 판독기 장치를 통해 카드를 교환할 수 있습니다." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv 계정" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Vantiv 환경 설정" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv 자격 인증" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Vantiv 청구서 번호" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Vantiv 레코드 번호" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Vantiv 참조 번호" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "보이드 세일 성공" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "스와이프 대기" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"우리는 현재 MagTek Dynamag 카드 리더 장치를 지원합니다. \n" +" POS 장치에 직접 연결하거나 IoTBox에 연결할 수 있습니다." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/lb.po b/addons/pos_mercury/i18n/lb.po new file mode 100644 index 00000000..ccd40d09 --- /dev/null +++ b/addons/pos_mercury/i18n/lb.po @@ -0,0 +1,488 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-13 11:26+0000\n" +"PO-Revision-Date: 2019-08-26 09:13+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury_2 +msgid "Barcode Scanner/Card Reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Error" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/lt.po b/addons/pos_mercury/i18n/lt.po new file mode 100644 index 00000000..2c5a230b --- /dev/null +++ b/addons/pos_mercury/i18n/lt.po @@ -0,0 +1,486 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Silvija Butko <silvija.butko@gmail.com>, 2021 +# digitouch UAB <digitouchagencyeur@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Pirkti kortelių skaitytuvą" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "VIRŠ SUMOS" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "PATVIRTINIMO KODAS:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Brūkšninio kodo taisyklė" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KORTELĖS TURĖTOJAS SUMOKĖS KORTELĖS IŠDAVĖJUI" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kortelės rūšis" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kortelės numeris" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Kortelės numerio priešdėlis" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Kortelės savininko numeris" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kortelės skaitytuvas" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Sukonfigūruokite savo kortelių skaitytuvą" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Nepavyko nuskaityti kortelės" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditinė kortelė" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Kredito kortelės grąžinimai nepalaikomi. Vietoje to, pasirinkite savo " +"kortelės mokėjimo būdą, paspauskite \"Patvirtinti\" ir grąžinkite sumą " +"rankiniu būdu per Vantiv programinį kodą." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Greitam užsakymų tvarkymui: kortelės perbraukimas mokėjimo lange\n" +"(nespaudžiant nieko kito) nuskaitys pilną užsakymo sumą nuo kortelės." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Norėdami naudoti korteles, eikite į mokėjimo langą" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Tvarkoma operacija..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "Pardavėjo ID jo identifikavimui tiekėjo serveryje" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Pardavėjo ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Pardavėjo slaptažodis" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Vardas" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Vartotojui %s nerasta atidarytų pardavimo taško sesijų." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Jokio atsakymo iš serverio (prisijungta prie tinklo?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Apdorojant operaciją įvyko \"Odoo\" klaida." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Dalinai patvirtintas" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "Pardavėjo slaptažodis jo patvirtinimui mokėjimo tiekėjo serveryje" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "PT užsakymai" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Grąžinimai nepalaikomi" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Grąžinimas nepavyko, siunčiamas pardavimo anuliavimas..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Grąžinimas pavyko" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Siunčiamas grąžinimas..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "SU KORTELĖS SAVININKO SUTIKIMU" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Mokėjimo kortelės rūšies pavadinimas (pvz., Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Kortelės numeris, naudojamas mokėjimui." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Paskutiniai 4 mokėjimui naudotos kortelės skaitmenys" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Kortelės savininko vardas" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Tai galėjo sukelti netinkamas perbraukimas arba klaviatūros išdėstymas, nustatytas ne į US\n" +"QWERTY (neturi būti US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Operacija patvirtinta" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipas" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv sąskaitos" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "Pardavimo anuliavimas pavyko" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "LAUKIA PERBRAUKIMO" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Šiuo metu mes palaikome MagTek Dynamag kortelių skaitymo įrenginį. Jis gali būti\n" +"prijungiamas tiesiogiai prie pardavimo taško paslaugos arba prie IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/lv.po b/addons/pos_mercury/i18n/lv.po new file mode 100644 index 00000000..58462c30 --- /dev/null +++ b/addons/pos_mercury/i18n/lv.po @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/mk.po b/addons/pos_mercury/i18n/mk.po new file mode 100644 index 00000000..cf047645 --- /dev/null +++ b/addons/pos_mercury/i18n/mk.po @@ -0,0 +1,973 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Aleksandar Vangelovski <aleksandarv@hbee.eu>, 2016 +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:06+0000\n" +"PO-Revision-Date: 2016-07-08 16:00+0000\n" +"Last-Translator: Aleksandar Vangelovski <aleksandarv@hbee.eu>\n" +"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/" +"mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +"#-#-#-#-# mk.po (Odoo 9.0) #-#-#-#-#\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:186 +#, python-format +msgid "128 bit CryptoAPI failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the " +"Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow " +"payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American " +"Express, ...). After setting up this\n" +" configuration you should associate it with a " +"Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:190 +#, python-format +msgid "All Connections Failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_return +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Allow" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Ставка од Банкарски извод" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_number +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "Card Number" +msgstr "Број на картичка" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Име на сопственикот на картичката" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Читач на картички" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:196 +#, python-format +msgid "Clear Text Request Not Supported" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Click to configure your card reader." +msgstr "Кликнете за да го конфигурирате вашиот читач на картички." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:164 +#, python-format +msgid "Connect Canceled" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:161 +#, python-format +msgid "Connection Lost" +msgstr "Изгубена конекција" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:185 +#, python-format +msgid "Control failed to find branded serial (password lookup failed)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:202 +#, python-format +msgid "Could Not Encrypt Response- Call Provider" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury.py:17 +#, python-format +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:178 +#, python-format +msgid "Disconnecting Socket" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:180 +#, python-format +msgid "Duplicate Serial Number Detected" +msgstr "Дупликат сериски број е детектиран" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Electronic Payment" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:173 +#, python-format +msgid "Empty Command String" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:198 +#, python-format +msgid "Error Occurred While Decrypting Request" +msgstr "Проблем се создал при декрипција на барањето" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:188 +#, python-format +msgid "Failed to start Event Thread." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment " +"screen\n" +" (without having pressed anything else) will " +"charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:170 +#, python-format +msgid "General Failure" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:155 +#, python-format +msgid "Global API Not Initialized" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:192 +#, python-format +msgid "Global Response Length Error (Too Short)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:194 +#, python-format +msgid "Global String Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:262 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Отидете на плаќачки екран за да користете картички" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:393 +#, python-format +msgid "Handling transaction..." +msgstr "Управувајќи ја трансакцијата..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) " +"846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:184 +#, python-format +msgid "In Process with server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:165 +#, python-format +msgid "Initialize Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:172 +#, python-format +msgid "Insufficient Fields" +msgstr "Недоволно полиња" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:183 +#, python-format +msgid "Internal Server Error – Call Provider" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:206 +#, python-format +msgid "Invalid Account Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:210 +#, python-format +msgid "Invalid Authorization Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:208 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:209 +#, python-format +msgid "Invalid Authorization Code" +msgstr "Неважечки код за авторизација" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:225 +#, python-format +msgid "Invalid Batch Item Count" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:224 +#, python-format +msgid "Invalid Batch Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:230 +#, python-format +msgid "Invalid Card Type" +msgstr "Не важечки тип на картичка" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:211 +#, python-format +msgid "Invalid Cash Back Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:199 +#, python-format +msgid "Invalid Check Digit" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:219 +#, python-format +msgid "Invalid Check Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:171 +#, python-format +msgid "Invalid Command Format" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:218 +#, python-format +msgid "Invalid Date of Birth" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:216 +#, python-format +msgid "Invalid Derived Key Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:227 +#, python-format +msgid "Invalid Driver’s License" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:207 +#, python-format +msgid "Invalid Expiration Date" +msgstr "Невалиден датум на истекување" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:212 +#, python-format +msgid "Invalid Gratuity Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:226 +#, python-format +msgid "Invalid MICR Input Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:214 +#, python-format +msgid "Invalid Magnetic Stripe Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:205 +#, python-format +msgid "Invalid Memo" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:222 +#, python-format +msgid "Invalid Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:204 +#, python-format +msgid "Invalid Operator ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:215 +#, python-format +msgid "Invalid PIN Block Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:229 +#, python-format +msgid "Invalid Pass Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:213 +#, python-format +msgid "Invalid Purchase Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:220 +#, python-format +msgid "Invalid Routing Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:228 +#, python-format +msgid "Invalid Sequence Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:217 +#, python-format +msgid "Invalid State Code" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:223 +#, python-format +msgid "Invalid TStream Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:221 +#, python-format +msgid "Invalid TranCode" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:203 +#, python-format +msgid "Invalid Transaction Type" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Дневник" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration___last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "MagneSafe" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:200 +#, python-format +msgid "Merchant ID Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_name +msgid "Name" +msgstr "Име" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:334 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:336 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:414 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:562 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:639 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_common +msgid "OneTime" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:460 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:181 +#, python-format +msgid "Password Failed (Client / Server)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:176 +#, python-format +msgid "Password Failed – Disconnecting" +msgstr "Пасвордот е неуспешен - Дисконекција" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:174 +#, python-format +msgid "Password Verified" +msgstr "Лозинка верифицирана" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:182 +#, python-format +msgid "Password failed (Challenge / Response)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:407 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale" +msgstr "Точка на продажба" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:175 +#, python-format +msgid "Queue Full" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "RecordNumberRequested" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:179 +#, python-format +msgid "Refused ‘Max Connections’" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:540 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:576 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:543 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:191 +#, python-format +msgid "Server Login Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:160 +#, python-format +msgid "Socket Connection Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:159 +#, python-format +msgid "Socket Creation Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:157 +#, python-format +msgid "Socket Error sending request" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:158 +#, python-format +msgid "Socket already open or in use" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Swiped" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:177 +#, python-format +msgid "System Going Offline" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:162 +#, python-format +msgid "TCP/IP Failed to Initialize" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:201 +#, python-format +msgid "TStream Type Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Бројот на картичката користен за наплатата." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Името на сопственикот на картичката" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:358 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:187 +#, python-format +msgid "Threaded Auth Started Expect Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:163 +#, python-format +msgid "Time Out waiting for server response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:169 +#, python-format +msgid "Timeout error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:156 +#, python-format +msgid "Timeout on Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:152 +#, python-format +msgid "Transaction approved" +msgstr "Одобрена трансакција" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:193 +#, python-format +msgid "Unable to Parse Response from Global (Indistinguishable)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:166 +#, python-format +msgid "Unknown Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:197 +#, python-format +msgid "Unrecognized Request Format" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the " +"amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. " +"Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:584 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be " +"connected\n" +" directly to the Point Of Sale device or it " +"can be connected to the POSBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:195 +#, python-format +msgid "Weak Encryption Request Not Supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:189 +#, python-format +msgid "XML Parse Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "barcode.rule" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "pos_mercury.configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "pos_mercury.mercury_transaction" +msgstr "" diff --git a/addons/pos_mercury/i18n/mn.po b/addons/pos_mercury/i18n/mn.po new file mode 100644 index 00000000..1f8fd1dd --- /dev/null +++ b/addons/pos_mercury/i18n/mn.po @@ -0,0 +1,490 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Baasansuren Sharavsuren <baasansuren@bumanit.mn>, 2020 +# tserendavaa tsogtoo <tseegii011929@gmail.com>, 2020 +# Sanjaajamts Badamjunai <b.sanjaajamtsfc@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Sanjaajamts Badamjunai <b.sanjaajamtsfc@gmail.com>, 2021\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Карт уншигч худалдаж авна уу." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "ДЭЭРХ ДҮН ДАГУУ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "БАТЛАХ КОД:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Зураасан кодын дүрэм" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "КАРТ ЭЗЭМШИГЧ КАРТ ОЛГОГЧИД ТӨЛНӨ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Картны Брэнд" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Картны Дугаар" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Картын дугаарын угтвар" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Карт Эзэмшигчийн Нэр" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Карт Уншигч" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Карт уншигч тохируулах" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Картыг уншиж чадсангүй" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Үүсгэсэн этгээд" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Зээлийн карт" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Кредит картын буцаан олголтыг дэмжихгүй байна.\n" +"Харин өөрийн зээлийн картын төлбөрийн аргыг сонгоод, \"Баталгаажуулах\" товч дээр дараад Vantiv програмаас төлбөрийг гараар хийж буцаан олгоно." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Захиалгуудыг хурдан боловсруулахад: төлбөрийн дэлгэц дээр байхад \n" +"(өөр юун дээр ч дарахгүй) кредит карт уншуулсанаар захиалгын бүрэн дүнг \n" +"картаас хураана." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Карт ашиглахын тулд төлбөрийн дэлгэц рүү очно уу" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Гүйлгээ хийж байна..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Түүнийг төлбөрийн үйлчилгээ үзүүлэгч сервер дээр баталгаажуулах худалдагчийн" +" ID" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Сүүлд зассан этгээд" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Сүүлд зассан огноо" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Худалдагчийн ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Худалдагчийн нууц үг" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Нэр" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Серверээс хариу алга (сүлжээнд холбогдсон уу?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Гүйлгээг боловсруулах үед Odoo алдаа гарлаа." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Хэсэгчлэн батлагдсан" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Түүнийг төлбөрийн үйлчилгээ үзүүлэгч сервер дээр баталгаажуулах худалдагчийн" +" нууц үг" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Төлбөр хийх: " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "ПОС захиалга" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Төлбөрийн аргууд" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Борлуулалты цэгийн төлбөрүүд" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Буцаалтыг дэмжихгүй байна" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Буцаалт амжилтгүй болсон, Хоосон Борлуулалтыг илгээж байна..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Буцаалт амжилттай" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Буцаалтыг илгээж байна..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "КАРТ ЭЗЭМШИГЧИЙН ГЭРЭЭ РҮҮ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Төлбөрийн картын брэнд (ж.нь. Виза, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Төлбөрт ашиглах картын дугаар" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Төлбөр хийсэн картын сүүлийн 4 дугаар" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Карт эзэмшигчийн нэр" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Энэ нь муу уншуулалт эсвэл гарын байрлалыг US QWERTY - р (US International " +"биш) тохируулаагүйгээс болсон байх магадлалтай." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Гүйлгээг батласан" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Төрөл" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv дансууд" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "Хоосон Борлуулалт амжилттай" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "УНШУУЛАХЫГ ХҮЛЭЭЖ БАЙНА" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Бид одоогоор MagTek Dynamag карт уншигч төхөөрөмжийг дэмжиж ажиллаж байна. " +"Борлуулалтын цэгтэй шууд холбож болно эсвэл IoT Box-той холбож болно." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/nb.po b/addons/pos_mercury/i18n/nb.po new file mode 100644 index 00000000..71add2a0 --- /dev/null +++ b/addons/pos_mercury/i18n/nb.po @@ -0,0 +1,474 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2021\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Kjøp en kortleser" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "GODKJENNINGSKODE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Strekkoderegel" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KORTHOLDER VIL BETALE KORTUTSTEDER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kortmerke" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kortnummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Kortholders navn" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kortleser" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kunne ikke lese kort" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kredittkort" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Gå til betalingsskjermen for å bruke kort" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Håndterer transaksjon..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Merchant ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Navn" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo-feil under behandling av transaksjon." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Delvis godkjent" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Kasseordrer" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Betalingsmetoder for Kasseløsning" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Kassabetalinger" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Typen betalingskort (for eksempel Visa, American Express ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "De siste 4 sifrene i kortet brukt til å betale" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Kortholders navn" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transaksjon godkjent" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Type" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv-konti" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/nl.po b/addons/pos_mercury/i18n/nl.po new file mode 100644 index 00000000..b40f75e3 --- /dev/null +++ b/addons/pos_mercury/i18n/nl.po @@ -0,0 +1,501 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Antoine Gilard <ang@odoo.com>, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Koop een kaartlezer" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"In de <i>Vantiv-configuraties</i> wordt gedefinieerd welke Vantiv-rekening wordt gebruikt bij\n" +" de verwerking van creditcardtransacties in het Point Of Sale. Het opzetten van een Vantiv\n" +" configuratie maakt het mogelijk om betalingen toe te staan met verschillende creditcards cards\n" +" (bijv. Visa, MasterCard, Discovery, American Express, ...). Na het opzetten van deze\n" +"configuratie moet u deze koppelen aan een Point Of Sale betaalmethode." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "BOVEN OVEREENKOMSTIG BEDRAG" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "GOEDKEURINGSCODE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Barcode regel" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "KAARTEIGENAAR BETAALD KAARTUITGEVER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kaartmerk" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kaartnummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Kaartnummer prefix" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Naam kaarteigenaar" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kaartlezer" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configureer uw kaartlezer" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kan kaart niet lezen" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Creditcard" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Terugbetalingen van creditcards worden niet ondersteund. Selecteer in plaats" +" daarvan uw creditcard betalingsmethode, klik op 'Bevestigen' en restitueer " +"het oorspronkelijke bedrag handmatig via de Vantiv-backend." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Om snel orders af te handelen: swipe gewoon een creditcard wanneer u op het betaalscherm zit\n" +"(zonder iets anders te hebben ingedrukt) dit rekent het volledige bedrag van de order af\n" +"van de kaart." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Ga naar het betaalscherm om kaarten te gebruiken" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Transactie verwerken..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID van de handelaar om hem te authenticeren op de betalingsprovider server" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Indien u nog geen Vantiv account heeft kan u Vantiv contacteren op +1(800) 846-4472\n" +"om een account aan te maken." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Factuurnummer van Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Merchant ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Handelaar wachtwoord" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Naam" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Naam van deze Vantiv configuratie" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "Geen Vantiv configuratie geassocieerd met de betaalmethode." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Geen geopende kassa voor de gebruiker %s gevonden." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Geen reactie van Vantiv (Vantiv offline?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Geen reacties van server (geconnecteerd met netwerk?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo error tijdens transactie verwerking." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Deels goedgekeurd" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Wachtwoord van de handelaar om zichzelf mee te authenticeren op het " +"betaalprovider platform" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Betaal met:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Betaling record nummer van Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Betalingsreferentie nummer van Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Stel uw Vantiv handelaar account in." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Kassaorders" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Kassa betaalmethodes" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Kassabetalingen" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Kassa Vantiv configuratie" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Kassa Vantiv transactie" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Terugbetalingen niet ondersteund" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Omkering mislukt, VoidSale verzenden..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Omkering gelukt" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Omkering verzenden..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "OVEREENKOMST KAARTHOUDER" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Het merk van de betaalkaart (bv. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "De kaartnummer gebruikt voor de betaling." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "De configuratie van Vantiv gebruikt voor dit dagboek" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "De laatste 4 cijfers van de kaart gebruikt voor de betaling" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "De naam van de kaarteigenaar" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Dit kan veroorzaakt zijn door een slechte swipe of door uw keyboard layout " +"die niet op US QWERTY staat (niet VS internationaal)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transactie goedgekeurd" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Soort" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Het gebruik van de Vantiv-integratie in het Point Of Sale is eenvoudig: u " +"hoeft alleen maar te klikken op de bijhorende betaalmethode . Daarna kan het" +" bedrag worden aangepast (bijv. voor cashback) net als op elke andere " +"betaalregel. Wanneer de betaalregel is ingesteld, kan een kaart door de " +"kaartlezer worden geveegd." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv accounts" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Vantiv configuraties" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv inloggegevens" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Vantiv factuurnummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Vantiv record nummer" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Vantiv referentienummer" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale succesvol voltooid" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "WACHTEND OP SWIPEN" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Wij ondersteunen momenteel de MagTek Dynamag kaartlezer. Het kan direct geconnecteerd\n" +"worden met de kassa of het kan verbonden worden met de IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/pl.po b/addons/pos_mercury/i18n/pl.po new file mode 100644 index 00000000..38aaa429 --- /dev/null +++ b/addons/pos_mercury/i18n/pl.po @@ -0,0 +1,480 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Dariusz Żbikowski <darek@krokus.com.pl>, 2020 +# Judyta Kaźmierczak <judyta.kazmierczak@openglobe.pl>, 2020 +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# Slawomir Adamus <melthalion@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Andrzej Donczew <a.donczew@hadron.eu.com>, 2020 +# Paweł Wodyński <pw@myodoo.pl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Paweł Wodyński <pw@myodoo.pl>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "KWOTA POWYŻEJ PODSTAWOWEJ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "KOD ZATWIERDZONY:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Reguła kodu kreskowego" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "CARDHOLDER WILL PAY CARD ISSUER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "karta marki" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Numer karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nazwa posiadacza karty" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Czytnik kart" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Utworzona przez" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Karta kredytowa" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Data ostatniej aktualizacji" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Merchant ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nazwa" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Zamówienia Punktu Sprzedaży" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Typ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "WAITING FOR SWIPE" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/pos_mercury.pot b/addons/pos_mercury/i18n/pos_mercury.pot new file mode 100644 index 00000000..11325d70 --- /dev/null +++ b/addons/pos_mercury/i18n/pos_mercury.pot @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-01 07:28+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/pt.po b/addons/pos_mercury/i18n/pt.po new file mode 100644 index 00000000..1f1beb08 --- /dev/null +++ b/addons/pos_mercury/i18n/pt.po @@ -0,0 +1,479 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# c48d9e6f0d53f7afa4484fd46f953e4a_b05c777 <b89b26df936935dfaaba9a285ffbf73d_440731>, 2020 +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Nuno Silva <nuno.silva@arxi.pt>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "ACIMA DO MONTANTE CONFORME" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "Código de aprovação:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regra de Código de Barras" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Marca do Cartão" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Número do Cartão" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nome do Proprietário do Cartão" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Leitor de Cartão" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Cartão de Crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Vá para o ecrã de pagamentos para utilizar os cartões" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "A efetuar a transação..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"Identificação do comerciante para o autenticar no pagamento do servidor do " +"provedor" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Última Atualização por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Última Atualização em" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Id. do Comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Palavra-passe do Comerciante" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nome" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Parcialmente aprovado" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Ordens do Ponto de Venda" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transação aprovada" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipo" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "A AGUARDAR PASSAGEM DO CARTÃO" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/pt_BR.po b/addons/pos_mercury/i18n/pt_BR.po new file mode 100644 index 00000000..b6ef0a9f --- /dev/null +++ b/addons/pos_mercury/i18n/pt_BR.po @@ -0,0 +1,486 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Rafael H L Moretti <rafael.moretti@gmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# falexandresilva <falexandresilva@gmail.com>, 2020 +# grazziano <gra.negocia@gmail.com>, 2020 +# Ademílson F. Tonato <apraqueisso@gmail.com>, 2020 +# Munique Shih <muniqueshih@hotmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Éder Brito <britoederr@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "CÓDIGO DE APROVAÇÃO:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regra de Código de Barras" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Número do cartão" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Cartão de Crédito" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nome" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Pedidos do ponto de venda" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Métodos de pagamento do ponto de venda" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Pagamentos de Ponto de Venda" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "A bandeira do cartão de pagamento (e.g. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Numero do cartão utilizado para o pagamento." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Os 4 últimos dígitos do cartão utilizado na transação. " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tipo" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/ro.po b/addons/pos_mercury/i18n/ro.po new file mode 100644 index 00000000..ac5b4b5e --- /dev/null +++ b/addons/pos_mercury/i18n/ro.po @@ -0,0 +1,476 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Dorin Hongu <dhongu@gmail.com>, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "COD DE APROBARE:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Regulă cod de bare" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Tip Card" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Număr card" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Nume propietar card" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Nu am putut citi cardul" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Creat în" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Carte de credit" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Accesați ecranul de plată pentru a utiliza carduri" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Negociere tranzacție..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare pe" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Nume" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Parțial confirmat" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Comenzile Punctului de vânzare" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Metode plată Punct de Vânzare" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Plăți Punct de Vânzare" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Restituirea nu este suportată" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Tipul cardului de plată (ex. Visa, Master Card, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tip" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/ru.po b/addons/pos_mercury/i18n/ru.po new file mode 100644 index 00000000..4d6b5412 --- /dev/null +++ b/addons/pos_mercury/i18n/ru.po @@ -0,0 +1,489 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev <yelizariev@it-projects.info>, 2020 +# Vasiliy Korobatov <korobatov@gmail.com>, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Купить кард-ридер</i>" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "ВЫШЕ СООТВЕТСТВЕННОЙ СУММЫ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "КОД ПОДТВЕРЖДЕНИЯ:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Правило штрихкода" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "КАРТОДЕРЖАТЕЛЬ БУДЕТ ОПЛАЧИВАТЬ КАРТУ ЭМИТЕНТА" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Бренд карты" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Номер карты" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Префикс номера карты" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Имя владельца карты" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Card Reader" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Настройте ваш кард-ридер" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Не удалось прочитать карту" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Создал" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Создан" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Кредитная карта" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Возмещение кредитной карты не поддерживается. Вместо этого выберите способ " +"оплаты кредитной карты, нажмите `Подтвердить` и верните оригинальную оплату " +"вручную с помощью бэкенд Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Для быстрой обработки заказов: просто прокручивание кредитной карты на экране оплаты\n" +" (не нажав ничего другого) будет взимать всю сумму заказа по\n" +" карте." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Перейти к экрану оплаты для использования карт" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Обработка транзакции ..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "Идентификатор" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "ID продавца для проверки подлинности на сервере поставщика платежей" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновил" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID продавца" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Пароль продавца" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Название" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Не найдено открытой сессии точки продаж %s для пользователя." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Нет ответа от сервера (подключен к сети?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo ошибка при обработке транзакции." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Частично утвержден" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Пароль продавца, прошедший аутентификацию на сервере поставщика платежей" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Оплачивайте с:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Заказы точки продажи" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Возмещения не поддерживается" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Сторнирование не удалось, отправка VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Конверсия удалась" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Отправка разворота..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "СОГЛАШЕНИЮ С КАРТОЧКОЙ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Бренд платежной карты (например, Visa, AMEX...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Номер карты, используемый для оплаты." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Последние 4 номера карты, использованные для оплаты" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Имя владельца карты" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Это может быть вызвано плохо выполненным смахиванием или отсутствием " +"раскладки клавиатуры в США QWERTY (не США международный)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Транзакция одобрена" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Тип" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "счета Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale успешно завершена" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ЖДАТЬ СТОИМОСТИ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Сейчас мы поддерживаем устройство для чтения карт MagTek Dynamag. Это может " +"быть связано непосредственно к устройству точки продажи или его можно " +"подключить к IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/si.po b/addons/pos_mercury/i18n/si.po new file mode 100644 index 00000000..f015ebab --- /dev/null +++ b/addons/pos_mercury/i18n/si.po @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/sk.po b/addons/pos_mercury/i18n/sk.po new file mode 100644 index 00000000..fc125efa --- /dev/null +++ b/addons/pos_mercury/i18n/sk.po @@ -0,0 +1,484 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2021\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "NAD SLEDOVANÝM MNOŽSTVOM" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "KÓD SCHVÁLENIA:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Pravidlo čiarového kódu" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "DRŽITEĽ KARTY ZAPLTÍ VYDAVATEĽOVI KARTY" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Značka karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Číslo karty" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Meno vlastníka karty" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Čítačka karty" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditná karta" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Vrátenie platby za kreditnú kartu nie je podporované. Namiesto toho vyberte " +"spôsob platby kreditnou kartou, kliknite na „Overiť“ a vráťte pôvodný " +"poplatok manuálne prostredníctvom koncového zariadenia Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Pre rýchle vybavovanie objednávok: stačí potiahnuť kreditnú kartu na platobnej obrazovke \n" +"(bez stlačenia čohokoľvek iného) zaúčtuje v plnej výške sumu objednávky na\n" +"kartu." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Choďte na obrazovku platieb pre použitie kariet" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Spracovávanie transakcie..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "ID obchodníka pre jeho autentifikáciu na serveri poskytovateľa platby" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID obchodníka" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Heslo obchodníka" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Meno" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Žiadna odpoveď zo serveru (peipojené do siete?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Odoo chyba pri spracovávaní transakcie." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Čiastočne schválené" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Heslo obchodníka pre jeho autentifikáciu na serveri poskytovateľa platby" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Objednávky miesta predaja" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Vrátenie platby nie je podporované" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Zvrátenie zlyhalo, posiela sa VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Zvrátenie úspešné" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Posielanie zvrátenia..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "K DOHODE DRŽITEĽA KARTY" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Značka kreditnej karty (napr. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Číslo karty použitej pre platbu." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Posledné 4 čísla karty použitej na platenie" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Meno majiteľa karty" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Toto môźe byť spôsobené zlým potiahnutím alebo iným nastavením klávesnice " +"ako US QWERTY (nie US medzinárodné)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Transakcia schválená" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Typ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv účty" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale úspešné" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ČAKǍ SA NA PRILOŽENIE" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/sl.po b/addons/pos_mercury/i18n/sl.po new file mode 100644 index 00000000..9b5a028f --- /dev/null +++ b/addons/pos_mercury/i18n/sl.po @@ -0,0 +1,478 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# laznikd <laznik@mentis.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Tadej Lupšina <tadej@hbs.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Kupite čitalnik kartic" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Pravilo črtne kode" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kreditna kartica" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Naziv" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Plačaj z:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Naročila POS" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tip" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/sr.po b/addons/pos_mercury/i18n/sr.po new file mode 100644 index 00000000..8497035f --- /dev/null +++ b/addons/pos_mercury/i18n/sr.po @@ -0,0 +1,538 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2018 +# Slobodan Simić <slsimic@gmail.com>, 2018 +# Đorđe Cvijanović <cdorde@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-10-02 10:04+0000\n" +"Last-Translator: Đorđe Cvijanović <cdorde@gmail.com>, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Red bankovnog izveštaja" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Извештај" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "Lokacija" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "Partija" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Ime" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tip" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/sr@latin.po b/addons/pos_mercury/i18n/sr@latin.po new file mode 100644 index 00000000..35dd557e --- /dev/null +++ b/addons/pos_mercury/i18n/sr@latin.po @@ -0,0 +1,1001 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017 +# Martin Trigaux <mat@odoo.com>, 2017 +# Djordje Marjanovic <djordje_m@yahoo.com>, 2017 +# Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:52+0000\n" +"PO-Revision-Date: 2017-09-20 09:52+0000\n" +"Last-Translator: Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:180 +#, python-format +msgid "128 bit CryptoAPI failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:184 +#, python-format +msgid "All Connections Failed" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_return +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Allow" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Stavka izvoda" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_number +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:190 +#, python-format +msgid "Clear Text Request Not Supported" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Click to configure your card reader." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:158 +#, python-format +msgid "Connect Canceled" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:155 +#, python-format +msgid "Connection Lost" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:179 +#, python-format +msgid "Control failed to find branded serial (password lookup failed)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:196 +#, python-format +msgid "Could Not Encrypt Response- Call Provider" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:351 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury.py:15 +#, python-format +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:172 +#, python-format +msgid "Disconnecting Socket" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:174 +#, python-format +msgid "Duplicate Serial Number Detected" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Electronic Payment" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:167 +#, python-format +msgid "Empty Command String" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:641 +#, python-format +msgid "Error" +msgstr "Greška" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:192 +#, python-format +msgid "Error Occurred While Decrypting Request" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:182 +#, python-format +msgid "Failed to start Event Thread." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:164 +#, python-format +msgid "General Failure" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:149 +#, python-format +msgid "Global API Not Initialized" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:186 +#, python-format +msgid "Global Response Length Error (Too Short)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:188 +#, python-format +msgid "Global String Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:387 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:178 +#, python-format +msgid "In Process with server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:159 +#, python-format +msgid "Initialize Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:166 +#, python-format +msgid "Insufficient Fields" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:177 +#, python-format +msgid "Internal Server Error – Call Provider" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:200 +#, python-format +msgid "Invalid Account Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:204 +#, python-format +msgid "Invalid Authorization Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:202 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:203 +#, python-format +msgid "Invalid Authorization Code" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:219 +#, python-format +msgid "Invalid Batch Item Count" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:218 +#, python-format +msgid "Invalid Batch Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:224 +#, python-format +msgid "Invalid Card Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:205 +#, python-format +msgid "Invalid Cash Back Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:193 +#, python-format +msgid "Invalid Check Digit" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:213 +#, python-format +msgid "Invalid Check Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:165 +#, python-format +msgid "Invalid Command Format" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:212 +#, python-format +msgid "Invalid Date of Birth" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:210 +#, python-format +msgid "Invalid Derived Key Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:221 +#, python-format +msgid "Invalid Driver’s License" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:201 +#, python-format +msgid "Invalid Expiration Date" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:206 +#, python-format +msgid "Invalid Gratuity Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:220 +#, python-format +msgid "Invalid MICR Input Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:208 +#, python-format +msgid "Invalid Magnetic Stripe Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:199 +#, python-format +msgid "Invalid Memo" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:216 +#, python-format +msgid "Invalid Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:198 +#, python-format +msgid "Invalid Operator ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:209 +#, python-format +msgid "Invalid PIN Block Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:223 +#, python-format +msgid "Invalid Pass Data" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:207 +#, python-format +msgid "Invalid Purchase Amount" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:214 +#, python-format +msgid "Invalid Routing Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:222 +#, python-format +msgid "Invalid Sequence Number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:211 +#, python-format +msgid "Invalid State Code" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:217 +#, python-format +msgid "Invalid TStream Type" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:215 +#, python-format +msgid "Invalid TranCode" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:197 +#, python-format +msgid "Invalid Transaction Type" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "Dnevnik" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration___last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction___last_update +msgid "Last Modified on" +msgstr "Zadnja promena" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction_write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "MagneSafe" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:194 +#, python-format +msgid "Merchant ID Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration_name +msgid "Name" +msgstr "Naziv" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:33 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:21 +#, python-format +msgid "No opened point of sale session for user %s found" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:414 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:567 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:642 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_common +msgid "OneTime" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:460 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:175 +#, python-format +msgid "Password Failed (Client / Server)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:170 +#, python-format +msgid "Password Failed – Disconnecting" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:168 +#, python-format +msgid "Password Verified" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:176 +#, python-format +msgid "Password failed (Challenge / Response)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration_merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:407 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:169 +#, python-format +msgid "Queue Full" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "RecordNumberRequested" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:173 +#, python-format +msgid "Refused ‘Max Connections’" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:539 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:581 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:542 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:185 +#, python-format +msgid "Server Login Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:154 +#, python-format +msgid "Socket Connection Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:153 +#, python-format +msgid "Socket Creation Failed" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:151 +#, python-format +msgid "Socket Error sending request" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:152 +#, python-format +msgid "Socket already open or in use" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.mercury_transaction +msgid "Swiped" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:171 +#, python-format +msgid "System Going Offline" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:156 +#, python-format +msgid "TCP/IP Failed to Initialize" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:195 +#, python-format +msgid "TStream Type Missing" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal_pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line_mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:352 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:181 +#, python-format +msgid "Threaded Auth Started Expect Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:157 +#, python-format +msgid "Time Out waiting for server response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:163 +#, python-format +msgid "Timeout error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:150 +#, python-format +msgid "Timeout on Response" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:187 +#, python-format +msgid "Unable to Parse Response from Global (Indistinguishable)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:160 +#, python-format +msgid "Unknown Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:191 +#, python-format +msgid "Unrecognized Request Format" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:589 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the POSBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:189 +#, python-format +msgid "Weak Encryption Request Not Supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:183 +#, python-format +msgid "XML Parse Error" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "barcode.rule" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "ir.autovacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "pos_mercury.configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "pos_mercury.mercury_transaction" +msgstr "" diff --git a/addons/pos_mercury/i18n/sv.po b/addons/pos_mercury/i18n/sv.po new file mode 100644 index 00000000..aac9fd54 --- /dev/null +++ b/addons/pos_mercury/i18n/sv.po @@ -0,0 +1,476 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Kim Asplund <kim.asplund@gmail.com>, 2021 +# lynnliuying <lynn.liu1971@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: lynnliuying <lynn.liu1971@gmail.com>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "kreditkort" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Namn" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Kassa Ordrar" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Kassa Betalningsmetoder" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Kassa Betalningar" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Typ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/th.po b/addons/pos_mercury/i18n/th.po new file mode 100644 index 00000000..07e9cc8e --- /dev/null +++ b/addons/pos_mercury/i18n/th.po @@ -0,0 +1,542 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2018 +# Seksan Poltree <seksan.poltree@gmail.com>, 2018 +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2018 +# Tapakorn Kittirudeekul <bossmonfire@gmail.com>, 2018 +# monchai7 <montchye@gmail.com>, 2018 +# Pornvibool Tippayawat <pornvibool.t@gmail.com>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-02 10:04+0000\n" +"PO-Revision-Date: 2018-08-24 09:23+0000\n" +"Last-Translator: Pornvibool Tippayawat <pornvibool.t@gmail.com>, 2018\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:75 +#, python-format +msgid " APPROVAL CODE:" +msgstr " รหัสการอนุมัติ:" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Mercury Configurations</i> define what Mercury account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Mercury\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:46 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:60 +#, python-format +msgid "APPROVAL CODE:" +msgstr "รหัสการอนุมัติ:" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Alias" +msgstr "นามแฝง" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_ir_autovacuum +msgid "Automatic Vacuum" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "บรรทัดรายการเดินบัญชีธนาคาร" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "กฎของบาร์โค้ด" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:45 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Cashier" +msgstr "พนักงานขาย" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Client" +msgstr "ไคลเอนต์" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:360 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Credit Card" +msgstr "บัตรเครดิต" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:346 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Discounted Product" +msgstr "สินค้าลดราคา" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:651 +#, python-format +msgid "Error" +msgstr "ผิดพลาด" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:256 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:396 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +msgid "ID" +msgstr "รหัส" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Mercury account, contact Mercury at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Invoice number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_account_journal +msgid "Journal" +msgstr "สมุดบัญชี" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Location" +msgstr "ตำแหน่ง" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Lot" +msgstr "ล็อต" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Mercury Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "Mercury Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_invoice_no +msgid "Mercury invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Mercury record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Mercury reference number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "ชื่อ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Mercury configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:34 +#, python-format +msgid "No Mercury configuration associated with the journal." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:22 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:328 +#, python-format +msgid "No response from Mercury (Mercury down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:330 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "ไม่ได้รับการตอบกลับจากเซิร์ฟเวอร์ (เชื่อมต่อเครือข่าย?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:423 +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:577 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:652 +#, python-format +msgid "One credit card swipe already pending." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:7 +#, python-format +msgid "Online Payment" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Package" +msgstr "หีบห่อ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:470 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_record_no +msgid "Payment record number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_ref_no +msgid "Payment reference number from Mercury Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:416 +#, python-format +msgid "Please setup your Mercury merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Mercury Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Mercury Transaction" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Priced Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:345 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:549 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:591 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:552 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:47 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_journal__pos_mercury_config_id +msgid "The configuration of Mercury used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_account_bank_statement_line__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:361 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:146 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "ประเภท" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Unit Product" +msgstr "สิ้นค้าที่มีหน่วย" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Mercury integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.pos_config_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/pos_mercury.js:599 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:17 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#: selection:barcode.rule,type:0 +msgid "Weighted Product" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/pos_mercury.xml:50 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/tr.po b/addons/pos_mercury/i18n/tr.po new file mode 100644 index 00000000..d596b77b --- /dev/null +++ b/addons/pos_mercury/i18n/tr.po @@ -0,0 +1,504 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Ayhan KIZILTAN <akiziltan76@hotmail.com>, 2020 +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# 27cb721235bc771895826f594ae4f6eb_a256844 <219b303f361cd550c2362fb7cee8b2e6_513839>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# abc Def <hdogan1974@gmail.com>, 2020 +# Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Nadir Gazioglu <nadirgazioglu@gmail.com>, 2021\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "YUKARIDAKİ TUTAR GEREĞİNCE" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "ONAY KODU:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Barkod kuralı" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "CARDHOLDER WILL PAY CARD ISSUER" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Kart Markası" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Kart numarası" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Card Number Prefix" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Kart Sahibinin Adı" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Kart Okuyucu" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Configure your card reader" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Kart okunamadı." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Kredi Kartı" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Siparişleri hızlı bir şekilde ele almak için: Sadece ödeme ekranındayken " +"(başka bir şeye basmadan) kredi kartı geçmek, siparişin tamamını kartta " +"tahsil edecektir." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Kart kullanmak için ödeme ekranına git" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "İşlem gerçekleştiriliyor..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "Ödeme sağlayıcı sunucusunda satıcının kimliğini doğrulama ID'si" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Invoice number from Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "Ticari ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Satıcı Şifresi" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Adı" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Name of this Vantiv configuration" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "No Vantiv configuration associated with the payment method." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "No opened point of sale session for user %s found." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "No response from Vantiv (Vantiv down?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Mercury'den cevap yok (Ağa bağlı mı?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "İşlem yapılırken Odoo hatası." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Kısmen onaylanmış" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "Ödeme sağlayıcı sunucusunda satıcının kimliğini doğrulama şifresi." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Pay with: " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Payment record number from Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Payment reference number from Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Please setup your Vantiv merchant account." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Satış Noktası Siparişi" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Satış Noktası Ödeme Yöntemleri" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Point of Sale Payments" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Point of Sale Vantiv Configuration" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Point of Sale Vantiv Transaction" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Refunds not supported" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Ters kayıt başarısız oldu, VoidSale gönderiliyor." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Ters Kayıt başarılı oldu." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Ters kayıt gönderiliyor" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "KART SAHİBİ SÖZLEŞMESİ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Ödeme kartının markası (örn. Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Ödeme için kullanılan kart numarası" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "The configuration of Vantiv used for this journal" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Ödeme için kullanılan kartın son 4 numarası" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Kart sahibinin adı" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Bu kötü gerçekleştirilmiş bir kart işleminden ya da klavyenizin US QWERTY " +"olarak ayarlanmadığından olabilir. (US International değil)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "İşlem onaylandı" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Tür" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv Hesabı" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Vantiv Configurations" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv Credentials" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Vantiv invoice number" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Vantiv record number" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Vantiv reference number" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale Başarıyla Gerçekleşti" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "KART İŞLEMİ İÇİN BEKLEYİNİZ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X_______________________________" diff --git a/addons/pos_mercury/i18n/uk.po b/addons/pos_mercury/i18n/uk.po new file mode 100644 index 00000000..14f8e8f0 --- /dev/null +++ b/addons/pos_mercury/i18n/uk.po @@ -0,0 +1,497 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Купити кард-рідер" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Налаштування Vantiv</i> визначте, який рахунок Vantiv буде використовуватися під час\n" +" обробки транзакцій кредитних карток у точці продажу. Налаштування Vantiv\n" +" нададуть змогу вам дозволяти платежі з різними кредитними картками\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). Після встановлення цих\n" +" налаштувань вам необхідно буде асоціювати їх з методом оплати точки продажу." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "ПЕРЕВИЩУЄ ДОБОВУ СУМУ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "ПІДТВЕРЖЕННЯ КОДУ:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Правило штрих-коду" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "ВЛАСНИК КАРТКИ ОПЛАЧУВАТИМЕ КАРТКОЮ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Бренд картки" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Номер картки" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Префікс номера картки" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Ім'я власника картки" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Кардрідер" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Налаштуйте ваш кард-рідер" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Неможливо зчитати картку" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Створено на" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Кредитна картка" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Відшкодування кредитної картки не підтримується. Замість цього виберіть " +"спосіб оплати кредитної картки, натисніть \"Підтвердити\" та поверніть " +"оригінальну оплату вручну за допомогою бекенду Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Для швидкої обробки замовлень: просто проведіть кредитну картку на екрані платежу\n" +"(ще нічого не натискаючи), який буде стягувати повну суму замовлення\n" +"з картки." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Перейдіть на екран оплати, щоб використати картки" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Обробка транзакції..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID продавця, щоби підтвердити його на сервері постачальника послуг платежу" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"Якщо у вас досі немає рахунку Vantiv, зв'яжіться з Vantiv +1 (800) 846-4472\n" +" щоб створити рахунок." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Номер рахунку з Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID продавця" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Пароль продавця" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Назва" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Назва цього налаштування Vantiv" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "Жодних налаштувань Vantiv не асоційовано з методом оплати." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Не знайдено відкритої сесії точки продажу %s для користувача." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "Немає відповіді від Vantiv (Vantiv впав?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Немає відповіді із сервера (підключений до мережі?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Помилка Odoo під час проведення транзакції." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Частково схвалений" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Пароль продавця для автентифікації на сервері платежу постачальника послуг " + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Оплачуйте з: " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Номер запису платежу з Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Номер референсу платежу з Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Встановіть ваш торговий рахунок Vantiv." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Замовлення точки продажу" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Способи оплати точки продажу" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Платежі точки продажу" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Налаштування точки продажу Vantiv" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Транзакції точки продажу Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Відшкодування не підтримується" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Помилка скасування, відправка VoidSale..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Завершення відбулося" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Відправлення сторінок..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "ДО УГОДИ ВЛАСНИКА КАРТКИ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Бренд платіжної картки (наприклад, Visa, AMEX, ...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Номер картки, який використовується для оплати." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "Налаштування Vantiv використовуються для цього журналу" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "Останні 4 цифри картки використовується для оплати " + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Ім'я власника картки" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Це може бути спричинено неправильним проведенням або неможливо встановити " +"розкладку клавіатури для US QWERTY (не US International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Транзакція схвалена" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Тип" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Використання інтеграції Vantiv у точці продажу - це легко: просто натисніть на\n" +"асоційований метод оплати. Після цього сума може бути скоригована (наприклад, для повернення коштів),\n" +"як у іншому рядку оплати. Щоразу, коли встановлюється рядок оплати, картку\n" +"можна проводити через кардрідер." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Рахунки Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Налаштування Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Облікові дані Vantiv " + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Номер рахунку Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Номер запису Vantiv" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Номер референсу Vantiv" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale вдалося" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ОЧІКУЄ ПРОВЕДЕННЯ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Наразі ми підтримуємо пристрій для читання карток MagTek Dynamag. Він може бути підключеним\n" +"безпосередньо до пристрою точки продажу або його можна підключити до IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/ur.po b/addons/pos_mercury/i18n/ur.po new file mode 100644 index 00000000..b06eab34 --- /dev/null +++ b/addons/pos_mercury/i18n/ur.po @@ -0,0 +1,469 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "" diff --git a/addons/pos_mercury/i18n/vi.po b/addons/pos_mercury/i18n/vi.po new file mode 100644 index 00000000..1507f1e6 --- /dev/null +++ b/addons/pos_mercury/i18n/vi.po @@ -0,0 +1,502 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Trinh Tran Thi Phuong <trinhttp@trobz.com>, 2020 +# Dung Nguyen Thi <dungnt@trobz.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>Mua một thiết bị đọc thẻ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "TRÊN SỐ TIỀN MUA" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "MÃ XÁC NHẬN:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "Quy tắc mã vạch" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "CHỦ THẺ SẼ THANH TOÁN CHO BÊN PHÁT HÀNH THẺ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "Đơn vị phát hành thẻ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "Số thẻ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "Tiền tố số thẻ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "Tên chủ thẻ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "Máy đọc thẻ" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "Cấu hình máy đọc thẻ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "Không đọc được thẻ" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "Thời điểm tạo" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "Thẻ tín dụng" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "" +"Hoàn tiền thẻ tín dụng không được hỗ trợ. Thay vào đó, hãy chọn phương thức " +"thanh toán bằng thẻ tín dụng của bạn, nhấp vào 'Xác thực' và hoàn trả khoản " +"phí ban đầu theo cách thủ công thông qua Vantiv." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"Để xử lý nhanh các đơn đặt hàng: chỉ cần quẹt thẻ tín dụng khi trên màn hình thanh toán\n" +" (không cần nhấn thêm gì cả) sẽ tính toàn bộ số tiền của đơn đặt hàng\n" +" qua thẻ." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "Sang màn hình thanh toán để quẹt thẻ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "Đang xử lý giao dịch..." + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "" +"ID của người bán để xác thực anh ta trên máy chủ của nhà cung cấp thanh toán" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "Invoice number from Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "ID người bán" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "Mật khẩu người bán" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "Tên" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "Name of this Vantiv configuration" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "No Vantiv configuration associated with the payment method." + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "Không tìm thấy ca bản hàng của người dùng %s đang được mở" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "No response from Vantiv (Vantiv down?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "Không có phản hồi từ máy chủ (kiểm tra kết nối internet?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "Lỗi Odoo khi thực hiện giao dịch" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "Xác nhận một phần" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "" +"Mật khẩu của người bán để xác thực anh ta với bên cung cấp dịch vụ thanh " +"toán" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "Thanh toán với:" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "Payment record number from Vantiv Pay" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "Payment reference number from Vantiv Pay" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "Please setup your Vantiv merchant account." + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "Đơn bán lẻ" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "Phương thức thanh toán Điểm bán hàng" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "Thanh toán Điểm bán hàng" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "Point of Sale Vantiv Configuration" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "Point of Sale Vantiv Transaction" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "Không hỗ trợ hoàn tiền" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "Đảo giao dịch thất bại, gửi VoidSale ..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "Đảo giao dịch thành công" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "Gửi yêu cầu đảo giao dịch..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "THỎA THUẬN CHỦ THẺ" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "Nhà cung cấp thẻ thanh toán (vd: Visa, AMEX,...)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "Số thẻ dùng cho thanh toán." + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "The configuration of Vantiv used for this journal" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "04 số cuối của thẻ được dùng để thanh toán" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "Tên chủ thẻ" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "" +"Điều này có thể được gây ra bởi một thao tác vuốt được thực hiện kém hoặc do" +" không bố trí bàn phím của bạn thành US QWERTY (không phải US " +"International)." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "Giao dịch đã được xác nhận" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "Loại" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Tài khoản Vantiv" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "Vantiv Configurations" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "Vantiv Credentials" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "Vantiv invoice number" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "Vantiv record number" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "Vantiv reference number" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale thành công" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "ĐANG CHỜ QUÉT THẺ" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"Chúng tôi hiện đang hỗ trợ thiết bị đọc thẻ MagTek Dynamag. Nó có thể được kết nối\n" +" trực tiếp đến thiết bị điểm bán hàng hoặc thiết bị có thể được kết nối với IoTBox." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/zh_CN.po b/addons/pos_mercury/i18n/zh_CN.po new file mode 100644 index 00000000..521c7c8c --- /dev/null +++ b/addons/pos_mercury/i18n/zh_CN.po @@ -0,0 +1,482 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# keecome <7017511@qq.com>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# Felix Yuen <fyu@odoo.com>, 2020 +# inspur qiuguodong <qiuguodong@inspur.com>, 2020 +# Manga Tsang <mts@odoo.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>购买读卡器" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "上述金额" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "验证代码" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "条码规则" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "持卡人会付款给发卡人" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "卡品牌" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "卡号" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "卡号前缀" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "卡所有者名称" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "读卡器" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "配置读卡器" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "无法读取卡" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "创建人" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "信用卡" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "不支持信用卡退款。而是选择您的信用卡付款方式,点击“验证”并通过Vantiv后端手动退还原始费用。" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "快速处理订单:在支付屏幕只刷信用卡(不做其他任何操作)就会用卡支付订单的总额" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "到支付屏幕使用卡" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "处理交易……" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "授权给商家ID以便能在支付供应商的服务器上支付" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "最后更新人" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "商家ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "商家密码" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "名称" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "未找到用户 %s 的已打开POS会话" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "服务器无响应,请检查网络。" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "处理交易事务的Odoo错误" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "部分批准" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "用于在支付供应商服务器上验证身份的商户密码" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POS订单" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "POS付款方式" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "销售点付款" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "退款不支持" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "反转失败,发送Vo售销…" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "逆转成功" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "逆转发送……" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "持卡人协议" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "支付卡的品牌(例如 Visa ,AMEX……)" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "付款的卡号" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "付款卡的最后4位号码" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "持卡人姓名" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "可能是刷卡严重错误或者输入法没有设置为美国标准(不是美国国际标准)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "交易确认" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "类型" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv 账户" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "清仓成功" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "等待刷卡" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" +"我们目前支持MagTek Dynamag读卡器设备。它可以连接\n" +" 直接到销售点设备或它可以连接到IoTBox。" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/i18n/zh_TW.po b/addons/pos_mercury/i18n/zh_TW.po new file mode 100644 index 00000000..f1752fff --- /dev/null +++ b/addons/pos_mercury/i18n/zh_TW.po @@ -0,0 +1,476 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_mercury +# +# Translators: +# Martin Trigaux, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "<i class=\"fa fa-fw fa-arrow-right\"/>Buy a card reader" +msgstr "<i class=\"fa fa-fw fa-arrow-right\"/>購買讀卡器" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"<i>Vantiv Configurations</i> define what Vantiv account will be used when\n" +" processing credit card transactions in the Point Of Sale. Setting up a Vantiv\n" +" configuration will enable you to allow payments with various credit cards\n" +" (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this\n" +" configuration you should associate it with a Point Of Sale payment method." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "ABOVE AMOUNT PURSUANT" +msgstr "根據上述金額" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "APPROVAL CODE:" +msgstr "批准代碼:" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_barcode_rule +msgid "Barcode Rule" +msgstr "條碼規則" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "CARDHOLDER WILL PAY CARD ISSUER" +msgstr "持卡人會付款給發卡人" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_brand +msgid "Card Brand" +msgstr "卡品牌" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_number +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_order +msgid "Card Number" +msgstr "信用卡號" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "Card Number Prefix" +msgstr "卡號首碼" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "Card Owner Name" +msgstr "卡片所有者名稱" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_tree +msgid "Card Reader" +msgstr "讀卡器" + +#. module: pos_mercury +#: model_terms:ir.actions.act_window,help:pos_mercury.action_configuration_form +msgid "Configure your card reader" +msgstr "配置讀卡機" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Could not read card" +msgstr "無法讀取卡" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_uid +msgid "Created by" +msgstr "創立者" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__create_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__create_date +msgid "Created on" +msgstr "建立於" + +#. module: pos_mercury +#: model:ir.model.fields.selection,name:pos_mercury.selection__barcode_rule__type__credit +msgid "Credit Card" +msgstr "信用卡" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"Credit card refunds are not supported. Instead select your credit card " +"payment method, click 'Validate' and refund the original charge manually " +"through the Vantiv backend." +msgstr "不支援信用卡退款。相反, 選擇您的信用卡付款條件, 點擊 ' 驗證 ' 和退還原始費用手動通過 Vantiv 後端。" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__display_name +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"For quickly handling orders: just swiping a credit card when on the payment screen\n" +" (without having pressed anything else) will charge the full amount of the order to\n" +" the card." +msgstr "" +"快速處理訂單:在支付螢幕只刷信用卡\n" +"(不按下其他任何東西)就會用卡支付訂單的總額" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/ProductScreen.js:0 +#, python-format +msgid "Go to payment screen to use cards" +msgstr "前往支付螢幕以使用卡" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Handling transaction..." +msgstr "處理交易……" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__id +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__id +msgid "ID" +msgstr "ID" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "ID of the merchant to authenticate him on the payment provider server" +msgstr "授權給商人的ID讓他能在支付供應商的伺服器上支付" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472\n" +" to create one." +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Invoice number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_order____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment____last_update +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_uid +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_uid +msgid "Last Updated by" +msgstr "最後更新者" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__write_date +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_mercury_transaction__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_id +msgid "Merchant ID" +msgstr "商戶ID" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "Merchant Password" +msgstr "商家密碼" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_mercury_configuration__name +msgid "Name" +msgstr "名稱" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__name +msgid "Name of this Vantiv configuration" +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No Vantiv configuration associated with the payment method." +msgstr "" + +#. module: pos_mercury +#: code:addons/pos_mercury/models/pos_mercury_transaction.py:0 +#, python-format +msgid "No opened point of sale session for user %s found." +msgstr "找不到使用者%s 的已打開POS會話。" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from Vantiv (Vantiv down?)" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "No response from server (connected to network?)" +msgstr "伺服器沒有響應(已連接到網路?)" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Odoo error while processing transaction." +msgstr "處理交易時出現ODoo錯誤。" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Partially approved" +msgstr "部分已批准" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_mercury_configuration__merchant_pwd +msgid "" +"Password of the merchant to authenticate him on the payment provider server" +msgstr "用於在支付提供商伺服器上驗證身份的商戶密碼" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Pay with: " +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_record_no +msgid "Payment record number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Payment reference number from Vantiv Pay" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Please setup your Vantiv merchant account." +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_order +msgid "Point of Sale Orders" +msgstr "POS訂單" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment_method +msgid "Point of Sale Payment Methods" +msgstr "POS付款條件" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_payment +msgid "Point of Sale Payments" +msgstr "POS付款" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_configuration +msgid "Point of Sale Vantiv Configuration" +msgstr "" + +#. module: pos_mercury +#: model:ir.model,name:pos_mercury.model_pos_mercury_mercury_transaction +msgid "Point of Sale Vantiv Transaction" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Refunds not supported" +msgstr "不支援折讓" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal failed, sending VoidSale..." +msgstr "逆轉失敗,發送取消銷售..." + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Reversal succeeded" +msgstr "逆轉成功" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Sending reversal..." +msgstr "逆轉發送……" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "TO CARDHOLDER AGREEMENT" +msgstr "持卡人協議" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_brand +msgid "The brand of the payment card (e.g. Visa, AMEX, ...)" +msgstr "支付卡的品牌(例如 Visa ,AMEX……" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_prefixed_card_number +msgid "The card number used for the payment." +msgstr "用來付款的卡號。" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "The configuration of Vantiv used for this journal" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_number +msgid "The last 4 numbers of the card used to pay" +msgstr "用來付款的卡之最後4位號碼" + +#. module: pos_mercury +#: model:ir.model.fields,help:pos_mercury.field_pos_payment__mercury_card_owner_name +msgid "The name of the card owner" +msgstr "卡主的名稱" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "" +"This can be caused by a badly executed swipe or by not having your keyboard " +"layout set to US QWERTY (not US International)." +msgstr "可能是由於嚴重的刷卡錯誤或者您的鍵盤沒有被設定為美國標準US QWERTY(非美國國際標準)。" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "Transaction approved" +msgstr "交易已批准" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_barcode_rule__type +msgid "Type" +msgstr "類型" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"Using the Vantiv integration in the Point Of Sale is easy: just press the\n" +" associated payment method. After that the amount can be adjusted (eg. for cashback)\n" +" just like on any other payment line. Whenever the payment line is set up, a card\n" +" can be swiped through the card reader device." +msgstr "" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.res_config_settings_view_form_inherit_pos_mercury +msgid "Vantiv Accounts" +msgstr "Vantiv 帳戶" + +#. module: pos_mercury +#: model:ir.actions.act_window,name:pos_mercury.action_configuration_form +#: model:ir.ui.menu,name:pos_mercury.menu_pos_pos_mercury_config +msgid "Vantiv Configurations" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment_method__pos_mercury_config_id +msgid "Vantiv Credentials" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_invoice_no +msgid "Vantiv invoice number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_record_no +msgid "Vantiv record number" +msgstr "" + +#. module: pos_mercury +#: model:ir.model.fields,field_description:pos_mercury.field_pos_payment__mercury_ref_no +msgid "Vantiv reference number" +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/js/PaymentScreen.js:0 +#, python-format +msgid "VoidSale succeeded" +msgstr "VoidSale 成功" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml:0 +#, python-format +msgid "WAITING FOR SWIPE" +msgstr "等待刷卡" + +#. module: pos_mercury +#: model_terms:ir.ui.view,arch_db:pos_mercury.view_pos_mercury_configuration_form +msgid "" +"We currently support the MagTek Dynamag card reader device. It can be connected\n" +" directly to the Point Of Sale device or it can be connected to the IoTBox." +msgstr "" + +#. module: pos_mercury +#. openerp-web +#: code:addons/pos_mercury/static/src/xml/OrderReceipt.xml:0 +#, python-format +msgid "X______________________________" +msgstr "X______________________________" diff --git a/addons/pos_mercury/models/__init__.py b/addons/pos_mercury/models/__init__.py new file mode 100644 index 00000000..3494c05b --- /dev/null +++ b/addons/pos_mercury/models/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import pos_mercury +from . import pos_mercury_transaction diff --git a/addons/pos_mercury/models/pos_mercury.py b/addons/pos_mercury/models/pos_mercury.py new file mode 100644 index 00000000..900e696f --- /dev/null +++ b/addons/pos_mercury/models/pos_mercury.py @@ -0,0 +1,78 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +import logging + +from odoo import models, fields, api, _ +from odoo.tools.float_utils import float_compare + +_logger = logging.getLogger(__name__) + + +class BarcodeRule(models.Model): + _inherit = 'barcode.rule' + + type = fields.Selection(selection_add=[ + ('credit', 'Credit Card') + ], ondelete={'credit': 'set default'}) + + +class PosMercuryConfiguration(models.Model): + _name = 'pos_mercury.configuration' + _description = 'Point of Sale Vantiv Configuration' + + name = fields.Char(required=True, help='Name of this Vantiv configuration') + merchant_id = fields.Char(string='Merchant ID', required=True, help='ID of the merchant to authenticate him on the payment provider server') + merchant_pwd = fields.Char(string='Merchant Password', required=True, help='Password of the merchant to authenticate him on the payment provider server') + + +class PoSPayment(models.Model): + _inherit = "pos.payment" + + mercury_card_number = fields.Char(string='Card Number', help='The last 4 numbers of the card used to pay') + mercury_prefixed_card_number = fields.Char(string='Card Number Prefix', compute='_compute_prefixed_card_number', help='The card number used for the payment.') + mercury_card_brand = fields.Char(string='Card Brand', help='The brand of the payment card (e.g. Visa, AMEX, ...)') + mercury_card_owner_name = fields.Char(string='Card Owner Name', help='The name of the card owner') + mercury_ref_no = fields.Char(string='Vantiv reference number', help='Payment reference number from Vantiv Pay') + mercury_record_no = fields.Char(string='Vantiv record number', help='Payment record number from Vantiv Pay') + mercury_invoice_no = fields.Char(string='Vantiv invoice number', help='Invoice number from Vantiv Pay') + + def _compute_prefixed_card_number(self): + for line in self: + if line.mercury_card_number: + line.mercury_prefixed_card_number = "********" + line.mercury_card_number + else: + line.mercury_prefixed_card_number = "" + + +class PoSPaymentMethod(models.Model): + _inherit = 'pos.payment.method' + + pos_mercury_config_id = fields.Many2one('pos_mercury.configuration', string='Vantiv Credentials', help='The configuration of Vantiv used for this journal') + + def _get_payment_terminal_selection(self): + return super(PoSPaymentMethod, self)._get_payment_terminal_selection() + [('mercury', 'Vantiv')] + + @api.onchange('use_payment_terminal') + def _onchange_use_payment_terminal(self): + super(PoSPaymentMethod, self)._onchange_use_payment_terminal() + if self.use_payment_terminal != 'mercury': + self.pos_mercury_config_id = False + +class PosOrder(models.Model): + _inherit = "pos.order" + + @api.model + def _payment_fields(self, order, ui_paymentline): + fields = super(PosOrder, self)._payment_fields(order, ui_paymentline) + + fields.update({ + 'mercury_card_number': ui_paymentline.get('mercury_card_number'), + 'mercury_card_brand': ui_paymentline.get('mercury_card_brand'), + 'mercury_card_owner_name': ui_paymentline.get('mercury_card_owner_name'), + 'mercury_ref_no': ui_paymentline.get('mercury_ref_no'), + 'mercury_record_no': ui_paymentline.get('mercury_record_no'), + 'mercury_invoice_no': ui_paymentline.get('mercury_invoice_no') + }) + + return fields diff --git a/addons/pos_mercury/models/pos_mercury_transaction.py b/addons/pos_mercury/models/pos_mercury_transaction.py new file mode 100644 index 00000000..c30d0c64 --- /dev/null +++ b/addons/pos_mercury/models/pos_mercury_transaction.py @@ -0,0 +1,123 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from datetime import date, timedelta + +import requests +import werkzeug + +from odoo import models, api, service +from odoo.tools.translate import _ +from odoo.exceptions import UserError +from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT, misc + + +class MercuryTransaction(models.Model): + _name = 'pos_mercury.mercury_transaction' + _description = 'Point of Sale Vantiv Transaction' + + def _get_pos_session(self): + pos_session = self.env['pos.session'].search([('state', '=', 'opened'), ('user_id', '=', self.env.uid)], limit=1) + if not pos_session: + raise UserError(_("No opened point of sale session for user %s found.", self.env.user.name)) + + pos_session.login() + + return pos_session + + def _get_pos_mercury_config_id(self, config, payment_method_id): + payment_method = config.current_session_id.payment_method_ids.filtered(lambda pm: pm.id == payment_method_id) + + if payment_method and payment_method.pos_mercury_config_id: + return payment_method.pos_mercury_config_id + else: + raise UserError(_("No Vantiv configuration associated with the payment method.")) + + def _setup_request(self, data): + # todo: in master make the client include the pos.session id and use that + pos_session = self._get_pos_session() + + config = pos_session.config_id + pos_mercury_config = self._get_pos_mercury_config_id(config, data['payment_method_id']) + + data['operator_id'] = pos_session.user_id.login + data['merchant_id'] = pos_mercury_config.sudo().merchant_id + data['merchant_pwd'] = pos_mercury_config.sudo().merchant_pwd + data['memo'] = "Odoo " + service.common.exp_version()['server_version'] + + def _do_request(self, template, data): + xml_transaction = self.env.ref(template)._render(data).decode() + + if not data['merchant_id'] or not data['merchant_pwd']: + return "not setup" + + soap_header = '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mer="http://www.mercurypay.com"><soapenv:Header/><soapenv:Body><mer:CreditTransaction><mer:tran>' + soap_footer = '</mer:tran><mer:pw>' + data['merchant_pwd'] + '</mer:pw></mer:CreditTransaction></soapenv:Body></soapenv:Envelope>' + xml_transaction = soap_header + misc.html_escape(xml_transaction) + soap_footer + + response = '' + + headers = { + 'Content-Type': 'text/xml', + 'SOAPAction': 'http://www.mercurypay.com/CreditTransaction', + } + + url = 'https://w1.mercurypay.com/ws/ws.asmx' + if self.env['ir.config_parameter'].sudo().get_param('pos_mercury.enable_test_env'): + url = 'https://w1.mercurycert.net/ws/ws.asmx' + + try: + r = requests.post(url, data=xml_transaction, headers=headers, timeout=65) + r.raise_for_status() + response = werkzeug.utils.unescape(r.content.decode()) + except Exception: + response = "timeout" + + return response + + def _do_reversal_or_voidsale(self, data, is_voidsale): + try: + self._setup_request(data) + except UserError: + return "internal error" + + data['is_voidsale'] = is_voidsale + response = self._do_request('pos_mercury.mercury_voidsale', data) + return response + + @api.model + def do_payment(self, data): + try: + self._setup_request(data) + except UserError: + return "internal error" + + response = self._do_request('pos_mercury.mercury_transaction', data) + return response + + @api.model + def do_reversal(self, data): + return self._do_reversal_or_voidsale(data, False) + + @api.model + def do_voidsale(self, data): + return self._do_reversal_or_voidsale(data, True) + + def do_return(self, data): + try: + self._setup_request(data) + except UserError: + return "internal error" + + response = self._do_request('pos_mercury.mercury_return', data) + return response + + # One time (the ones we use) Vantiv tokens are required to be + # deleted after 6 months + @api.autovacuum + def _gc_old_tokens(self): + expired_creation_date = (date.today() - timedelta(days=6 * 30)).strftime(DEFAULT_SERVER_DATETIME_FORMAT) + + for order in self.env['pos.order'].search([('create_date', '<', expired_creation_date)]): + order.ref_no = "" + order.record_no = "" diff --git a/addons/pos_mercury/security/ir.model.access.csv b/addons/pos_mercury/security/ir.model.access.csv new file mode 100644 index 00000000..f2708f82 --- /dev/null +++ b/addons/pos_mercury/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
+access_pos_mercury_configuration,mercury.configuration,model_pos_mercury_configuration,point_of_sale.group_pos_manager,1,1,1,1
+access_pos_mercury_mercury_transaction,mercury.transaction,model_pos_mercury_mercury_transaction,,1,0,0,0
\ No newline at end of file diff --git a/addons/pos_mercury/static/src/css/pos_mercury.css b/addons/pos_mercury/static/src/css/pos_mercury.css new file mode 100644 index 00000000..967241f7 --- /dev/null +++ b/addons/pos_mercury/static/src/css/pos_mercury.css @@ -0,0 +1,3 @@ +.pos .paymentline.selected.o_pos_mercury_swipe_pending, .pos .paymentline.o_pos_mercury_swipe_pending { + background: rgb(239, 153, 65); +} diff --git a/addons/pos_mercury/static/src/js/OrderReceipt.js b/addons/pos_mercury/static/src/js/OrderReceipt.js new file mode 100644 index 00000000..35e77169 --- /dev/null +++ b/addons/pos_mercury/static/src/js/OrderReceipt.js @@ -0,0 +1,24 @@ +odoo.define('pos_mercury.OrderReceipt', function(require) { + 'use strict'; + + const OrderReceipt = require('point_of_sale.OrderReceipt'); + const Registries = require('point_of_sale.Registries'); + + const PosMercuryOrderReceipt = OrderReceipt => + class extends OrderReceipt { + /** + * The receipt has signature if one of the paymentlines + * is paid with mercury. + */ + get hasPosMercurySignature() { + for (let line of this.paymentlines) { + if (line.mercury_data) return true; + } + return false; + } + }; + + Registries.Component.extend(OrderReceipt, PosMercuryOrderReceipt); + + return OrderReceipt; +}); diff --git a/addons/pos_mercury/static/src/js/PaymentScreen.js b/addons/pos_mercury/static/src/js/PaymentScreen.js new file mode 100644 index 00000000..d803fff1 --- /dev/null +++ b/addons/pos_mercury/static/src/js/PaymentScreen.js @@ -0,0 +1,569 @@ +odoo.define('pos_mercury.PaymentScreen', function (require) { + 'use strict'; + + const { _t } = require('web.core'); + const PaymentScreen = require('point_of_sale.PaymentScreen'); + const Registries = require('point_of_sale.Registries'); + const NumberBuffer = require('point_of_sale.NumberBuffer'); + const { useBarcodeReader } = require('point_of_sale.custom_hooks'); + + // Lookup table to store status and error messages + const lookUpCodeTransaction = { + Approved: { + '000000': _t('Transaction approved'), + }, + TimeoutError: { + '001006': 'Global API Not Initialized', + '001007': 'Timeout on Response', + '003003': 'Socket Error sending request', + '003004': 'Socket already open or in use', + '003005': 'Socket Creation Failed', + '003006': 'Socket Connection Failed', + '003007': 'Connection Lost', + '003008': 'TCP/IP Failed to Initialize', + '003010': 'Time Out waiting for server response', + '003011': 'Connect Canceled', + '003053': 'Initialize Failed', + '009999': 'Unknown Error', + }, + FatalError: { + '-1': 'Timeout error', + '001001': 'General Failure', + '001003': 'Invalid Command Format', + '001004': 'Insufficient Fields', + '001011': 'Empty Command String', + '002000': 'Password Verified', + '002001': 'Queue Full', + '002002': 'Password Failed – Disconnecting', + '002003': 'System Going Offline', + '002004': 'Disconnecting Socket', + '002006': 'Refused ‘Max Connections’', + '002008': 'Duplicate Serial Number Detected', + '002009': 'Password Failed (Client / Server)', + '002010': 'Password failed (Challenge / Response)', + '002011': 'Internal Server Error – Call Provider', + '003002': 'In Process with server', + '003009': 'Control failed to find branded serial (password lookup failed)', + '003012': '128 bit CryptoAPI failed', + '003014': 'Threaded Auth Started Expect Response', + '003017': 'Failed to start Event Thread.', + '003050': 'XML Parse Error', + '003051': 'All Connections Failed', + '003052': 'Server Login Failed', + '004001': 'Global Response Length Error (Too Short)', + '004002': 'Unable to Parse Response from Global (Indistinguishable)', + '004003': 'Global String Error', + '004004': 'Weak Encryption Request Not Supported', + '004005': 'Clear Text Request Not Supported', + '004010': 'Unrecognized Request Format', + '004011': 'Error Occurred While Decrypting Request', + '004017': 'Invalid Check Digit', + '004018': 'Merchant ID Missing', + '004019': 'TStream Type Missing', + '004020': 'Could Not Encrypt Response- Call Provider', + '100201': 'Invalid Transaction Type', + '100202': 'Invalid Operator ID', + '100203': 'Invalid Memo', + '100204': 'Invalid Account Number', + '100205': 'Invalid Expiration Date', + '100206': 'Invalid Authorization Code', + '100207': 'Invalid Authorization Code', + '100208': 'Invalid Authorization Amount', + '100209': 'Invalid Cash Back Amount', + '100210': 'Invalid Gratuity Amount', + '100211': 'Invalid Purchase Amount', + '100212': 'Invalid Magnetic Stripe Data', + '100213': 'Invalid PIN Block Data', + '100214': 'Invalid Derived Key Data', + '100215': 'Invalid State Code', + '100216': 'Invalid Date of Birth', + '100217': 'Invalid Check Type', + '100218': 'Invalid Routing Number', + '100219': 'Invalid TranCode', + '100220': 'Invalid Merchant ID', + '100221': 'Invalid TStream Type', + '100222': 'Invalid Batch Number', + '100223': 'Invalid Batch Item Count', + '100224': 'Invalid MICR Input Type', + '100225': 'Invalid Driver’s License', + '100226': 'Invalid Sequence Number', + '100227': 'Invalid Pass Data', + '100228': 'Invalid Card Type', + }, + }; + + const PosMercuryPaymentScreen = (PaymentScreen) => + class extends PaymentScreen { + constructor() { + super(...arguments); + if (this.env.pos.getOnlinePaymentMethods().length !== 0) { + useBarcodeReader({ + credit: this.credit_code_action, + }); + } + // How long we wait for the odoo server to deliver the response of + // a Vantiv transaction + this.server_timeout_in_ms = 95000; + + // How many Vantiv transactions we send without receiving a + // response + this.server_retries = 3; + } + + _get_swipe_pending_line() { + var i = 0; + var lines = this.env.pos.get_order().get_paymentlines(); + + for (i = 0; i < lines.length; i++) { + if (lines[i].mercury_swipe_pending) { + return lines[i]; + } + } + + return 0; + } + + _does_credit_payment_line_exist(amount, card_number, card_brand, card_owner_name) { + var i = 0; + var lines = this.env.pos.get_order().get_paymentlines(); + + for (i = 0; i < lines.length; i++) { + if ( + lines[i].mercury_amount === amount && + lines[i].mercury_card_number === card_number && + lines[i].mercury_card_brand === card_brand && + lines[i].mercury_card_owner_name === card_owner_name + ) { + return true; + } + } + + return false; + } + + retry_mercury_transaction( + def, + response, + retry_nr, + can_connect_to_server, + callback, + args + ) { + var self = this; + var message = ''; + + if (retry_nr < self.server_retries) { + if (response) { + message = 'Retry #' + (retry_nr + 1) + '...<br/><br/>' + response.message; + } else { + message = 'Retry #' + (retry_nr + 1) + '...'; + } + def.notify({ + message: message, + }); + + setTimeout(function () { + callback.apply(self, args); + }, 1000); + } else { + if (response) { + message = + 'Error ' + + response.error + + ': ' + + lookUpCodeTransaction['TimeoutError'][response.error] + + '<br/>' + + response.message; + } else { + if (can_connect_to_server) { + message = self.env._t('No response from Vantiv (Vantiv down?)'); + } else { + message = self.env._t( + 'No response from server (connected to network?)' + ); + } + } + def.resolve({ + message: message, + auto_close: false, + }); + } + } + + // Handler to manage the card reader string + credit_code_transaction(parsed_result, old_deferred, retry_nr) { + var order = this.env.pos.get_order(); + if (order.get_due(order.selected_paymentline) < 0) { + this.showPopup('ErrorPopup', { + title: this.env._t('Refunds not supported'), + body: this.env._t( + "Credit card refunds are not supported. Instead select your credit card payment method, click 'Validate' and refund the original charge manually through the Vantiv backend." + ), + }); + return; + } + + if (this.env.pos.getOnlinePaymentMethods().length === 0) { + return; + } + + var self = this; + var decodedMagtek = self.env.pos.decodeMagtek(parsed_result.code); + + if (!decodedMagtek) { + this.showPopup('ErrorPopup', { + title: this.env._t('Could not read card'), + body: this.env._t( + 'This can be caused by a badly executed swipe or by not having your keyboard layout set to US QWERTY (not US International).' + ), + }); + return; + } + + var swipe_pending_line = self._get_swipe_pending_line(); + var purchase_amount = 0; + + if (swipe_pending_line) { + purchase_amount = swipe_pending_line.get_amount(); + } else { + purchase_amount = self.env.pos.get_order().get_due(); + } + + var transaction = { + encrypted_key: decodedMagtek['encrypted_key'], + encrypted_block: decodedMagtek['encrypted_block'], + transaction_type: 'Credit', + transaction_code: 'Sale', + invoice_no: self.env.pos.get_order().uid.replace(/-/g, ''), + purchase: purchase_amount, + payment_method_id: parsed_result.payment_method_id, + }; + + var def = old_deferred || new $.Deferred(); + retry_nr = retry_nr || 0; + + // show the transaction popup. + // the transaction deferred is used to update transaction status + // if we have a previous deferred it indicates that this is a retry + if (!old_deferred) { + self.showPopup('PaymentTransactionPopup', { + transaction: def, + }); + def.notify({ + message: this.env._t('Handling transaction...'), + }); + } + + this.rpc( + { + model: 'pos_mercury.mercury_transaction', + method: 'do_payment', + args: [transaction], + }, + { + timeout: self.server_timeout_in_ms, + } + ) + .then(function (data) { + // if not receiving a response from Vantiv, we should retry + if (data === 'timeout') { + self.retry_mercury_transaction( + def, + null, + retry_nr, + true, + self.credit_code_transaction, + [parsed_result, def, retry_nr + 1] + ); + return; + } + + if (data === 'not setup') { + def.resolve({ + message: self.env._t('Please setup your Vantiv merchant account.'), + }); + return; + } + + if (data === 'internal error') { + def.resolve({ + message: self.env._t('Odoo error while processing transaction.'), + }); + return; + } + + var response = self.env.pos.decodeMercuryResponse(data); + response.payment_method_id = parsed_result.payment_method_id; + + if (response.status === 'Approved') { + // AP* indicates a duplicate request, so don't add anything for those + if ( + response.message === 'AP*' && + self._does_credit_payment_line_exist( + response.authorize, + decodedMagtek['number'], + response.card_type, + decodedMagtek['name'] + ) + ) { + def.resolve({ + message: lookUpCodeTransaction['Approved'][response.error], + auto_close: true, + }); + } else { + // If the payment is approved, add a payment line + var order = self.env.pos.get_order(); + + if (swipe_pending_line) { + order.select_paymentline(swipe_pending_line); + } else { + order.add_paymentline( + self.payment_methods_by_id[parsed_result.payment_method_id] + ); + } + + order.selected_paymentline.paid = true; + order.selected_paymentline.mercury_swipe_pending = false; + order.selected_paymentline.mercury_amount = response.authorize; + order.selected_paymentline.set_amount(response.authorize); + order.selected_paymentline.mercury_card_number = + decodedMagtek['number']; + order.selected_paymentline.mercury_card_brand = response.card_type; + order.selected_paymentline.mercury_card_owner_name = + decodedMagtek['name']; + order.selected_paymentline.mercury_ref_no = response.ref_no; + order.selected_paymentline.mercury_record_no = response.record_no; + order.selected_paymentline.mercury_invoice_no = response.invoice_no; + order.selected_paymentline.mercury_auth_code = response.auth_code; + order.selected_paymentline.mercury_data = response; // used to reverse transactions + order.selected_paymentline.set_credit_card_name(); + + NumberBuffer.reset(); + order.trigger('change', order); // needed so that export_to_JSON gets triggered + self.render(); + + if (response.message === 'PARTIAL AP') { + def.resolve({ + message: self.env._t('Partially approved'), + auto_close: false, + }); + } else { + def.resolve({ + message: lookUpCodeTransaction['Approved'][response.error], + auto_close: true, + }); + } + } + } + + // if an error related to timeout or connectivity issues arised, then retry the same transaction + else { + if (lookUpCodeTransaction['TimeoutError'][response.error]) { + // recoverable error + self.retry_mercury_transaction( + def, + response, + retry_nr, + true, + self.credit_code_transaction, + [parsed_result, def, retry_nr + 1] + ); + } else { + // not recoverable + def.resolve({ + message: + 'Error ' + response.error + ':<br/>' + response.message, + auto_close: false, + }); + } + } + }) + .catch(function () { + self.retry_mercury_transaction( + def, + null, + retry_nr, + false, + self.credit_code_transaction, + [parsed_result, def, retry_nr + 1] + ); + }); + } + + credit_code_cancel() { + return; + } + + credit_code_action(parsed_result) { + var online_payment_methods = this.env.pos.getOnlinePaymentMethods(); + + if (online_payment_methods.length === 1) { + parsed_result.payment_method_id = online_payment_methods[0].item; + this.credit_code_transaction(parsed_result); + } else { + // this is for supporting another payment system like mercury + const selectionList = online_payment_methods.map((paymentMethod) => ({ + id: paymentMethod.item, + label: paymentMethod.label, + isSelected: false, + item: paymentMethod.item, + })); + this.showPopup('SelectionPopup', { + title: this.env._t('Pay with: '), + list: selectionList, + }).then(({ confirmed, payload: selectedPaymentMethod }) => { + if (confirmed) { + parsed_result.payment_method_id = selectedPaymentMethod; + this.credit_code_transaction(parsed_result); + } else { + this.credit_code_cancel(); + } + }); + } + } + + remove_paymentline_by_ref(line) { + this.env.pos.get_order().remove_paymentline(line); + NumberBuffer.reset(); + this.render(); + } + + do_reversal(line, is_voidsale, old_deferred, retry_nr) { + var def = old_deferred || new $.Deferred(); + var self = this; + retry_nr = retry_nr || 0; + + // show the transaction popup. + // the transaction deferred is used to update transaction status + this.showPopup('PaymentTransactionPopup', { + transaction: def, + }); + + var request_data = _.extend( + { + transaction_type: 'Credit', + transaction_code: 'VoidSaleByRecordNo', + }, + line.mercury_data + ); + + var message = ''; + var rpc_method = ''; + + if (is_voidsale) { + message = this.env._t('Reversal failed, sending VoidSale...'); + rpc_method = 'do_voidsale'; + } else { + message = this.env._t('Sending reversal...'); + rpc_method = 'do_reversal'; + } + + if (!old_deferred) { + def.notify({ + message: message, + }); + } + + this.rpc( + { + model: 'pos_mercury.mercury_transaction', + method: rpc_method, + args: [request_data], + }, + { + timeout: self.server_timeout_in_ms, + } + ) + .then(function (data) { + if (data === 'timeout') { + self.retry_mercury_transaction( + def, + null, + retry_nr, + true, + self.do_reversal, + [line, is_voidsale, def, retry_nr + 1] + ); + return; + } + + if (data === 'internal error') { + def.resolve({ + message: self.env._t('Odoo error while processing transaction.'), + }); + return; + } + + var response = self.env.pos.decodeMercuryResponse(data); + + if (!is_voidsale) { + if (response.status != 'Approved' || response.message != 'REVERSED') { + // reversal was not successful, send voidsale + self.do_reversal(line, true); + } else { + // reversal was successful + def.resolve({ + message: self.env._t('Reversal succeeded'), + }); + + self.remove_paymentline_by_ref(line); + } + } else { + // voidsale ended, nothing more we can do + if (response.status === 'Approved') { + def.resolve({ + message: self.env._t('VoidSale succeeded'), + }); + + self.remove_paymentline_by_ref(line); + } else { + def.resolve({ + message: + 'Error ' + response.error + ':<br/>' + response.message, + }); + } + } + }) + .catch(function () { + self.retry_mercury_transaction( + def, + null, + retry_nr, + false, + self.do_reversal, + [line, is_voidsale, def, retry_nr + 1] + ); + }); + } + + /** + * @override + */ + deletePaymentLine(event) { + const { cid } = event.detail; + const line = this.paymentLines.find((line) => line.cid === cid); + if (line.mercury_data) { + this.do_reversal(line, false); + } else { + super.deletePaymentLine(event); + } + } + + /** + * @override + */ + addNewPaymentLine({ detail: paymentMethod }) { + const order = this.env.pos.get_order(); + const res = super.addNewPaymentLine(...arguments); + if (res && paymentMethod.pos_mercury_config_id) { + order.selected_paymentline.mercury_swipe_pending = true; + order.trigger('change', order); + this.render(); + } + } + }; + + Registries.Component.extend(PaymentScreen, PosMercuryPaymentScreen); + + return PaymentScreen; +}); diff --git a/addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js b/addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js new file mode 100644 index 00000000..64228d79 --- /dev/null +++ b/addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js @@ -0,0 +1,30 @@ +odoo.define('pos_mercury.PaymentScreenPaymentLines', function (require) { + 'use strict'; + + const PaymentScreenPaymentLines = require('point_of_sale.PaymentScreenPaymentLines'); + const Registries = require('point_of_sale.Registries'); + + const PosMercuryPaymentLines = (PaymentScreenPaymentLines) => + class extends PaymentScreenPaymentLines { + /** + * @override + */ + selectedLineClass(line) { + return Object.assign({}, super.selectedLineClass(line), { + o_pos_mercury_swipe_pending: line.mercury_swipe_pending, + }); + } + /** + * @override + */ + unselectedLineClass(line) { + return Object.assign({}, super.unselectedLineClass(line), { + o_pos_mercury_swipe_pending: line.mercury_swipe_pending, + }); + } + }; + + Registries.Component.extend(PaymentScreenPaymentLines, PosMercuryPaymentLines); + + return PaymentScreenPaymentLines; +}); diff --git a/addons/pos_mercury/static/src/js/PaymentTransactionPopup.js b/addons/pos_mercury/static/src/js/PaymentTransactionPopup.js new file mode 100644 index 00000000..9b47da70 --- /dev/null +++ b/addons/pos_mercury/static/src/js/PaymentTransactionPopup.js @@ -0,0 +1,37 @@ +odoo.define('pos_mercury.PaymentTransactionPopup', function(require) { + 'use strict'; + + const { useState } = owl.hooks; + const AbstractAwaitablePopup = require('point_of_sale.AbstractAwaitablePopup'); + const Registries = require('point_of_sale.Registries'); + + class PaymentTransactionPopup extends AbstractAwaitablePopup { + constructor() { + super(...arguments); + this.state = useState({ message: '', confirmButtonIsShown: false }); + this.props.transaction.then(data => { + if (data.auto_close) { + setTimeout(() => { + this.confirm(); + }, 2000) + } else { + this.state.confirmButtonIsShown = true; + } + this.state.message = data.message; + }).progress(data => { + this.state.message = data.message; + }) + } + } + PaymentTransactionPopup.template = 'PaymentTransactionPopup'; + PaymentTransactionPopup.defaultProps = { + confirmText: 'Ok', + cancelText: 'Cancel', + title: 'Online Payment', + body: '', + }; + + Registries.Component.add(PaymentTransactionPopup); + + return PaymentTransactionPopup; +}); diff --git a/addons/pos_mercury/static/src/js/ProductScreen.js b/addons/pos_mercury/static/src/js/ProductScreen.js new file mode 100644 index 00000000..64d53048 --- /dev/null +++ b/addons/pos_mercury/static/src/js/ProductScreen.js @@ -0,0 +1,26 @@ +odoo.define('pos_mercury.ProductScreen', function (require) { + 'use strict'; + + const ProductScreen = require('point_of_sale.ProductScreen'); + const Registries = require('point_of_sale.Registries'); + const { useBarcodeReader } = require('point_of_sale.custom_hooks'); + + const PosMercuryProductScreen = (ProductScreen) => + class extends ProductScreen { + constructor() { + super(...arguments); + useBarcodeReader({ + credit: this.credit_error_action, + }); + } + credit_error_action() { + this.showPopup('ErrorPopup', { + body: this.env._t('Go to payment screen to use cards'), + }); + } + }; + + Registries.Component.extend(ProductScreen, PosMercuryProductScreen); + + return ProductScreen; +}); diff --git a/addons/pos_mercury/static/src/js/pos_mercury.js b/addons/pos_mercury/static/src/js/pos_mercury.js new file mode 100644 index 00000000..48342f24 --- /dev/null +++ b/addons/pos_mercury/static/src/js/pos_mercury.js @@ -0,0 +1,139 @@ +odoo.define('pos_mercury.pos_mercury', function (require) { +"use strict"; + +var pos_model = require('point_of_sale.models'); + +pos_model.load_fields('pos.payment.method', 'pos_mercury_config_id'); + +pos_model.PosModel = pos_model.PosModel.extend({ + getOnlinePaymentMethods: function () { + var online_payment_methods = []; + + $.each(this.payment_methods, function (i, payment_method) { + if (payment_method.pos_mercury_config_id) { + online_payment_methods.push({label: payment_method.name, item: payment_method.id}); + } + }); + + return online_payment_methods; + }, + decodeMagtek: function (magtekInput) { + // Regular expression to identify and extract data from the track 1 & 2 of the magnetic code + var _track1_regex = /%B?([0-9]*)\^([A-Z\/ -_]*)\^([0-9]{4})(.{3})([^?]+)\?/; + + var track1 = magtekInput.match(_track1_regex); + var magtek_generated = magtekInput.split('|'); + + var to_return = {}; + try { + track1.shift(); // get rid of complete match + to_return['number'] = track1.shift().substr(-4); + to_return['name'] = track1.shift(); + track1.shift(); // expiration date + track1.shift(); // service code + track1.shift(); // discretionary data + track1.shift(); // zero pad + + magtek_generated.shift(); // track1 and track2 + magtek_generated.shift(); // clear text crc + magtek_generated.shift(); // encryption counter + to_return['encrypted_block'] = magtek_generated.shift(); + magtek_generated.shift(); // enc session id + magtek_generated.shift(); // device serial + magtek_generated.shift(); // magneprint data + magtek_generated.shift(); // magneprint status + magtek_generated.shift(); // enc track3 + to_return['encrypted_key'] = magtek_generated.shift(); + magtek_generated.shift(); // enc track1 + magtek_generated.shift(); // reader enc status + + return to_return; + } catch (e) { + return 0; + } + }, + decodeMercuryResponse: function (data) { + // get rid of xml version declaration and just keep the RStream + // from the response because the xml contains two version + // declarations. One for the SOAP, and one for the content. Maybe + // we should unpack the SOAP layer in python? + data = data.replace(/.*<\?xml version="1.0"\?>/, ""); + data = data.replace(/<\/CreditTransactionResult>.*/, ""); + + var xml = $($.parseXML(data)); + var cmd_response = xml.find("CmdResponse"); + var tran_response = xml.find("TranResponse"); + + return { + status: cmd_response.find("CmdStatus").text(), + message: cmd_response.find("TextResponse").text(), + error: cmd_response.find("DSIXReturnCode").text(), + card_type: tran_response.find("CardType").text(), + auth_code: tran_response.find("AuthCode").text(), + acq_ref_data: tran_response.find("AcqRefData").text(), + process_data: tran_response.find("ProcessData").text(), + invoice_no: tran_response.find("InvoiceNo").text(), + ref_no: tran_response.find("RefNo").text(), + record_no: tran_response.find("RecordNo").text(), + purchase: parseFloat(tran_response.find("Purchase").text()), + authorize: parseFloat(tran_response.find("Authorize").text()), + }; + } +}); + +var _paylineproto = pos_model.Paymentline.prototype; +pos_model.Paymentline = pos_model.Paymentline.extend({ + init_from_JSON: function (json) { + _paylineproto.init_from_JSON.apply(this, arguments); + + this.paid = json.paid; + this.mercury_card_number = json.mercury_card_number; + this.mercury_card_brand = json.mercury_card_brand; + this.mercury_card_owner_name = json.mercury_card_owner_name; + this.mercury_ref_no = json.mercury_ref_no; + this.mercury_record_no = json.mercury_record_no; + this.mercury_invoice_no = json.mercury_invoice_no; + this.mercury_auth_code = json.mercury_auth_code; + this.mercury_data = json.mercury_data; + this.mercury_swipe_pending = json.mercury_swipe_pending; + + this.set_credit_card_name(); + }, + export_as_JSON: function () { + return _.extend(_paylineproto.export_as_JSON.apply(this, arguments), {paid: this.paid, + mercury_card_number: this.mercury_card_number, + mercury_card_brand: this.mercury_card_brand, + mercury_card_owner_name: this.mercury_card_owner_name, + mercury_ref_no: this.mercury_ref_no, + mercury_record_no: this.mercury_record_no, + mercury_invoice_no: this.mercury_invoice_no, + mercury_auth_code: this.mercury_auth_code, + mercury_data: this.mercury_data, + mercury_swipe_pending: this.mercury_swipe_pending}); + }, + set_credit_card_name: function () { + if (this.mercury_card_number) { + this.name = this.mercury_card_brand + " (****" + this.mercury_card_number + ")"; + } + }, + is_done: function () { + var res = _paylineproto.is_done.apply(this); + return res && !this.mercury_swipe_pending; + }, + export_for_printing: function () { + const result = _paylineproto.export_for_printing.apply(this, arguments); + result.mercury_data = this.mercury_data; + result.mercury_auth_code = this.mercury_auth_code; + return result; + } +}); + +var _order_super = pos_model.Order.prototype; +pos_model.Order = pos_model.Order.extend({ + electronic_payment_in_progress: function() { + var res = _order_super.electronic_payment_in_progress.apply(this, arguments); + return res || this.get_paymentlines().some(line => line.mercury_swipe_pending); + }, +}); + +}); diff --git a/addons/pos_mercury/static/src/xml/OrderReceipt.xml b/addons/pos_mercury/static/src/xml/OrderReceipt.xml new file mode 100644 index 00000000..014884c0 --- /dev/null +++ b/addons/pos_mercury/static/src/xml/OrderReceipt.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + + <t t-name="pos_mercury.OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1"> + <xpath expr="//t[@t-foreach='receipt.paymentlines']" position="inside"> + <t t-if="line.mercury_data"> + <div class="pos-receipt-left-padding"> + <span>APPROVAL CODE: </span> + <span> + <t t-esc="line.mercury_auth_code" /> + </span> + </div> + </t> + </xpath> + <xpath expr="//div[hasclass('pos-receipt-order-data')]" position="after"> + <div t-if="hasPosMercurySignature"> + <br /> + <div>CARDHOLDER WILL PAY CARD ISSUER</div> + <div>ABOVE AMOUNT PURSUANT</div> + <div>TO CARDHOLDER AGREEMENT</div> + <br /> + <br /> + <div>X______________________________</div> + </div> + </xpath> + </t> + +</templates> diff --git a/addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml b/addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml new file mode 100644 index 00000000..0a01d9f8 --- /dev/null +++ b/addons/pos_mercury/static/src/xml/PaymentScreenPaymentLines.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + + <t t-name="pos_mercury.PaymentScreenPaymentLines" t-inherit="point_of_sale.PaymentScreenPaymentLines" t-inherit-mode="extension" owl="1"> + <xpath expr="//div[hasclass('paymentline')]//t[@t-esc='line.payment_method.name']" position="replace"> + <t t-if="!line.payment_method.is_cash_count and line.mercury_swipe_pending"> + <span>WAITING FOR SWIPE</span> + </t> + <t t-else=""> + <t t-esc="line.payment_method.name" /> + </t> + </xpath> + </t> + +</templates> diff --git a/addons/pos_mercury/static/src/xml/PaymentTransactionPopup.xml b/addons/pos_mercury/static/src/xml/PaymentTransactionPopup.xml new file mode 100644 index 00000000..39c05a8f --- /dev/null +++ b/addons/pos_mercury/static/src/xml/PaymentTransactionPopup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<templates id="template" xml:space="preserve"> + + <t t-name="PaymentTransactionPopup" owl="1"> + <div role="dialog" class="modal-dialog"> + <div class="popup"> + <p class="title"> + <t t-esc="props.title"></t> + </p> + <p class="body"> + <t t-esc="state.message"></t> + </p> + <div t-if="state.confirmButtonIsShown" class="footer"> + <div class="button cancel" t-on-click="confirm"> + <t t-esc="props.confirmText"></t> + </div> + </div> + </div> + </div> + </t> + +</templates> diff --git a/addons/pos_mercury/views/pos_config_setting_views.xml b/addons/pos_mercury/views/pos_config_setting_views.xml new file mode 100644 index 00000000..1e0e6f48 --- /dev/null +++ b/addons/pos_mercury/views/pos_config_setting_views.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="res_config_settings_view_form_inherit_pos_mercury" model="ir.ui.view"> + <field name="name">res.config.form.inherit.mercury</field> + <field name="model">res.config.settings</field> + <field name="inherit_id" ref="point_of_sale.res_config_settings_view_form"/> + <field name="arch" type="xml"> + <div id="btn_use_pos_mercury" position="replace"> + <div class="mt16"> + <button name="%(pos_mercury.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Vantiv Accounts" class="btn-link"/> + </div> + <div> + <a href="https://www.odoo.com/page/point-of-sale-hardware#part_8" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Buy a card reader</a> + </div> + </div> + </field> + </record> +</odoo> diff --git a/addons/pos_mercury/views/pos_mercury_templates.xml b/addons/pos_mercury/views/pos_mercury_templates.xml new file mode 100644 index 00000000..4233cda5 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_templates.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + + <template id="assets" inherit_id="point_of_sale.assets"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/pos_mercury/static/src/js/pos_mercury.js"></script> + <script type="text/javascript" src="/pos_mercury/static/src/js/OrderReceipt.js"></script> + <script type="text/javascript" src="/pos_mercury/static/src/js/PaymentScreen.js"></script> + <script type="text/javascript" src="/pos_mercury/static/src/js/PaymentScreenPaymentLines.js"></script> + <script type="text/javascript" src="/pos_mercury/static/src/js/PaymentTransactionPopup.js"></script> + <script type="text/javascript" src="/pos_mercury/static/src/js/ProductScreen.js"></script> + <link rel="stylesheet" href="/pos_mercury/static/src/css/pos_mercury.css"/> + </xpath> + </template> + + </data> +</odoo> diff --git a/addons/pos_mercury/views/pos_mercury_transaction_templates.xml b/addons/pos_mercury/views/pos_mercury_transaction_templates.xml new file mode 100644 index 00000000..41e268c9 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_transaction_templates.xml @@ -0,0 +1,69 @@ +<?xml version='1.0' encoding='utf-8'?> +<odoo> + <data> + <template id='mercury_common'> + <MerchantID><t t-esc='merchant_id'/></MerchantID> + <TranType><t t-esc='transaction_type'/></TranType> + <TranCode><t t-esc='transaction_code'/></TranCode> + <InvoiceNo><t t-esc='invoice_no'/></InvoiceNo> + <Frequency t-translation="off">OneTime</Frequency> + </template> + + <template id='mercury_transaction'> + <TStream t-translation="off"> + <Transaction> + <t t-call='pos_mercury.mercury_common'/> + <OperatorID><t t-esc='operator_id'/></OperatorID> + <RecordNo>RecordNumberRequested</RecordNo> + <PartialAuth>Allow</PartialAuth> + <Memo><t t-esc='memo'/></Memo> + <Account> + <AccountSource>Swiped</AccountSource> + <EncryptedBlock><t t-esc='encrypted_block'/></EncryptedBlock> + <EncryptedKey><t t-esc='encrypted_key'/></EncryptedKey> + <EncryptedFormat>MagneSafe</EncryptedFormat> + </Account> + <Amount> + <Purchase><t t-esc='"%.2f" % purchase'/></Purchase> <!-- format required by Vantiv --> + </Amount> + </Transaction> + </TStream> + </template> + + <template id='mercury_voidsale'> + <TStream t-translation="off"> + <Transaction> + <t t-call='pos_mercury.mercury_common'/> + <RefNo><t t-esc='ref_no'/></RefNo> + <RecordNo><t t-esc='record_no'/></RecordNo> + <Memo><t t-esc='memo'/></Memo> + <Amount> + <Purchase><t t-esc='"%.2f" % authorize'/></Purchase> <!-- format required by Vantiv --> + </Amount> + <TranInfo> + <AuthCode><t t-esc='auth_code'/></AuthCode> + <t t-if='not is_voidsale'> + <AcqRefData><t t-esc='acq_ref_data'/></AcqRefData> + <ProcessData><t t-esc='process_data'/></ProcessData> + </t> + </TranInfo> + </Transaction> + </TStream> + </template> + + <template id='mercury_return'> + <TStream t-translation="off"> + <Transaction> + <t t-call='pos_mercury.mercury_common'/> + <OperatorID><t t-esc='operator_id'/></OperatorID> + <PartialAuth>Allow</PartialAuth> + <RefNo><t t-esc='ref_no'/></RefNo> + <RecordNo><t t-esc='record_no'/></RecordNo> + <Amount> + <Purchase><t t-esc='"%.2f" % purchase'/></Purchase> + </Amount> + </Transaction> + </TStream> + </template> + </data> +</odoo> diff --git a/addons/pos_mercury/views/pos_mercury_views.xml b/addons/pos_mercury/views/pos_mercury_views.xml new file mode 100644 index 00000000..2ba576e3 --- /dev/null +++ b/addons/pos_mercury/views/pos_mercury_views.xml @@ -0,0 +1,96 @@ +<?xml version="1.0"?> +<odoo> + <data> + <record id="view_pos_mercury_configuration_form" model="ir.ui.view" > + <field name="name">Vantiv Configurations</field> + <field name="model">pos_mercury.configuration</field> + <field name="arch" type="xml"> + <form string="Card Reader"> + <sheet> + <div class="oe_title"> + <label for="name" class="oe_edit_only"/> + <h1><field name="name"/></h1> + </div> + <div> + <p> + <i>Vantiv Configurations</i> define what Vantiv account will be used when + processing credit card transactions in the Point Of Sale. Setting up a Vantiv + configuration will enable you to allow payments with various credit cards + (eg. Visa, MasterCard, Discovery, American Express, ...). After setting up this + configuration you should associate it with a Point Of Sale payment method. + </p><p> + We currently support the MagTek Dynamag card reader device. It can be connected + directly to the Point Of Sale device or it can be connected to the IoTBox. + </p><p> + Using the Vantiv integration in the Point Of Sale is easy: just press the + associated payment method. After that the amount can be adjusted (eg. for cashback) + just like on any other payment line. Whenever the payment line is set up, a card + can be swiped through the card reader device. + </p><p> + For quickly handling orders: just swiping a credit card when on the payment screen + (without having pressed anything else) will charge the full amount of the order to + the card. + </p><p> + If you don't already have a Vantiv account, contact Vantiv at +1 (800) 846-4472 + to create one. + </p> + </div> + <group col="2"> + <field name="merchant_id"/> + <field name="merchant_pwd"/> + </group> + </sheet> + </form> + </field> + </record> + + <record id="view_pos_mercury_configuration_tree" model="ir.ui.view"> + <field name="name">Vantiv Configurations</field> + <field name="model">pos_mercury.configuration</field> + <field name="arch" type="xml"> + <tree string="Card Reader"> + <field name="name"/> + <field name="merchant_id"/> + </tree> + </field> + </record> + + <record id="action_configuration_form" model="ir.actions.act_window"> + <field name="name">Vantiv Configurations</field> + <field name="type">ir.actions.act_window</field> + <field name="res_model">pos_mercury.configuration</field> + <field name="view_mode">tree,kanban,form</field> + <field name="help" type="html"> + <p class="o_view_nocontent_smiling_face"> + Configure your card reader + </p> + </field> + </record> + + <record id="pos_payment_method_view_form" model="ir.ui.view"> + <field name="name">Payment Method</field> + <field name="model">pos.payment.method</field> + <field name="inherit_id" ref="point_of_sale.pos_payment_method_view_form"></field> + <field name="arch" type="xml"> + <xpath expr="//field[@name='use_payment_terminal']" position="after"> + <field name="pos_mercury_config_id" attrs="{'invisible': [('use_payment_terminal', '!=', 'mercury')], 'required': [('use_payment_terminal', '=', 'mercury')]}"/> + </xpath> + </field> + </record> + + <record id="view_pos_order" model="ir.ui.view"> + <field name="name">POS orders</field> + <field name="model">pos.order</field> + <field name="inherit_id" ref="point_of_sale.view_pos_pos_form"/> + <field name="arch" type="xml"> + <xpath expr="//field[@name='amount']" position="before"> + <field name="mercury_prefixed_card_number" string="Card Number"/> + <field name="mercury_card_brand"/> + <field name="mercury_card_owner_name"/> + </xpath> + </field> + </record> + + <menuitem parent="point_of_sale.menu_point_config_product" action="pos_mercury.action_configuration_form" id="menu_pos_pos_mercury_config" groups="base.group_no_one" sequence="35"/> + </data> +</odoo> |
